Use az webapp deploy --type zip --async for WEBSITE_RUN_FROM_PACKAGE=1 mode

This commit is contained in:
2026-05-04 23:01:09 -04:00
parent 1e22acf1dc
commit 56c8b71706
Vendored
+1 -1
View File
@@ -52,7 +52,7 @@ pipeline {
)]) {
bat 'az login --service-principal -u "%AZ_CLIENT_ID%" -p "%AZ_CLIENT_SECRET%" --tenant "%AZ_TENANT_ID%" --output none'
bat 'az account set --subscription "%AZ_SUB_ID%"'
bat 'az webapp deployment source config-zip --resource-group rg-powdercoatinglogix-prod --name linuxpcl --src deploy.zip'
bat 'az webapp deploy --resource-group rg-powdercoatinglogix-prod --name linuxpcl --src-path deploy.zip --type zip --async true'
bat 'az logout'
}
}