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 addon enable –addon –name — resource-group — workspace-resource-id

--

--