From 0517cb0bc7eb4dc1f219adc60aed28ab6bc5d6dd Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 30 Aug 2023 17:51:08 +0000 Subject: [PATCH] fix(terraform): disable always_on setting is redundant with the healthcheck and causes 404 response since the root URL is not a valid endpoint --- terraform/app_service.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/app_service.tf b/terraform/app_service.tf index 189c3a95..bf60fe14 100644 --- a/terraform/app_service.tf +++ b/terraform/app_service.tf @@ -19,6 +19,7 @@ resource "azurerm_linux_web_app" "main" { https_only = true site_config { + always_on = false ftps_state = "Disabled" http2_enabled = true