Skip to content

Commit f8891e2

Browse files
committed
fixed warnings
1 parent d3e14dc commit f8891e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/istio-deploy-addon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more information on Istio and the service mesh add-on, see [Istio-based serv
1717
## Before you begin
1818

1919
* The add-on requires Azure CLI version 2.57.0 or later installed. You can run `az --version` to verify version. To install or upgrade, see [Install Azure CLI][azure-cli-install].
20-
* To find information about which Istio add-on revisions are available in a region and their compatibility with AKS cluster versions, use the command [`az aks mesh get-revisions][az-aks-mesh-get-revisions]:
20+
* To find information about which Istio add-on revisions are available in a region and their compatibility with AKS cluster versions, use the command [`az aks mesh get-revisions`][az-aks-mesh-get-revisions]:
2121

2222
```azurecli-interactive
2323
az aks mesh get-revisions --location <location> -o table
@@ -251,5 +251,5 @@ az group delete --name ${RESOURCE_GROUP} --yes --no-wait
251251
[az-provider-register]: /cli/azure/provider#az-provider-register
252252
[uninstall-osm-addon]: open-service-mesh-uninstall-add-on.md
253253
[istio-deploy-ingress]: istio-deploy-ingress.md
254-
[az-aks-mesh-get-revisions]: cli/azure/aks/mesh#az-aks-mesh-get-revisions(aks-preview)
254+
[az-aks-mesh-get-revisions]: /cli/azure/aks/mesh#az-aks-mesh-get-revisions(aks-preview)
255255
[bicep-aks-resource-definition]: /azure/templates/microsoft.containerservice/managedclusters

0 commit comments

Comments
 (0)