Skip to content

Commit

Permalink
Staging Slot - Enabling Health Check (#2566)
Browse files Browse the repository at this point in the history
Staging - Health Check
  • Loading branch information
amankumarrr authored May 1, 2024
1 parent c7ed004 commit 3e882e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/appService.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ resource stagingSlot 'Microsoft.Web/sites/slots@2023-01-01' = {
siteConfig: {
appSettings: appSettings
acrUseManagedIdentityCreds: true
healthCheckPath: healthCheckPath
}
clientAffinityEnabled: false
}
Expand Down

0 comments on commit 3e882e9

Please sign in to comment.