Skip to content

Commit c2ef2a9

Browse files
authored
Merge pull request #300606 from bharathim/fix-reliability-doc
Add four new regions
2 parents f2ed8cd + d5032d3 commit c2ef2a9

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

articles/reliability/reliability-energy-data-services.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Azure Data Manager for Energy supports zone-redundant instances by default and t
2424

2525
The Azure Data Manager for Energy supports availability zones in the following regions:
2626

27-
| Americas | Europe | Asia Pacific | Middle East / Africa
28-
|----------------------|----------------------|----------------|-----------------------
29-
| South Central US | North Europe | Australia East | Qatar Central
30-
| East US | West Europe | |
31-
| Brazil South | | |
27+
| Asia Pacific | Americas | Europe | Middle East/Africa |
28+
|----------------|----------------------|----------------------|----------------------|
29+
| Australia East | Brazil South | North Europe | Qatar Central |
30+
| Southeast Asia | East US | Sweden Central | South Africa North |
31+
| | South Central US | West Europe | UAE North |
3232

3333
### Zone down experience
3434
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 rebalances underlying capacity to adjust to healthy zones. During this period, you may experience 5xx errors and you may have to retry API calls until the service is restored.
@@ -46,24 +46,29 @@ Azure Data Manager for Energy is a regional service and, therefore, is susceptib
4646

4747
Below is the list of primary and secondary regions for regions where disaster recovery is supported:
4848

49-
| Geography | Primary | Secondary |
50-
|------------------|----------------------|------------------|
51-
|Americas | South Central US | North Central US |
52-
|Americas | East US | West US |
53-
|Americas | Brazil South* | |
54-
|Europe | North Europe | West Europe |
55-
|Europe | West Europe | North Europe |
56-
|Asia Pacific | Australia East | Australia |
57-
|Middle East / Africa | Qatar Central* | |
49+
| Geography | Primary | Secondary |
50+
|--------------------|----------------------|-------------------|
51+
| Americas | South Central US | North Central US |
52+
| Americas | East US | West US |
53+
| Americas | Brazil South* | - |
54+
| Asia Pacific | Australia East | Australia Central |
55+
| Asia Pacific | Southeast Asia* | - |
56+
| Europe | North Europe | West Europe |
57+
| Europe | West Europe | North Europe |
58+
| Europe | Sweden Central | Sweden South |
59+
| Middle East/Africa | Qatar Central* | - |
60+
| Middle East/Africa | South Africa North | South Africa West |
61+
| Middle East/Africa | UAE North | UAE Central |
5862

5963
(*) These regions are restricted in supporting customer scenarios for disaster recovery. For more information please contact your Microsoft sales or customer representatives.
6064

61-
Azure Data Manager for Energy uses Azure Storage, Azure Cosmos DB and Elasticsearch index as underlying data stores for persisting your data partition data. These data stores offer high durability, availability, and scalability. Azure Data Manager for Energy uses [geo-zone-redundant storage](../storage/common/storage-redundancy.md#geo-zone-redundant-storage) or GZRS to automatically replicate data to a secondary region that's hundreds of miles away from the primary region. The same security features enabled in the primary region (for example, encryption at rest using your encryption key) to protect your data are applicable to the secondary region. Similarly, Azure Cosmos DB is a globally distributed data service, which replicates the metadata (catalog) across regions. Elasticsearch index snapshots are taken at regular intervals and geo-replicated to the secondary region. All inflight data are ephemeral and therefore subject to loss. For example, in-transit data that is part of an on-going ingestion job that isn't persisted yet is lost, and you must restart the ingestion process upon recovery.
65+
Azure Data Manager for Energy uses Azure Storage, Azure Cosmos DB and Elasticsearch index as underlying data stores for persisting your data partition data. These data stores offer high durability, availability, and scalability. Azure Data Manager for Energy uses [geo-zone-redundant storage](../storage/common/storage-redundancy.md#geo-zone-redundant-storage) or GZRS to automatically replicate data to a secondary region that's hundreds of miles away from the primary region. The same security features enabled in the primary region (for example, encryption at rest using your encryption key) to protect your data are applicable to the secondary region. Similarly, Azure Cosmos DB is a globally distributed data service, which replicates the metadata (catalog) across regions. Elasticsearch index snapshots are taken at regular intervals and geo-replicated to the secondary region. All inflight data are ephemeral and therefore subject to loss. For example, in-transit data that is part of an ongoing ingestion job that isn't persisted yet is lost, and you must restart the ingestion process upon recovery.
6266

6367
> [!IMPORTANT]
6468
> In the following regions, disaster recovery is not available. For more information please contact your Microsoft sales or customer representative.
6569
> 1. Brazil South
6670
> 2. Qatar Central
71+
> 3. Southeast Asia
6772
6873
#### Set up disaster recovery and outage detection
6974

0 commit comments

Comments
 (0)