We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a7d22 commit fdafa09Copy full SHA for fdafa09
IaC/cosmosdb.json
@@ -87,7 +87,7 @@
87
"value": "[concat('https://', variables('cosmosAccountName'),'.documents.azure.com:443')]"
88
},
89
"cosmosDBkey": {
90
- "type": "securestring",
+ "type": "string",
91
"value": "[listKeys(resourceId('Microsoft.DocumentDB/databaseAccounts', variables('cosmosAccountName')), '2022-05-15').primaryMasterKey]"
92
93
"webAppName": {
0 commit comments