Skip to content

Commit dc04228

Browse files
authored
Merge pull request #102286 from Karishma-Tiwari-MSFT/patch-140
(ForumsTeam) fixes MicrosoftDocs/azure-docs#46561
2 parents bc42a54 + d89d26c commit dc04228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/http-application-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ az aks enable-addons --resource-group myResourceGroup --name myAKSCluster --addo
4545
After the cluster is deployed or updated, 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.
4646

4747
```azurecli
48-
az aks show --resource-group myResourceGroup --name myAKSCluster --query addonProfiles.httpapplicationrouting.config.HTTPApplicationRoutingZoneName -o table
48+
az aks show --resource-group myResourceGroup --name myAKSCluster --query addonProfiles.httpApplicationRouting.config.HTTPApplicationRoutingZoneName -o table
4949
```
5050

5151
Result

0 commit comments

Comments
 (0)