Skip to content

Commit 8524fed

Browse files
authored
feat(FN-1261): enable healthcheck on webapps (#2469)
2 parents ff32321 + 7c3078a commit 8524fed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bicep_workflow_feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- feat/stbr-infra
7+
- feat/FN-1261/add-healthcheck-on-webapps
78
paths:
89
- '.github/workflows/bicep_az_deployment_group.yml'
910
- '.github/workflows/bicep_deploy.yml'

infrastructure/resource_group_level/modules/webapps/webapp.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ resource site 'Microsoft.Web/sites@2022-09-01' = {
5959
scmMinTlsVersion: scmMinTlsVersion
6060
remoteDebuggingVersion: 'VS2019'
6161
httpLoggingEnabled: true // false in staging, true in prod
62+
healthCheckPath: '/healthcheck'
6263
}
6364
virtualNetworkSubnetId: appServicePlanEgressSubnetId
6465
}

0 commit comments

Comments
 (0)