Skip to content

Commit c42be15

Browse files
committed
Add tab for note
1 parent c297679 commit c42be15

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
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-
> [!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`
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-visualstudio.md

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

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

32+
> [!Note]
33+
> 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`
34+
3235
- Visual Studio 2017 with the Web Development workload installed. If you don't have it installed, download it [here](https://aka.ms/vsdownload?utm_source=mscom&utm_campaign=msdocs).
3336

3437
## Set up Azure Dev Spaces

articles/dev-spaces/quickstart-netcore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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`
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`
3535
3636
- [Visual Studio Code](https://code.visualstudio.com/download).
3737

articles/dev-spaces/quickstart-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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`
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`
3535
3636
- Visual Studio Code, which you can download [here](https://code.visualstudio.com/download).
3737

0 commit comments

Comments
 (0)