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
description: Learn about service reliability and availability options provided by Azure Managed Grafana
3
+
description: Learn about service reliability and availability options provided by Azure Managed Grafana for workspaces in the Standard plan.
4
4
author: maud-lv
5
5
ms.author: malev
6
6
ms.service: azure-managed-grafana
7
7
ms.topic: conceptual
8
-
ms.date: 5/14/2024
8
+
ms.date: 05/18/2025
9
9
ms.custom: references_regions, engagement-fy23
10
+
#customer intent: As an IT professional who uses Azure Managed Grafana, I want to understand the service reliability features of the Standard plan.
10
11
---
11
12
12
13
# Azure Managed Grafana service reliability
13
14
14
-
This article provides information on availability zone support, disaster recovery and availability of Azure Managed Grafana for workspaces in the Standard plan. The Essential plan (preview) doesn't offer the same reliability and isn't recommended for use in production.
15
+
This article provides information on availability zone support, disaster recovery, and availability of Azure Managed Grafana for workspaces in the Standard plan. The Essential plan (preview) doesn't offer the same reliability options. We don't recommend that plan for production.
15
16
16
-
An Azure Managed Grafana workspace in the Standard tier is hosted on a dedicated set of virtual machines (VMs). By default, two VMs are deployed to provide redundancy. Each VM runs a Grafana server. A network load balancer distributes browser requests amongst the Grafana servers. On the backend, the Grafana servers are connected to a common database that stores the configuration and other persistent data for an entire Azure Managed Grafana workspace.
17
+
An Azure Managed Grafana workspace in the Standard tier is hosted on a dedicated set of virtual machines. By default, two virtual machines are deployed to provide redundancy. Each virtual machine runs a Grafana server. A network load balancer distributes browser requests among the Grafana servers. On the backend, the Grafana servers are connected to a common database that stores the configuration and other persistent data for an entire Azure Managed Grafana workspace.
17
18
18
19
:::image type="content" source="media/service-reliability/diagram.png" alt-text="Diagram of the Azure Managed Grafana Standard tier workspace setup.":::
19
20
20
-
The load balancer always keeps track of which Grafana servers are available. In a dual-server setup, if it detects that one server is down, the load balancer starts sending all requests to the remaining server. That server should be able to pick up the browser sessions previously served by the other one based on information saved in the shared database. In the meantime, the Azure Managed Grafana service will work to repair the unhealthy server or bring up a new one.
21
+
The load balancer keeps track of which Grafana servers are available. In a dual-server setup, if it detects that one server is down, the load balancer sends all requests to the remaining server. That server should be able to pick up the browser sessions previously served by the other one based on information saved in the shared database. In the meantime, the Azure Managed Grafana service works to repair the unhealthy server or bring up a new one.
21
22
22
-
Microsoft is not providing or setting up disaster recovery for this service. In case of a region level outage, service will experience downtime and users can set up additional workspaces in other regions for disaster recovery purposes.
23
+
Microsoft doesn't provide or set up disaster recovery for this service. If there's a region level outage, the service experiences downtime. You can set up workspaces in other regions for disaster recovery purposes.
23
24
24
25
## Zone redundancy
25
26
26
-
The network load balancer, VMs and database that underpin an Azure Managed Grafana workspace are located in a region based on system resource availability, and could end up being in a same Azure datacenter.
27
+
The network load balancer, virtual machines, and database that underpin an Azure Managed Grafana workspace are located in a region based on system resource availability. These resources could end up being in a same Azure datacenter.
27
28
28
29
### With zone redundancy enabled
29
30
30
-
When the zone redundancy option is enabled, VMs are spread across [availability zones](../reliability/availability-zones-overview.md). Other resources such as network load balancer and database are also configured for availability zones.
31
+
When the zone redundancy option is enabled, virtual machines are spread across [availability zones](../reliability/availability-zones-overview.md). Other resources, such as the network load balancer and database, are also configured for availability zones.
31
32
32
-
In a zone-wide outage, no user action is required. An impacted Azure Managed Grafana workspace will rebalance itself to take advantage of the healthy zone automatically. The Azure Managed Grafana service will attempt to heal the affected workspaces during zone recovery.
33
+
In a zone-wide outage, no user action is required. An impacted Azure Managed Grafana workspace rebalances itself to take advantage of the healthy zone automatically. The Azure Managed Grafana service attempts to heal the affected workspaces during zone recovery.
33
34
34
35
> [!NOTE]
35
-
> Zone redundancy can only be enabled when creating the Azure Managed Grafana workspace, and can't be modified subsequently. The zone redundancy option comes with an additional cost. Go to [Azure Managed Grafana pricing](https://azure.microsoft.com/pricing/details/managed-grafana/) for details.
36
+
> You can enable zone redundancy only when you create the Azure Managed Grafana workspace. You can't modify it later. The zone redundancy option comes at an extra cost. See [Azure Managed Grafana pricing](https://azure.microsoft.com/pricing/details/managed-grafana/).
36
37
37
38
### With zone redundancy disabled
38
39
39
-
Zone redundancy is disabled in the Azure Managed Grafana Standard tier by default. In this scenario, virtual machines are created as single-region resources and should not be expected to survive zone-downs scenarios as they can go down at same time.
40
+
Zone redundancy is disabled in the Azure Managed Grafana Standard tier by default. In this scenario, virtual machines are created as single-region resources. Because the virtual machines can go down at the same time, they shouldn't be expected to survive zone-downs scenarios.
40
41
41
42
## Supported regions
42
43
@@ -48,9 +49,9 @@ Zone redundancy support is enabled in the following regions:
48
49
| South Central US ||| East Asia |
49
50
| West US 3 ||||
50
51
51
-
For a complete list of regions where Azure Managed Grafana is available, see [Products available by region - Azure Managed Grafana](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=managed-grafana®ions=all)
52
+
For regions where Azure Managed Grafana is available, see [Products available by region - Azure Managed Grafana](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/?products=managed-grafana®ions=all).
52
53
53
-
## Next steps
54
+
## Next step
54
55
55
56
> [!div class="nextstepaction"]
56
57
> [Enable zone redundancy](./how-to-enable-zone-redundancy.md)
0 commit comments