Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Dec 10, 2024
1 parent f8d6ea4 commit 9339632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/azure/mainTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"name": "[parameters('webAppName')]",
"type": "Microsoft.Web/sites",
"location": "[parameters('location')]",
"tags": "[if(contains(parameters('tags').value, 'Microsoft.Web/sites'), parameters('tags').value['Microsoft.Web/sites'], json('null'))]",
"tags": "[if(contains(parameters('tags'), 'Microsoft.Web/sites'), parameters('tags')['Microsoft.Web/sites'], json('null'))]",
"dependsOn": [
"[variables('hostingPlanName')]"
],
Expand Down

0 comments on commit 9339632

Please sign in to comment.