We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 751c46c + 590498f commit 5bfb67bCopy full SHA for 5bfb67b
infra/main.bicep
@@ -60,6 +60,7 @@ module web './core/host/appservice.bicep' = {
60
appServicePlanId: appServicePlan.outputs.id
61
runtimeName: 'python'
62
runtimeVersion: '3.13'
63
+ scmDoBuildDuringDeployment: true
64
tags: union(tags, { 'azd-service-name': 'web' })
65
}
66
0 commit comments