Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fabragaMS authored Mar 17, 2022
1 parent 3f47554 commit 9e96b15
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Deploy/SynapsePostDeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,15 @@ if ($CtrlDeployCosmosDB) {
type: ""CosmosDb"",
typeProperties: {
accountEndpoint: ""https://$CosmosDBAccountName.documents.azure.com:443/"",
database: ""$CosmosDBDatabaseName""
database: ""$CosmosDBDatabaseName"",
""accountKey"": {
""type"": ""AzureKeyVaultSecret"",
""store"": {
""referenceName"": ""$KeyVaultName"",
""type"": ""LinkedServiceReference""
},
""secretName"": ""$CosmosDBAccountName-Key""
}
},
connectVia: {
referenceName: ""AutoResolveIntegrationRuntime"",
Expand Down

0 comments on commit 9e96b15

Please sign in to comment.