|
| 1 | +--- |
| 2 | +title: Upgrade Azure Managed Grafana to Grafana 11 |
| 3 | +titleSuffix: Azure Managed Grafana |
| 4 | +description: "Learn how to upgrade an Azure Managed Grafana workspace from Grafana 10 to Grafana 11." |
| 5 | +ms.service: azure-managed-grafana |
| 6 | +author: maud-lv |
| 7 | +ms.author: malev |
| 8 | +ms.date: 02/31/2025 |
| 9 | +ms.topic: how-to |
| 10 | +# customerIntent: As a user of Azure Managed Grafana, I want to upgrade my workspce from Grafana 10 to Grafana 11. |
| 11 | +--- |
| 12 | + |
| 13 | +# Upgrade to Grafana 11 |
| 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. |
| 16 | + |
| 17 | +We recommend that you upgrade your workspace to Grafana 10 before August 2025. |
| 18 | + |
| 19 | +In August 2025, if your workspace is still running Grafana version 10, it will be automatically upgraded to Grafana 11. |
| 20 | + |
| 21 | +## Prerequisites |
| 22 | + |
| 23 | +- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free). |
| 24 | +- An existing Azure Managed Grafana instance. [Create one if you haven't already](quickstart-managed-grafana-portal.md). |
| 25 | + |
| 26 | +## Retirement timeline |
| 27 | + |
| 28 | +The following table outlines the retirement timeline. |
| 29 | + |
| 30 | +| Key dates | Status | |
| 31 | +|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 32 | +| March 2025 | Users can start to upgrade existing workspaces to Grafana 11. | |
| 33 | +| June 2025 | <li>All new workspaces use Grafana 11. Creating new workspaces on Grafana 10 is disabled. <li> Users can still upgrade existing workspaces to Grafana 11. | |
| 34 | +| August 2025 | All workspaces are forcibly upgraded to Grafana 11. | |
| 35 | + |
| 36 | +## Check the version of your Grafana workspace |
| 37 | + |
| 38 | +To find out if your Azure Managed Grafana workspace needs to be upgraded, check the version of Grafana your workspace is running. |
| 39 | + |
| 40 | +### [Portal](#tab/azure-portal) |
| 41 | + |
| 42 | +In the Azure portal: |
| 43 | + |
| 44 | + 1. Open your Azure Managed Grafana workspace. |
| 45 | + 1. In the left menu, under **Settings** select **Configuration**. |
| 46 | + 1. Review the Grafana version listed under **Grafana Version**. If version 10 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 11 by following the steps below. If your Grafana version is Grafana 11, no further action is necessary. |
| 47 | + |
| 48 | + :::image type="content" source="media/grafana-11-upgrade/check-grafana-version.png" alt-text="Screenshot of the Azure platform showing Grafana Version 9."::: |
| 49 | + |
| 50 | +### [Azure CLI](#tab/azure-cli) |
| 51 | + |
| 52 | +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. |
| 53 | + |
| 54 | +```azurecli |
| 55 | +az grafana show --name <azure-managed-grafana-workspace> |
| 56 | +``` |
| 57 | + |
| 58 | +The version number is listed in the output after `grafanaMajorVersion`. If version is `10`, 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 11 by following the steps below. If your Grafana version is `11`, no further action is necessary. |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +## Upgrade from Grafana 10 to Grafana 11 |
| 63 | + |
| 64 | +Upgrade from Grafana 10 to Grafana 11 by following the steps below. |
| 65 | + |
| 66 | +> [!CAUTION] |
| 67 | +> Upgrading to Grafana 11 is irreversible. |
| 68 | +
|
| 69 | +### [Portal](#tab/azure-portal) |
| 70 | + |
| 71 | +In the Azure portal: |
| 72 | + |
| 73 | +1. Open your Azure Managed Grafana workspace and in the left menu, under **Settings**, select **Configuration**. |
| 74 | +1. Under **Grafana Version**, select **11**. |
| 75 | +1. Select **Save** on top to save the new settings and trigger the upgrade to Grafana version 11. |
| 76 | + |
| 77 | + :::image type="content" source="media/grafana-11-upgrade/save-upgrade.png" alt-text="Screenshot of the Azure portal showing Grafana version 11 selected in the dropdown menu and the Save button highlighted."::: |
| 78 | + |
| 79 | +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**. |
| 80 | + |
| 81 | +### [Azure CLI](#tab/azure-cli) |
| 82 | + |
| 83 | +In the Azure CLI: |
| 84 | + |
| 85 | +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. |
| 86 | + |
| 87 | + ```azurecli |
| 88 | + az grafana update --name <azure-managed-grafana-workspace> --major-version 11 |
| 89 | + ``` |
| 90 | +
|
| 91 | +1. The CLI displays a warning indicating that upgrading to Grafana version 11 is a permanent an irreversible operation. |
| 92 | +--- |
| 93 | +
|
| 94 | +## Next step |
| 95 | +
|
| 96 | +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. |
| 97 | +
|
| 98 | +> [!div class="nextstepaction"] |
| 99 | +> [Find help or open a support ticket](./find-help-open-support-ticket.md) |
0 commit comments