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
2. Install [PowerShell core](https://docs.microsoft.com/PowerShell/scripting/install/installing-PowerShell?view=PowerShell-6) on your dev machine to execute the PowerShell onboarding script.
46
46
47
47
3. Login to Azure
48
48
49
-
```console
50
-
az login --use-device-code
51
-
```
49
+
```console
50
+
az login --use-device-code
51
+
```
52
52
53
53
4. Execute below script with your cluster Azure Arc K8s Cluster ResourceId and context of the kubernetes cluster
@@ -95,9 +97,9 @@ Navigate to https://aka.ms/azmon-containers-azurearc to view the Onboarded Clus
95
97
96
98
If you would like to disable monitoring due to some reason, you can just simply delete the Azure Monitor for containers HELM chart to stop collecting and ingesting monitoring data to Azure Monitor for containers backend
0 commit comments