We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 105b7e0 + b26b2d8 commit 30ad6d5Copy full SHA for 30ad6d5
articles/aks/cost-analysis.md
@@ -111,7 +111,7 @@ az aks create --resource-group <resource_group> --name <name> --location <locati
111
You can disable cost analysis at any time using `az aks update`.
112
113
```azurecli-interactive
114
-az aks update --name myAKSCluster --resource-group myResourceGroup –-disable-cost-analysis
+az aks update --name myAKSCluster --resource-group myResourceGroup --disable-cost-analysis
115
```
116
117
> [!NOTE]
0 commit comments