Azure AKS — Change Log Analytics Space

--

az aks disable-addons -a monitoring -n MyExistingManagedCluster -g MyExistingManagedClusterRG

Re-enable the monitoring AddOn with the following command:

az aks enable-addons - resource-group <resource-group> - name <AKS-cluster-name> - addons monitoring - workspace-resource-id <LogAnalyticsWorkspaceID>

--

--