Skip to content

Commit c5c086e

Browse files
authored
Merge pull request #225600 from spelluru/egridremove0130
removing file as per PM
2 parents 34897c0 + ac931c6 commit c5c086e

7 files changed

+15
-75
lines changed

articles/event-grid/.openpublishing.redirection.event-grid.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "custom-disaster-recovery.md",
5+
"redirect_url": "/azure/event-grid/custom-disaster-recovery-client-side",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "premium-basic-tiers.md",
510
"redirect_url": "https://azure.microsoft.com/pricing/details/event-grid/",

articles/event-grid/availability-zones-disaster-recovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here are a few reasons why you may want to disable the Microsoft-initiated failo
3535
- Microsoft-initiated failover is done on a best-effort basis.
3636
- Some geo pairs may not meet your organization's data residency requirements.
3737

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).
3939

4040

4141
## RTO and RPO
@@ -45,7 +45,7 @@ Disaster recovery is measured with two metrics:
4545
- Recovery Point Objective (RPO): the minutes or hours of data that may be lost.
4646
- Recovery Time Objective (RTO): the minutes or hours the service may be down.
4747

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.
4949

5050
### Recovery point objective (RPO)
5151
- **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
6161
> - Geo-disaster recovery is not supported for partner namespaces and partner topics.
6262
6363
## 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).

articles/event-grid/configure-custom-topic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When you use Azure portal, you can assign one system assigned identity and up to
6363
1. Select **Add**.
6464
1. Refresh the list in the **User assigned** tab to see the added user-assigned identity.
6565

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.
6767

6868
## Configure data residency
6969

@@ -72,7 +72,7 @@ You can use similar steps to enable an identity for an event grid domain.
7272

7373
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).
7474

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.
7676

7777
:::image type="content" source="./media/configure-custom-topic/data-residency.png" alt-text="Screenshot showing the Configuration page with data residency settings.":::
7878
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
9191
- [Azure Event Grid samples for Java](/samples/azure/azure-sdk-for-java/eventgrid-samples/)
9292
- [Azure Event Grid samples for Python](/samples/azure/azure-sdk-for-python/eventgrid-samples/)
9393
- [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/)

articles/event-grid/create-custom-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ On the **Security** page of the **Create Topic** or **Create Event Grid Domain*
7474

7575
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).
7676

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.
7878
3. Select **Next: Tags** to move to the **Tags** page.
7979

8080
## Tags page

articles/event-grid/custom-disaster-recovery.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

articles/event-grid/event-grid-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sections:
3535
- question: |
3636
How do I recover from a failover?
3737
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.
3939
4040
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.
4141
- name: Data residency

articles/event-grid/toc.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,8 @@ items:
316316
href: cloudevents-schema.md
317317
- name: Manage topics with Event Domains
318318
href: how-to-event-domains.md
319-
- name: Disaster recovery
320-
items:
321-
- name: Build your own disaster recovery plan
322-
href: custom-disaster-recovery.md
323-
- name: Build your own client-side disaster recovery
324-
href: custom-disaster-recovery-client-side.md
319+
- name: Build your own client-side disaster recovery
320+
href: custom-disaster-recovery-client-side.md
325321
- name: Track asynchronous REST operations
326322
href: ../azure-resource-manager/management/async-operations.md?toc=/azure/event-grid/toc.json
327323
- name: Move

0 commit comments

Comments
 (0)