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
<!--#Customer intent: As a customer, I want to understand reliability support for Microsoft Energy Data Services so that I can respond to and/or avoid failures in order to minimize downtime and data loss. -->
13
-
14
-
<!--
15
-
16
-
Template for the main reliability article for Azure services.
17
-
Keep the required sections and add/modify any content for any information specific to your service.
18
-
This article should live in the reliability content area of azure-docs-pr.
19
-
This article should be linked to in your TOC. Under a Reliability node or similar. The name of this page should be *reliability-Microsoft Energy Data Services.md* and the TOC title should be "Reliability in Microsoft Energy Data Services".
20
-
Keep the headings in this order.
21
-
22
-
This template uses comment pseudo code to indicate where you must choose between two options or more.
23
-
24
-
Conditions are used in this document in the following manner and can be easily searched for:
25
-
-->
26
-
27
-
<!-- IF (AZ SUPPORTED) -->
28
-
<!-- some text -->
29
-
<!-- END IF (AZ SUPPORTED)-->
30
-
31
-
<!-- BEGIN IF (SLA INCREASE) -->
32
-
<!-- some text -->
33
-
<!-- END IF (SLA INCREASE) -->
34
-
35
-
<!-- IF (SERVICE IS ZONAL) -->
36
-
<!-- some text -->
37
-
<!-- END IF (SERVICE IS ZONAL) -->
38
-
39
-
<!-- IF (SERVICE IS ZONE REDUNDANT) -->
40
-
<!-- some text -->
41
-
<!-- END IF (SERVICE IS ZONAL) -->
42
-
43
-
<!--
44
-
45
-
IMPORTANT:
46
-
- Do a search and replace of TODO-service-name with the name of your service. That will make the template easier to read.
47
-
- ALL sections are required unless noted otherwise.
48
-
- MAKE SURE YOU REMOVE ALL COMMENTS BEFORE PUBLISH!!!!!!!!
Required: Provide an introduction. Use the following placeholder as a suggestion, but elaborate.
61
-
-->
62
-
63
15
This article describes reliability support in Microsoft Energy Data Services, and covers intra-regional resiliency with [availability zones](#availability-zone-support). For a more detailed overview of reliability in Azure, see [Azure reliability](../reliability/overview.md).
64
16
65
17
## Availability zone support
66
-
<!-- IF (AZ SUPPORTED) -->
67
-
Azure availability zones are at least three physically separate groups of datacenters within each Azure region. Datacenters within each zone are equipped with independent power, cooling, and networking infrastructure. If there's a local zone failure, availability zones are designed so that if the one zone is affected, regional services, capacity, and high availability are supported by the remaining two zones. Failures can range from software and hardware failures to events such as earthquakes, floods, and fires. Tolerance to failures is achieved with redundancy and logical isolation of Azure services. For more detailed information on availability zones in Azure, see [Regions and availability zones](/azure/availability-zones/az-overview.md).
18
+
19
+
Azure availability zones are at least three physically separate groups of datacenters within each Azure region. Datacenters within each zone are equipped with independent power, cooling, and networking infrastructure. If there's a local zone failure, availability zones are designed so that if the one zone is affected, regional services, capacity, and high availability are supported by the remaining two zones. Failures can range from software and hardware failures to events such as earthquakes, floods, and fires. Tolerance to failures is achieved with redundancy and logical isolation of Azure services. For more detailed information on availability zones in Azure, see [Regions and availability zones](availability-zones-overview.md).
68
20
69
21
Microsoft Energy Data Services Preview supports zone-redundant instance by default and there's no setup required by the Customer.
70
22
@@ -78,8 +30,10 @@ The Microsoft Energy Data Services Preview supports availability zones in the fo
78
30
| East US | West Europe ||||
79
31
80
32
### Zone down experience
81
-
During a zone-wide outage, no action is required during zone recovery. Customer may however experience brief degradation of performance, until the service self-heals and rebalances underlying capacity to adjust to healthy zones. Customers experiencing failures with Microsoft Energy Data Services APIs may need to be retried for 5XX errors.
33
+
During a zone-wide outage, no action is required during zone recovery. There may be a brief degradation of performance until the service self-heals and re-balances underlying capacity to adjust to healthy zones.
34
+
35
+
If you're experiencing failures with Microsoft Energy Data Services APIs, you may need to implement a retry mechanism for 5XX errors.
82
36
83
37
## Next steps
84
38
> [!div class="nextstepaction"]
85
-
> [Resiliency in Azure](availability-zones-overview.md))
39
+
> [Reliability in Azure](availability-zones-overview.md)
0 commit comments