Skip to content

Commit fdafa09

Browse files
committed
Updating ARM template
1 parent 90a7d22 commit fdafa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IaC/cosmosdb.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"value": "[concat('https://', variables('cosmosAccountName'),'.documents.azure.com:443')]"
8888
},
8989
"cosmosDBkey": {
90-
"type": "securestring",
90+
"type": "string",
9191
"value": "[listKeys(resourceId('Microsoft.DocumentDB/databaseAccounts', variables('cosmosAccountName')), '2022-05-15').primaryMasterKey]"
9292
},
9393
"webAppName": {

0 commit comments

Comments
 (0)