Skip to content

Commit fb68fa4

Browse files
committed
Updated article
1 parent aa848e9 commit fb68fa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/app-routing-dns-ssl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ az aks approuting update -g <ResourceGroupName> -n <ClusterName> --enable-kv --a
106106
107107
## Enable Azure DNS integration
108108
109-
To enable support for DNS zones, see the following prerequisites:
109+
To enable support for DNS zones, review the following prerequisite:
110110
111-
* The app routing add-on can be configured to automatically create records on one or more Azure public and private DNS zones for hosts defined on Ingress resources. All global Azure DNS zones need to be in the same resource group, and all private Azure DNS zones need to be in the same resource group. If you don't have an Azure DNS zone, you can [create one][create-an-azure-dns-zone].
111+
* The app routing add-on can be configured to automatically create records on one or more Azure public and private DNS zones for hosts defined on Ingress resources. All public Azure DNS zones need to be in the same resource group, and all private Azure DNS zones need to be in the same resource group. If you don't have an Azure DNS zone, you can [create one][create-an-azure-dns-zone].
112112
113-
### Create a global Azure DNS zone
113+
### Create a public Azure DNS zone
114114
115115
> [!NOTE]
116116
> If you already have an Azure DNS Zone, you can skip this step.
@@ -239,7 +239,7 @@ Learn about monitoring the Ingress-nginx controller metrics included with the ap
239239
[az-aks-install-cli]: /cli/azure/aks#az-aks-install-cli
240240
[az-aks-get-credentials]: /cli/azure/aks#az-aks-get-credentials
241241
[create-and-export-a-self-signed-ssl-certificate]: #create-and-export-a-self-signed-ssl-certificate
242-
[create-an-azure-dns-zone]: #create-a-global-azure-dns-zone
242+
[create-an-azure-dns-zone]: #create-a-public-azure-dns-zone
243243
[azure-dns-overview]: ../dns/dns-overview.md
244244
[az-keyvault-certificate-show]: /cli/azure/keyvault/certificate#az-keyvault-certificate-show
245245
[prometheus-in-grafana]: app-routing-nginx-prometheus.md

0 commit comments

Comments
 (0)