Skip to content

Commit 859071d

Browse files
authored
Add section of modifying AG settings in application-gateway-faq.yml
1 parent 305d25b commit 859071d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,12 @@ sections:
565565
To satisfy this `Ingress` resource, an ingress controller is required, which listens for any changes to `Ingress` resources and configures the load balancer policies.
566566
567567
The Application Gateway Ingress Controller (AGIC) allows [Application Gateway](https://azure.microsoft.com/services/application-gateway/) to be used as the ingress for an [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/), also known as an AKS cluster.
568+
569+
- question: Can I change settings directly on Application Gateway?
570+
answer: |
571+
It is not supported to directly change the settings of Application Gateway.
572+
573+
After an Application Gateway is being linked to Application Gateway Ingress Controller (AGIC), all configuration will be synced and controlled by ingress controller. If users trying to manually configure Application Gateway directly, it will be overwritten by ingress controller later. If there is a need to change settings on Application Gateway, you should change the relative settings, like annotations, from ingress controller.
568574
569575
- question: Can a single ingress controller instance manage multiple application gateways?
570576
answer: Currently, one instance of an ingress controller can only be associated to one application gateway.

0 commit comments

Comments
 (0)