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-10.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ In the Azure portal:
44
44
1. In the left menu, under **Settings** select **Configuration**.
45
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
46
47
-
:::image type="content" source="media/grafana-10-upgrade/check-grafana-version.png" alt-text="Screenshot of the Grafana interface showing the unified alerting menu.":::
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
48
49
49
### [Azure CLI](#tab/azure-cli)
50
50
@@ -88,7 +88,7 @@ In the Azure portal:
88
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
89
1. Select **Save** on top to save the new settings and trigger the upgrade to Grafana version 10.
90
90
91
-
:::image type="content" source="media/grafana-10-upgrade/save-upgrade.png" alt-text="Screenshot of the Grafana interface showing the unified alerting menu.":::
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
92
93
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
94
@@ -102,7 +102,7 @@ In the Azure CLI:
102
102
az grafana update --name <azure-managed-grafana-workspace> --major-version 10
103
103
```
104
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, enter `N`to cancel the upgrade.
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`.
0 commit comments