Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,213 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have created an AKS cluster and integrated it with my app gateway now when i create any listener through aks by default the request time out is set to 30secs how do i increase it i want to increase it to 120 secs
how do i increase request time out in existing backend settings and how do i make sure next time when i deploy any app it takes 120 sec in request time out
Hi Zahid,
Did you try this annotation?
appgw.ingress.kubernetes.io/request-timeout
https://azure.github.io/application-gateway-kubernetes-ingress/annotations/#request-timeout
Cheers,