Skip to content

Commit 5e42ae6

Browse files
authored
Merge pull request #266649 from maud-lv/ml-upgrade
Add Upgrade to Grafana 10 article
2 parents 87ce942 + 3861f0a commit 5e42ae6

File tree

6 files changed

+128
-1
lines changed

6 files changed

+128
-1
lines changed

articles/managed-grafana/concept-whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ author: maud-lv
55
ms.author: malev
66
ms.service: managed-grafana
77
ms.topic: conceptual
8-
ms.date: 11/17/2023
8+
ms.date: 02/22/2024
99

1010
---
1111

1212
# What's new in Azure Managed Grafana
1313

14+
## March 2024
15+
16+
* We recommend that users with a workspace on Grafana 9 [upgrade to Grafana 10](how-to-upgrade-grafana-10.md).
17+
1418
## October 2023
1519

1620
* Azure Managed Grafana has a new [Essential pricing plan](overview.md#service-tiers) available in preview. This plan provides core Grafana functionalities at a reduced price and is designed to be used in non-production environments.
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
title: "Upgrade Azure Managed Grafana to Grafana 10"
3+
titleSuffix: Azure Managed Grafana
4+
description: "Learn how to upgrade an Azure Managed Grafana workspace from Grafana 9 to Grafana 10, and learn information about upgrading legacy alerting to unified alerting."
5+
ms.service: managed-grafana
6+
author: maud-lv
7+
ms.author: malev
8+
ms.date: 03/01/2024
9+
ms.topic: how-to
10+
# customerIntent: As a user of Azure Managed Grafana, I want to upgrade my workspce from Grafana 9 to Grafana 10. I also want to learn about the upgrade of the legacy alerting feature.
11+
---
12+
13+
# Upgrade to Grafana 10
14+
15+
Azure Managed Grafana will stop offering Grafana 9 as a supported software version on 31 August 2024. This guide provides information about the retirement of Grafana 9 and shows you how to update your Azure Managed Grafana workspace to Grafana 10.
16+
We recommend that you upgrade your workspace to Grafana 10 before the end of August 2024.
17+
18+
In September 2024, if your workspace is still on Grafana version 9, it will be automatically upgraded to Grafana 10.
19+
20+
## Prerequisites
21+
22+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
23+
- An existing Azure Managed Grafana instance. [Create one if you haven't already](quickstart-managed-grafana-portal.md).
24+
25+
## Retirement timeline
26+
27+
The following table outlines the retirement timeline.
28+
29+
| Key dates | Status |
30+
|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|
31+
| March 2024 | Users can start to upgrade existing workspaces to Grafana 10. |
32+
| July 1-31, 2024 | <li>All new workspaces use Grafana 10. Creating new workspaces on Grafana 9 is disabled. <li> Users can still upgrade existing workspaces to Grafana 10. |
33+
| September 1-30, 2024 | <li>All workspaces are forcibly upgraded to Grafana 10. <li> Grafana 9 no longer receives updates from Microsoft. |
34+
35+
## Check the version of your Grafana workspace
36+
37+
To find out if your Azure Managed Grafana workspace needs to be upgraded, start by checking which version of Grafana your workspace is on.
38+
39+
### [Portal](#tab/azure-portal)
40+
41+
In the Azure portal:
42+
43+
1. Open your Azure Managed Grafana workspace.
44+
1. In the left menu, under **Settings** select **Configuration**.
45+
1. Review the Grafana version listed under **Grafana Version (Preview)**. If version 9 is selected in the dropdown menu, your workspace is on the Grafana version that is reaching end of life and is scheduled for retirement. We recommend that you upgrade your workspace to Grafana 10 by following the steps below. If your Grafana version is Grafana 10 or more, no further action is necessary.
46+
47+
:::image type="content" source="media/grafana-10-upgrade/check-grafana-version.png" alt-text="Screenshot of the Azure platform showing Grafana Version 9.":::
48+
49+
### [Azure CLI](#tab/azure-cli)
50+
51+
Run the command [az grafana show](/cli/azure/grafana#az-grafana-show) in the Azure CLI to retrieve the properties of the Azure Managed Grafana workspace. Replace the placeholder `<azure-managed-grafana-workspace>` with the name of the Azure Managed Grafana instance.
52+
53+
```azurecli
54+
az grafana show --name <azure-managed-grafana-workspace>
55+
```
56+
57+
The version number is listed in the output after `grafanaMajorVersion`. If version is `9`, your workspace is on the Grafana version that is reaching end of life and is scheduled for retirement. We recommend that you upgrade your workspace to Grafana 10 by following the steps below. If your Grafana version is `10` or more, no further action is necessary.
58+
59+
---
60+
61+
## Check if you use legacy alerting
62+
63+
Some Grafana 9 workspaces have legacy alerting enabled. Legacy alerting is an outdated version of the current unified alerting feature.
64+
65+
> [!CAUTION]
66+
> For workspaces that have legacy alerting enabled, the upgrade to Grafana 10 comes with an upgrade of the alerting feature from legacy alerting to unified alerting. After this upgrade, alerts might not work or need adjustments.
67+
68+
Check if your workspace uses legacy alerting or unified alerting by going to the left menu in the Grafana user interface:
69+
70+
- If the menu shows **Alerting (legacy)**, the older version of the alerting feature is enabled. It will be updated to unified alerting when the workspace is upgraded to Grafana 10.
71+
- If the menu shows **Alerting**, unified alerting is enabled. Alerting will remain unchanged by the upgrade.
72+
73+
:::image type="content" source="media/grafana-10-upgrade/unified-alerting.png" alt-text="Screenshot of the Grafana interface showing the unified alerting menu.":::
74+
75+
## Upgrade Grafana 9 to Grafana 10
76+
77+
This section details how to upgrade an Azure Managed Grafana instance from Grafana 9 to Grafana 10.
78+
79+
> [!CAUTION]
80+
> Upgrading to Grafana 10 is irreversible.
81+
82+
### [Portal](#tab/azure-portal)
83+
84+
In the Azure portal:
85+
86+
1. In the Azure portal, open your Azure Managed Grafana workspace and in the left menu, under **Settings**, select **Configuration**.
87+
1. Under **Grafana Version (Preview)**, select **10** to indicate that you want to upgrade your workspace to Grafana 10.
88+
1. The Azure portal displays a warning message. Read the message carefully and check the box to acknowledge that you're aware of the risks.
89+
1. Select **Save** on top to save the new settings and trigger the upgrade to Grafana version 10.
90+
91+
:::image type="content" source="media/grafana-10-upgrade/save-upgrade.png" alt-text="Screenshot of the Azure portal showing Grafana version 10 selected in the dropdown menu, the warning checkbox checked and the Save button highlighted.":::
92+
93+
1. A notification appears, indicating that the upgrade is in progress. In the **Overview** page, Grafana’s **Provisioning State** is **Provisioning** until the upgrade is complete. After a few minutes, a notification appears, and the provisioning state becomes **Succeeded**.
94+
95+
### [Azure CLI](#tab/azure-cli)
96+
97+
In the Azure CLI:
98+
99+
1. Run the [az grafana update](/cli/azure/grafana#az-grafana-update) command. In the command below, replace `<azure-managed-grafana-workspace>` with the name of the Azure Managed Grafana instance to upgrade.
100+
101+
```azurecli
102+
az grafana update --name <azure-managed-grafana-workspace> --major-version 10
103+
```
104+
105+
1. The CLI displays a warning indicating that upgrading to Grafana version 10 is a permanent an irreversible operation. Grafana alerting has been deprecated and any migrated legacy alert may require manual adjustments to function properly under the new alerting system. To acknowledge this information and proceed to the upgrade, enter `Y`. Otherwise, cancel the upgrade with `N`.
106+
107+
---
108+
109+
## Check Grafana alerts
110+
111+
If your workspace previously had legacy alerting enabled, check that your alerts are still working propertly within your upgraded instance of Grafana.
112+
113+
1. Open the Grafana portal.
114+
1. Open the left menu. The alerting feature is now called **Alerting**. Check the state of your alerts to make sure that they're set up the way you want.
115+
116+
## Next step
117+
118+
In this how-to guide, you learned how to upgrade your Azure Managed Grafana workspace from Grafana 9 to Grafana 10. If needed, go to the following guide for support.
119+
120+
> [!div class="nextstepaction"]
121+
> [Find help or open a support ticket](./find-help-open-support-ticket.md)
107 KB
Loading
153 KB
Loading
70.2 KB
Loading

articles/managed-grafana/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ items:
9696
href: how-to-migrate.md
9797
- name: Transition to grafana.azure.com domain
9898
href: how-to-transition-domain.md
99+
- name: Upgrade to Grafana 10
100+
href: how-to-upgrade-grafana-10.md
99101
- name: Troubleshoot common issues
100102
href: troubleshoot-managed-grafana.md
101103
- name: Known limitations

0 commit comments

Comments
 (0)