Skip to content

Commit 52272b6

Browse files
committed
Add CLI update required
1 parent 68ef731 commit 52272b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/managed-grafana/how-to-service-accounts.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Service accounts are disabled by default in Azure Managed Grafana. If your exist
3838

3939
### [Azure CLI](#tab/azure-cli)
4040

41-
Run the [az grafana update](/cli/azure/grafana#az-grafana-update) command to enable the creation of API keys and service accounts in an existing Azure Managed Grafana instance. In the command below, replace `<azure-managed-grafana-name>` with the name of the Azure Managed Grafana instance to update.
41+
1. Azure Managed Grafana CLI extension 0.3.0 or above is required. To update your extension, run `az extension update --name amg`.
42+
1. Run the [az grafana update](/cli/azure/grafana#az-grafana-update) command to enable the creation of API keys and service accounts in an existing Azure Managed Grafana instance. In the command below, replace `<azure-managed-grafana-name>` with the name of the Azure Managed Grafana instance to update.
4243

4344
```azurecli-interactive
4445
az grafana update --name <azure-managed-grafana-name> ---service-account Enabled

0 commit comments

Comments
 (0)