You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/web-app-routing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ Import the SSL certificate into Azure Key Vault.
72
72
az keyvault certificate import --vault-name <KeyVaultName> -n <KeyVaultCertificateName> -f aks-ingress-tls.pfx
73
73
```
74
74
75
-
### Create an Azure DNS zone (optional)
75
+
### Create an Azure DNS zone
76
76
77
-
If you want the add-on to automatically managed creating hostnames, you need to configure the Azure DNS integration by [creating an Azure DNS zone](/azure/dns/dns-getstarted-cli).
77
+
If you want the add-on to automatically manage creating hostnames via Azure DNS, you need to [create an Azure DNS zone](/azure/dns/dns-getstarted-cli) if you don't have one already.
0 commit comments