Skip to content

Commit d3022ac

Browse files
committed
[AKS] Formatting update
1 parent bffbd5b commit d3022ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/http-application-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ az aks create --resource-group myResourceGroup --name myAKSCluster --enable-addo
3333
```
3434

3535
> [!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:
3737
>
3838
> ```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
4040
> ```
4141
4242
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

Comments
 (0)