You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-upgrade-grafana-11.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: how-to
12
12
13
13
# Upgrade to Grafana 11
14
14
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.
16
16
17
17
> [!IMPORTANT]
18
18
> 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
62
62
63
63
Upgrade from Grafana 10 to Grafana 11 by following the steps below.
64
64
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
+
65
68
> [!CAUTION]
66
69
> Upgrading to Grafana 11 is irreversible.
67
70
68
71
### [Portal](#tab/azure-portal)
69
72
70
73
In the Azure portal:
71
74
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.
73
76
1. Under **Grafana Version**, select **11**.
74
77
1. Select **Save** on top to save the new settings and trigger the upgrade to Grafana version 11.
75
78
@@ -81,7 +84,7 @@ In the Azure portal:
81
84
82
85
In the Azure CLI:
83
86
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.
85
88
86
89
```azurecli
87
90
az grafana update --name <azure-managed-grafana-workspace> --major-version 11
@@ -92,7 +95,7 @@ In the Azure CLI:
92
95
93
96
## Next step
94
97
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.
96
99
97
100
> [!div class="nextstepaction"]
98
101
> [Find help or open a support ticket](./find-help-open-support-ticket.md)
0 commit comments