Skip to content

Commit b030e01

Browse files
authored
Merge pull request #50338 from ghogen/dev-spaces-issue-12688
Add note about enable-addons to enable Http Application Routing
2 parents 48b077f + c81c0fe commit b030e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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.

0 commit comments

Comments
 (0)