Skip to content

Commit ac9810f

Browse files
authored
Update app-routing-nginx-configuration.md
1 parent 9b67fb2 commit ac9810f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/aks/app-routing-nginx-configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ az aks get-credentials -g <ResourceGroupName> -n <ClusterName>
3131

3232
The application routing add-on uses a Kubernetes [custom resource definition (CRD)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) called [`NginxIngressController`](https://github.com/Azure/aks-app-routing-operator/blob/main/config/crd/bases/approuting.kubernetes.azure.com_nginxingresscontrollers.yaml) to configure NGINX ingress controllers. You can create more ingress controllers or modify existing configuration.
3333

34-
`NginxIngressController` CRD has a `loadBalancerAnnotations` field to control the behavior of the NGINX ingress controller's service by setting [load balancer annotations](load-balancer-annotations).
34+
`NginxIngressController` CRD has a `loadBalancerAnnotations` field to control the behavior of the NGINX ingress controller's service by setting [load balancer annotations](load-balancer-standard).
3535

3636

3737
### The default NGINX ingress controller
@@ -533,7 +533,6 @@ Learn about monitoring the ingress-nginx controller metrics included with the ap
533533
[kubectl-delete]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#delete
534534

535535
<!-- LINKS - internal -->
536-
[load-balancer-standard-annotations]: load-balancer-standard
537536
[az-network-public-ip-create]: /cli/azure/network/public-ip#az_network_public_ip_create
538537
[az-network-public-ip-list]: /cli/azure/network/public-ip#az_network_public_ip_list
539538
[az-group-create]: /cli/azure/group#az-group-create

0 commit comments

Comments
 (0)