Skip to content

Commit

Permalink
Chore: route uptime check through FrontDoor (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Aug 1, 2023
2 parents 82f0364 + f7c2ad1 commit a06c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/uptime.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "healthcheck" {
application_insights = azurerm_application_insights.main
# not strictly necessary to include the environment name, but helps to make the alerts more clear
name = "mst-courtesy-cards-eligibility-server-${local.env_name}-healthcheck"
url = "https://${azurerm_linux_web_app.main.default_hostname}/healthcheck"
url = "https://${azurerm_cdn_frontdoor_endpoint.main.host_name}/healthcheck"
}

# ignore when app restarts as data is being reloaded
Expand Down

0 comments on commit a06c096

Please sign in to comment.