diff --git a/infra/main.bicep b/infra/main.bicep index d45d3cc70..391f0103f 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -60,6 +60,7 @@ module web './core/host/appservice.bicep' = { appServicePlanId: appServicePlan.outputs.id runtimeName: 'python' runtimeVersion: '3.13' + scmDoBuildDuringDeployment: true tags: union(tags, { 'azd-service-name': 'web' }) } }