Skip to content

Commit c297679

Browse files
committed
Add note about enable-addons to enable Http Application Routing
1 parent 85bed4e commit c297679

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/dev-spaces/includes/portal-aks-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ manager: douge
3737

3838
![Enable Http Application Routing](../media/common/Kubernetes-Create-Cluster-3.PNG)
3939

40-
> [!IMPORTANT]
41-
> You must be sure to enable Http Application Routing when you create your AKS cluster. It is not possible to change this setting later.
40+
> [!Note]
41+
> To enable [Http Application Routing](/azure/aks/http-application-routing) on an existing cluster, use the command: `az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --addons http_application_routing`
4242
4343
1. Select **Review + create** and then **Create** when complete.

articles/dev-spaces/quickstart-netcore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ In this guide, you will learn how to:
3030

3131
![Be sure to enable Http Application Routing.](media/common/Kubernetes-Create-Cluster-3.PNG)
3232

33+
> [!Note]
34+
> To enable [Http Application Routing](/azure/aks/http-application-routing) on an existing cluster, use the command: `az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --addons http_application_routing`
35+
3336
- [Visual Studio Code](https://code.visualstudio.com/download).
3437

3538
## Set up Azure Dev Spaces

articles/dev-spaces/quickstart-nodejs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ In this guide, you will learn how to:
3030

3131
![Be sure to enable Http Application Routing.](media/common/Kubernetes-Create-Cluster-3.PNG)
3232

33+
> [!Note]
34+
> To enable [Http Application Routing](/azure/aks/http-application-routing) on an existing cluster, use the command: `az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --addons http_application_routing`
35+
3336
- Visual Studio Code, which you can download [here](https://code.visualstudio.com/download).
3437

3538
## Set up Azure Dev Spaces

0 commit comments

Comments
 (0)