Skip to content

Commit a4f82ee

Browse files
authored
Merge pull request #104003 from bragi92/patch-5
Update Az CLI preview to correctly state required aks-preview version
2 parents 03e2d53 + 1599d90 commit a4f82ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/prometheus-metrics-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use any of the following methods to install the Azure Monitor agent on your AKS
4040

4141
- Register the `AKS-PrometheusAddonPreview` feature flag in the Azure Kubernetes clusters subscription with the following command in Azure CLI: `az feature register --namespace Microsoft.ContainerService --name AKS-PrometheusAddonPreview`.
4242
- The aks-preview extension needs to be installed using the command `az extension add --name aks-preview`. For more information on how to install a CLI extension, see [Use and manage extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview).
43-
- Azure CLI version 2.41.0 or higher is required for this feature.
43+
- Aks-preview version 0.5.122 or higher is required for this feature. You can check the aks-preview version using the `az version` command.
4444

4545
#### Install metrics addon
4646

0 commit comments

Comments
 (0)