We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751c46c commit 590498fCopy full SHA for 590498f
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