Skip to content

Commit 42f2354

Browse files
authored
Fixed spelling issues
1 parent 709ec92 commit 42f2354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/web-app-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ az aks addon update -g <ResourceGroupName> -n <ClusterName> --addon web_applicat
170170

171171

172172

173-
## Grant the add-on permissions to retrieve certficates from Azure Key Vault
173+
## Grant the add-on permissions to retrieve certificates from Azure Key Vault
174174
The Web Application Routing add-on creates a user created managed identity in the cluster resource group. This managed identity will need to be granted permissions to retrieve SSL certificates from the Azure Key Vault.
175175

176176
Grant `GET` permissions for the Web Application Routing add-on to retrieve certificates from Azure Key Vault:
@@ -480,7 +480,7 @@ NAME CLASS HOSTS ADDRES
480480
aks-helloworld webapprouting.kubernetes.azure.com myapp.contoso.com 20.51.92.19 80, 443 4m
481481
```
482482

483-
## Accessing the endpoing over a DNS hostname
483+
## Accessing the endpoint over a DNS hostname
484484

485485
If you have not configured Azure DNS integration, you will need to configure your own DNS provider with an **A record** pointing to the ingress IP address and the host name you configured for the ingress, for example *myapp.contoso.com*.
486486

@@ -493,7 +493,7 @@ First, remove the associated namespace:
493493
kubectl delete namespace hello-web-app-routing
494494
```
495495

496-
The Web Application Routing add-on can be removed using the Azure CLI. To do so run the following command, substituting your AKS cluster and resource group name. Be careful if you already have some of the other add-ons (open-service-mesh or azure-keyvault-secrets-provider) enabled on your cluster so that you don't accidentaly disable them.
496+
The Web Application Routing add-on can be removed using the Azure CLI. To do so run the following command, substituting your AKS cluster and resource group name. Be careful if you already have some of the other add-ons (open-service-mesh or azure-keyvault-secrets-provider) enabled on your cluster so that you don't accidentally disable them.
497497

498498
```azurecli
499499
az aks disable-addons --addons web_application_routing --name myAKSCluster --resource-group myResourceGroup

0 commit comments

Comments
 (0)