Skip to content

Commit d914aee

Browse files
author
aviat
committed
Merge branch 'dev/aviatcohen/create-connection-onpremisesgateway' of https://github.com/aviatco/fabric-cli into dev/aviatcohen/create-connection-onpremisesgateway
2 parents 4049545 + 48451fb commit d914aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/examples/connection_examples.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fab create .connections/conn.Connection -P gateway=MyVnetGateway.Gateway,connect
4848
```
4949
#### Create Connection with On-premises Gateway
5050

51-
Create a connection that uses a specific on-premises gateway for secure access.
51+
Create a connection that uses a specific on-premises gateway with encrypted credentials for secure access
5252

5353
```
5454
fab create .connections/conn.Connection -P gateway=MyVnetGateway.Gateway,connectionDetails.type=SQL,connectionDetails.parameters.server=<server>,connectionDetails.parameters.database=sales,credentialDetails.type=Basic,credentialDetails.values=[{"gatewayId":"<gatewayId>", "encryptedCredentials": "<encryptedCredentials>"}]

0 commit comments

Comments
 (0)