Skip to content

Commit 116eaee

Browse files
committed
Add Grafana breaking changes link
1 parent 5e04930 commit 116eaee

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
1212

1313
# Upgrade to Grafana 11
1414

15-
Azure Managed Grafana will stop offering Grafana 10 as a supported software version on July 31, 2025. This guide provides information about the retirement of Grafana 10 and shows you how to update your Azure Managed Grafana workspace to Grafana 11.
15+
Azure Managed Grafana will stop offering Grafana 10 as a supported software version on July 31, 2025. This guide provides information about the retirement of Grafana 10 and guides you through updating your Azure Managed Grafana workspace to Grafana 11.
1616

1717
> [!IMPORTANT]
1818
> We recommend that you upgrade your workspace to Grafana 10 before August 2025. In August 2025, if your workspace is still running Grafana version 10, it will be automatically upgraded to Grafana 11.
@@ -62,14 +62,17 @@ The version number is listed in the output after `grafanaMajorVersion`. If versi
6262

6363
Upgrade from Grafana 10 to Grafana 11 by following the steps below.
6464

65+
> [!IMPORTANT]
66+
> Grafana 11 includes significant breaking changes. Make sure to review the [Grafana Breaking changes in Grafana v11.0](https://grafana.com/docs/grafana/latest/breaking-changes/breaking-changes-v11-0/) article thoroughly before upgrading your workspace.
67+
6568
> [!CAUTION]
6669
> Upgrading to Grafana 11 is irreversible.
6770
6871
### [Portal](#tab/azure-portal)
6972

7073
In the Azure portal:
7174

72-
1. Open your Azure Managed Grafana workspace and in the left menu, under **Settings**, select **Configuration**.
75+
1. Once you have reviewed the breaking changes in Grafana 11 and are ready to proceed with the upgrade, open your workspace and select **Settings** > **Configuration** from the left menu.
7376
1. Under **Grafana Version**, select **11**.
7477
1. Select **Save** on top to save the new settings and trigger the upgrade to Grafana version 11.
7578

@@ -81,7 +84,7 @@ In the Azure portal:
8184

8285
In the Azure CLI:
8386

84-
1. 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.
87+
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.
8588

8689
```azurecli
8790
az grafana update --name <azure-managed-grafana-workspace> --major-version 11
@@ -92,7 +95,7 @@ In the Azure CLI:
9295
9396
## Next step
9497
95-
In this how-to guide, you learned how to upgrade your Azure Managed Grafana workspace from Grafana 10 to Grafana 11. If needed, go to the following guide for support.
98+
In this article, you have been guided through upgrading your Azure Managed Grafana workspace from Grafana 10 to Grafana 11. If needed, go to the following guide for additional support.
9699
97100
> [!div class="nextstepaction"]
98101
> [Find help or open a support ticket](./find-help-open-support-ticket.md)

0 commit comments

Comments
 (0)