Skip to content

Commit c3f54b3

Browse files
committed
Preview checks
1 parent f8af4b4 commit c3f54b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In the Azure portal:
4444
1. In the left menu, under **Settings** select **Configuration**.
4545
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.
4646

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.":::
4848

4949
### [Azure CLI](#tab/azure-cli)
5050

@@ -88,7 +88,7 @@ In the Azure portal:
8888
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.
8989
1. Select **Save** on top to save the new settings and trigger the upgrade to Grafana version 10.
9090

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.":::
9292

9393
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**.
9494

@@ -102,7 +102,7 @@ In the Azure CLI:
102102
az grafana update --name <azure-managed-grafana-workspace> --major-version 10
103103
```
104104
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`.
106106
107107
---
108108

0 commit comments

Comments
 (0)