Skip to content

Commit ddd734a

Browse files
committed
Fix python site extension deployment issue
1 parent e53df9b commit ddd734a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azuredeploy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@
180180
"type": "config",
181181
"name": "appsettings",
182182
"dependsOn": [
183-
"[resourceId('Microsoft.Web/sites/', variables('webSiteName'))]"
183+
"[resourceId('Microsoft.Web/sites/', variables('webSiteName'))]",
184+
"[resourceId('Microsoft.Web/Sites/siteextensions', variables('webSiteName'), variables('pythonSiteExtensionName'))]"
184185
],
185186
"properties": {
186187
"ClientId": "[parameters('clientId')]",

0 commit comments

Comments
 (0)