We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd93aa commit bdb0baeCopy full SHA for bdb0bae
infra-ai-hub/modules/app-gateway/main.tf
@@ -105,7 +105,7 @@ resource "azurerm_application_gateway" "this" {
105
port = var.backend_apim.https_port
106
protocol = "Https"
107
cookie_based_affinity = "Disabled"
108
- request_timeout = 30
+ request_timeout = 240
109
pick_host_name_from_backend_address = true
110
probe_name = local.probe_name
111
}
0 commit comments