You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are getting a lot of errors on Application Insights because it's doing a health check on / instead of /health. Updating the path will improve error reporting.
Suggested Solution
In az-deploy.yml run the script:
az webapp config set \
--resource-group ${{ steps.bicep.outputs.resourceGroupName }} \
--name ${{ steps.bicep.outputs.appServiceName }} \
--health-check-path "/health"
Cc: @vladislav-kir @chrisschultzssw @RobJT-wq
Hi @adamcogan,
Pain
Currently, we are getting a lot of errors on Application Insights because it's doing a health check on
/
instead of/health
. Updating the path will improve error reporting.Suggested Solution
In az-deploy.yml run the script:
Tasks
/
Acceptance Criteria
/
errors from health checksScreenshots
Figure: We have consistent errors on
/
endpoint due health check ping from Azure.Thanks!
The text was updated successfully, but these errors were encountered: