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/http-application-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
@@ -33,10 +33,10 @@ az aks create --resource-group myResourceGroup --name myAKSCluster --enable-addo
33
33
```
34
34
35
35
> [!NOTE]
36
-
> You can enable HTTP routing on an existing AKS cluster using the [az aks enable-addons][az-aks-enable-addons] command. Add the `--enable-addons` parameter and specify *http_application_routing* as shown in the following example:
36
+
> You can enable HTTP routing on an existing AKS cluster using the [az aks enable-addons][az-aks-enable-addons] command. Add the `--addons` parameter and specify *http_application_routing* as shown in the following example:
37
37
>
38
38
> ```azurecli
39
-
> az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --enable-addons http_application_routing
39
+
> az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --addons http_application_routing
40
40
> ```
41
41
42
42
After the cluster is deployed, use the [az aks show][az-aks-show] command to retrieve the DNS zone name. This name is needed to deploy applications to the AKS cluster.
0 commit comments