Skip to content

Commit ef73819

Browse files
authored
Merge pull request #287071 from johndowns/event-grid-resiliency-non-paired
Update Event Grid resiliency guidance to include non-paired regions
2 parents 94173e3 + b275b74 commit ef73819

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/event-grid/faq.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ sections:
3636
answer: |
3737
If you opt in "cross-geo" in data residency configuration of the Azure Event Grid topics and domains, event subscription configuration data, also known as "metadata" will be replicated to a predefined secondary region. This allows Microsoft-initiated failover to the paired region if a failure occurs in a region. See [Azure cross-region replication pairings for all geographies](../availability-zones/cross-region-replication-azure.md#azure-paired-regions) to learn more about the supported paired regions. Otherwise, if you opt in "regional", no data of any kind is replicated to another region by Microsoft. You may define your own disaster recovery plan.
3838
39+
If you use a [non-paired region](../reliability/cross-region-replication-azure.md#regions-with-availability-zones-and-no-region-pair), then regardless of the data residency configuration you select, your metadata will only be replicated within the region.
40+
3941
Microsoft-initiated failover is exercised by Microsoft in rare situations to fail over Event Grid resources from an affected region to the corresponding geo-paired region. This process doesn't require an intervention from the user. Microsoft reserves the right to make a determination of when this option will be exercised. This mechanism doesn't involve a user consent before the user's traffic is failed over.
4042
- name: Data residency
4143
questions:

articles/reliability/reliability-event-grid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ You can choose between two failover options, Microsoft-initiated failover and cu
104104
Enable this functionality by updating the configuration for your topic or domain. Select **Regional**.
105105

106106
:::image type="content" source="../event-grid/media/availability-zones-disaster-recovery/configuration-page.png" alt-text="Screenshot showing the Configuration page for an Event Grid custom topic.":::
107-
107+
108+
If you use a [non-paired region](cross-region-replication-azure.md#regions-with-availability-zones-and-no-region-pair), then regardless of the data residency configuration you select, your metadata will only be replicated within the region.
108109

109110
### Disaster recovery failover experience
110111

0 commit comments

Comments
 (0)