You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/essentials/azure-monitor-workspace-manage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,12 @@ Create a link between the Azure Monitor workspace and the Grafana workspace by u
133
133
If your cluster is already configured to send data to an Azure Monitor managed service for Prometheus, you must disable it first using the following command:
134
134
135
135
```azurecli
136
-
az aks update --disable-azuremonitormetrics -g <cluster-resource-group> -n <cluster-name>
136
+
az aks update --disable-azure-monitor-metrics -g <cluster-resource-group> -n <cluster-name>
137
137
```
138
138
139
139
Then, either enable or re-enable using the following command:
140
140
```azurecli
141
-
az aks update --enable-azuremonitormetrics -n <cluster-name> -g <cluster-resource-group> --azure-monitor-workspace-resource-id
141
+
az aks update --enable-azure-monitor-metrics -n <cluster-name> -g <cluster-resource-group> --azure-monitor-workspace-resource-id
0 commit comments