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.
1 parent 50c3800 commit cfcd4ccCopy full SHA for cfcd4cc
articles/iot-operations/configure-observability-monitoring/howto-configure-observability.md
@@ -43,8 +43,8 @@ Complete the steps in this article *before* deploying Azure IoT Operations to yo
43
1. Install Azure CLI extensions for Metrics collection for Azure Arc-enabled clusters and Azure Managed Grafana.
44
45
```azurecli
46
- az extension add --name k8s-extension
47
- az extension add --name amg
+ az extension add --upgrade --name k8s-extension
+ az extension add --upgrade --name amg
48
```
49
50
1. Create an Azure Monitor workspace to enable metric collection for your Azure Arc-enabled Kubernetes cluster.
0 commit comments