File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -177,21 +177,22 @@ The Greenplum linked service supports the following properties when apply versio
177
177
```
178
178
179
179
** Example: store password in Azure Key Vault**
180
+
180
181
``` json
181
182
{
182
183
"name" : " GreenplumLinkedService" ,
183
184
"properties" : {
184
185
"type" : " Greenplum" ,
185
186
"typeProperties" : {
186
187
"connectionString" : " HOST=<server>;PORT=<port>;DB=<database>;UID=<user name>;" ,
187
- "pwd" : {
188
- "type" : " AzureKeyVaultSecret" ,
189
- "store" : {
190
- "referenceName" : " <Azure Key Vault linked service name>" ,
191
- "type" : " LinkedServiceReference"
192
- },
193
- "secretName" : " <secretName>"
194
- }
188
+ "pwd" : {
189
+ "type" : "AzureKeyVaultSecret",
190
+ "store" : {
191
+ "referenceName" : "<Azure Key Vault linked service name>",
192
+ "type" : "LinkedServiceReference"
193
+ },
194
+ "secretName" : "<secretName>"
195
+ }
195
196
},
196
197
"connectVia" : {
197
198
"referenceName" : " <name of Integration Runtime>" ,
You can’t perform that action at this time.
0 commit comments