We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff32321 + 7c3078a commit 8524fedCopy full SHA for 8524fed
.github/workflows/bicep_workflow_feature.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- feat/stbr-infra
7
+ - feat/FN-1261/add-healthcheck-on-webapps
8
paths:
9
- '.github/workflows/bicep_az_deployment_group.yml'
10
- '.github/workflows/bicep_deploy.yml'
infrastructure/resource_group_level/modules/webapps/webapp.bicep
@@ -59,6 +59,7 @@ resource site 'Microsoft.Web/sites@2022-09-01' = {
59
scmMinTlsVersion: scmMinTlsVersion
60
remoteDebuggingVersion: 'VS2019'
61
httpLoggingEnabled: true // false in staging, true in prod
62
+ healthCheckPath: '/healthcheck'
63
}
64
virtualNetworkSubnetId: appServicePlanEgressSubnetId
65
0 commit comments