We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53df9b commit ddd734aCopy full SHA for ddd734a
azuredeploy.json
@@ -180,7 +180,8 @@
180
"type": "config",
181
"name": "appsettings",
182
"dependsOn": [
183
- "[resourceId('Microsoft.Web/sites/', variables('webSiteName'))]"
+ "[resourceId('Microsoft.Web/sites/', variables('webSiteName'))]",
184
+ "[resourceId('Microsoft.Web/Sites/siteextensions', variables('webSiteName'), variables('pythonSiteExtensionName'))]"
185
],
186
"properties": {
187
"ClientId": "[parameters('clientId')]",
0 commit comments