Skip to content

Commit 99d373f

Browse files
authored
Update how-to-upgrade-grafana-11.md
1 parent b66aa23 commit 99d373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/managed-grafana/how-to-upgrade-grafana-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In the Azure CLI:
8787
1. Once you have reviewed the breaking changes in Grafana 11 and are ready to proceed with the upgrade, run the [az grafana update](/cli/azure/grafana#az-grafana-update) command and replace `<azure-managed-grafana-workspace>` with the name of your Azure Managed Grafana workspace.
8888

8989
```azurecli
90-
az grafana update --name <azure-managed-grafana-workspace> --major-version 11
90+
az grafana update --name <azure-managed-grafana-workspace> --resource-group <azure-managed-grafana-resource-group-name> --major-version 11
9191
```
9292
9393
1. The CLI displays a warning indicating that upgrading to Grafana version 11 is a permanent an irreversible operation.

0 commit comments

Comments
 (0)