Skip to content

Commit 2d3e9c9

Browse files
committed
edit
1 parent ddac604 commit 2d3e9c9

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4209,6 +4209,11 @@
42094209
"source_path_from_root": "/articles/defender-for-iot/organizations/tutorial-clearpass.md",
42104210
"redirect_url": "/azure/defender-for-iot/organizations/integrate-overview",
42114211
"redirect_document_id": false
4212+
},
4213+
{
4214+
"source_path_from_root": "/articles/event-grid/high-availability-disaster-recovery.md",
4215+
"redirect_url": "/azure/reliability/reliability-event-grid",
4216+
"redirect_document_id": false
42124217
}
42134218

42144219
]

articles/event-grid/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ items:
484484
- name: Custom delivery properties
485485
href: delivery-properties.md
486486
- name: Availability zones and disaster recovery
487-
href: availability-zones-disaster-recovery.md
487+
href: ../reliability/reliability-event-grid.md?toc=/azure/event-grid/toc.json
488488
- name: Security
489489
items:
490490
- name: Security baseline

articles/reliability/reliability-event-grid.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Reliability in Azure Event Grid and Event Grid namespacess
3-
description: Find out about reliability in Azure Event Grid and Event Grid namespaces
2+
title: Reliability in Azure Event Grid and Event Grid namespace
3+
description: Find out about reliability in Azure Event Grid and Event Grid namespace
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.topic: reliability-article
@@ -9,9 +9,9 @@ ms.service: virtual-machines
99
ms.date: 07/02/2024
1010
---
1111

12-
# Reliability in Azure Event Grid and Event Grid namespaces
12+
# Reliability in Azure Event Grid and Event Grid namespace
1313

14-
This article contains detailed information on Event Grid and Event Grid namespaces regional resiliency with [availability zones](#availability-zone-support) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity).
14+
This article contains detailed information on Event Grid and Event Grid namespace regional resiliency with [availability zones](#availability-zone-support) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity).
1515

1616

1717
For an architectural overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
@@ -24,12 +24,12 @@ For an architectural overview of reliability in Azure, see [Azure reliability](/
2424

2525
Event Grid resource definitions for topics, system topics, domains, and event subscriptions and event data are automatically replicated across three availability zones. When there's a regional failure in one of the availability zones, Event Grid resources **automatically failover** to another availability zone without human intervention. Currently, it isn't possible for you to control (enable or disable) this feature. When an existing region starts supporting availability zones, existing Event Grid resources are automatically failed over to take advantage of this feature. No customer action is required.
2626

27-
**Azure Event Grid namespaces** also achieve intra-region high availability using availability zones.
27+
**Azure Event Grid namespace** also achieves intra-region high availability using availability zones.
2828

2929

3030
### Prerequisites
3131

32-
For availability zone support, your Event Grid resources must be in a region that supports availability zones. To review which regions support availability zones, see the [list of supported regions].(availability-zones-service-support.md#azure-regions-with-availability-zone-support).
32+
For availability zone support, your Event Grid resources must be in a region that supports availability zones. To review which regions support availability zones, see the [list of supported regions](availability-zones-service-support.md#azure-regions-with-availability-zone-support).
3333

3434

3535
### Pricing
@@ -71,6 +71,18 @@ The following table illustrates the client-side failover and geo disaster recove
7171
| Namespaces | Supported | Not supported |
7272

7373

74+
### Event grid namespace
75+
76+
Event Grid namespace doesn't support cross-region DR. However, you can achieve cross region high availability through client-side failover implementation by creating primary and secondary namespaces.
77+
78+
With a client-side failover implementation, you can:
79+
80+
- Implement a** custom (manual or automated) process to replicate namespace, client identities, and other configurations** including CA certificates, client groups, topic spaces, permission bindings, routing, between primary and secondary regions.
81+
82+
- Implement a **concierge service** that provides clients with primary and secondary endpoints by performing a health check on endpoints. The concierge service can be a web application that is replicated and kept reachable using DNS-redirection techniques, for example, using Azure Traffic Manager.
83+
84+
- **Achieve an Active-Active DR solution** by replicating the metadata and balancing load across the namespaces. An Active-Passive DR solution can be achieved by replicating the metadata to keep the secondary namespace ready so that when the primary namespace is unavailable, the traffic can be directed to secondary namespace.
85+
7486

7587
### Set up disaster recovery
7688

0 commit comments

Comments
 (0)