Skip to content

Commit 5bfb67b

Browse files
authored
Merge pull request Azure-Samples#74 from cephalin/main
add SCM build
2 parents 751c46c + 590498f commit 5bfb67b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.bicep

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ module web './core/host/appservice.bicep' = {
6060
appServicePlanId: appServicePlan.outputs.id
6161
runtimeName: 'python'
6262
runtimeVersion: '3.13'
63+
scmDoBuildDuringDeployment: true
6364
tags: union(tags, { 'azd-service-name': 'web' })
6465
}
6566
}

0 commit comments

Comments
 (0)