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
Copy file name to clipboardExpand all lines: articles/event-grid/availability-zones-disaster-recovery.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Here are a few reasons why you may want to disable the Microsoft-initiated failo
35
35
- Microsoft-initiated failover is done on a best-effort basis.
36
36
- Some geo pairs may not meet your organization's data residency requirements.
37
37
38
-
In such cases, the recommended option is to [build your own disaster recovery plan for Azure Event Grid topics and domains](custom-disaster-recovery.md). While this option requires a bit more effort, it enables faster failover, and you are in control of choosing secondary regions. If you want to implement client-side disaster recovery for Azure Event Grid topics, see [Build your own client-side disaster recovery for Azure Event Grid topics](custom-disaster-recovery-client-side.md).
38
+
In such cases, the recommended option is to build your own disaster recovery plan for Azure Event Grid topics and domains. While this option requires a bit more effort, it enables faster failover, and you are in control of choosing secondary regions. If you want to implement client-side disaster recovery for Azure Event Grid topics, see [Build your own client-side disaster recovery for Azure Event Grid topics](custom-disaster-recovery-client-side.md).
39
39
40
40
41
41
## RTO and RPO
@@ -45,7 +45,7 @@ Disaster recovery is measured with two metrics:
45
45
- Recovery Point Objective (RPO): the minutes or hours of data that may be lost.
46
46
- Recovery Time Objective (RTO): the minutes or hours the service may be down.
47
47
48
-
Event Grid’s automatic failover has different RPOs and RTOs for your metadata (topics, domains, event subscriptions.) and data (events). If you need different specification from the following ones, you can still implement your own [client-side fail over using the topic health apis](custom-disaster-recovery.md).
48
+
Event Grid’s automatic failover has different RPOs and RTOs for your metadata (topics, domains, event subscriptions.) and data (events). If you need different specification from the following ones, you can still implement your own client-side failover using the topic health apis.
49
49
50
50
### Recovery point objective (RPO)
51
51
-**Metadata RPO**: zero minutes. For applicable resources, when a resource is created/updated/deleted, the resource definition is synchronously replicated to the geo-pair. When a failover occurs, no metadata is lost.
@@ -61,4 +61,4 @@ Event Grid’s automatic failover has different RPOs and RTOs for your metadata
61
61
> - Geo-disaster recovery is not supported for partner namespaces and partner topics.
62
62
63
63
## Next steps
64
-
If you want to implement your own disaster recovery plan for Azure Event Grid topics and domains, see [Build your own disaster recovery for custom topics in Event Grid](custom-disaster-recovery.md).
64
+
See [Build your own client-side disaster recovery for Azure Event Grid topics](custom-disaster-recovery-client-side.md).
Copy file name to clipboardExpand all lines: articles/event-grid/configure-custom-topic.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ When you use Azure portal, you can assign one system assigned identity and up to
63
63
1. Select **Add**.
64
64
1. Refresh the list in the **User assigned** tab to see the added user-assigned identity.
65
65
66
-
You can use similar steps to enable an identity for an event grid domain.
66
+
You can use similar steps to enable an identity for an Event Grid domain.
67
67
68
68
## Configure data residency
69
69
@@ -72,7 +72,7 @@ You can use similar steps to enable an identity for an event grid domain.
72
72
73
73
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). 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 user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./event-grid-faq.yml).
74
74
75
-
If you select the **Regional** option, you may define your own disaster recovery plan. For more information, see [Build your own disaster recovery plan for Azure Event Grid topics and domains](custom-disaster-recovery.md).
75
+
If you select the **Regional** option, you may define your own disaster recovery plan.
76
76
77
77
:::image type="content" source="./media/configure-custom-topic/data-residency.png" alt-text="Screenshot showing the Configuration page with data residency settings.":::
78
78
1. After updating the setting, select **Apply** to apply changes.
@@ -91,4 +91,4 @@ See the following samples to learn about publishing events to and consuming even
91
91
-[Azure Event Grid samples for Java](/samples/azure/azure-sdk-for-java/eventgrid-samples/)
92
92
-[Azure Event Grid samples for Python](/samples/azure/azure-sdk-for-python/eventgrid-samples/)
93
93
-[Azure Event Grid samples for JavaScript](/samples/azure/azure-sdk-for-js/eventgrid-javascript/)
94
-
-[Azure Event Grid samples for TypeScript](/samples/azure/azure-sdk-for-js/eventgrid-typescript/)
94
+
-[Azure Event Grid samples for TypeScript](/samples/azure/azure-sdk-for-js/eventgrid-typescript/)
Copy file name to clipboardExpand all lines: articles/event-grid/create-custom-topic.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ On the **Security** page of the **Create Topic** or **Create Event Grid Domain*
74
74
75
75
The **Cross-Geo** option allows Microsoft-initiated failover to the paired region in case of a region failure. For more information, see [Server-side geo disaster recovery in Azure Event Grid](geo-disaster-recovery.md). 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 user. Microsoft reserves right to make a determination of when this path will be taken. The mechanism doesn't involve a user consent before the user's topic or domain is failed over. For more information, see [How do I recover from a failover?](./event-grid-faq.yml).
76
76
77
-
If you select the **Regional** option, you may define your own disaster recovery plan. For more information, see [Build your own disaster recovery plan for Azure Event Grid topics and domains](custom-disaster-recovery.md).
77
+
If you select the **Regional** option, you may define your own disaster recovery plan.
78
78
3. Select **Next: Tags** to move to the **Tags** page.
Copy file name to clipboardExpand all lines: articles/event-grid/event-grid-faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ sections:
35
35
- question: |
36
36
How do I recover from a failover?
37
37
answer: |
38
-
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-cross-region-replication-pairings-for-all-geographies) 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. For more information, see [Build your own disaster recovery for custom topics in Event Grid](custom-disaster-recovery.md).
38
+
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-cross-region-replication-pairings-for-all-geographies) 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.
39
39
40
40
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.
0 commit comments