Skip to content

Commit

Permalink
Fix bug in editable ARM for Cosmos Db account name (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphgabrinao authored Nov 10, 2022
1 parent 5de3848 commit 7a5bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/editableazuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"dependsOn": [
"[resourceId('Microsoft.Web/serverfarms', variables('appServicePlanPortalName'))]",
"[resourceId('Microsoft.Communication/communicationServices', parameters('communicationServiceName'))]",
"[resourceId('Microsoft.DocumentDB/databaseAccounts', variables('cosmosDbAccountName'))]"
"[resourceId('Microsoft.DocumentDB/databaseAccounts', parameters('cosmosDbAccountName'))]"
],
"properties": {
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('appServicePlanPortalName'))]",
Expand Down

0 comments on commit 7a5bde2

Please sign in to comment.