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-hubs/use-geo-replication.md
+25-9Lines changed: 25 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,39 @@ author: axisc
6
6
ms.author: aschhabria
7
7
ms.date: 06/10/2024
8
8
---
9
-
# How to use Geo-replication (Public Preview)
9
+
# How to use Geo-replication
10
10
11
-
This tutorial shows you how to use the Geo-replication with your Event Hubs Dedicated namespace. To learn more about this feature, read the Geo-replication article. In this article you learn how to:
11
+
This tutorial shows you how to use the Geo-replication with Event Hubs. To learn more about this feature, read the Geo-replication article. In this article you learn how to:
12
12
13
13
- Enable Geo-replication on a new namespace.
14
14
- Enable Geo-replication on an existing namespace.
15
15
- Perform a planned promotion or failover.
16
16
- Remove the secondary from your namespace.
17
17
18
-
## Prerequisites
19
-
To use the Geo-replication feature, you need to have at least one Dedicated Event Hubs cluster in two regions where the Geo-replication feature is available.
20
-
21
18
## Enable Geo-replication on a new namespace
19
+
22
20
23
-
You can enable Geo-replication during namespace creation and after namespace creation.
24
-
To enable Geo-replication on a namespace during namespace creation:
25
-
21
+
### [Dedicated](#tab/Dedicated)
22
+
23
+
> [!NOTE]
24
+
> To use geo-replication feature, at least one Dedicated Event Hubs cluster is needed in each region where Geo-replication feature is available.
25
+
>
26
+
26
27
1. Navigate to the **Event Hubs Cluster** page for your Event Hubs cluster.
27
28
1. On the left menu, expand **Entities**, and select **Cluster Namespaces**.
28
29
1. To create an Event Hubs namespace in an Event Hubs cluster in a region with Geo-replication enabled, on the **Cluster Namespaces** page, on the toolbar, select **+ Namespace**. Provide a name for the namespace, and select **Enable Geo-replication**.
29
30
30
-
:::image type="content" source="./media/use-geo-replication/namespace-create.png" alt-text="Screenshot of dedicated namespace create UI with geo-replication UI.":::
31
+
:::image type="content" source="./media/use-geo-replication/namespace-create.png" alt-text="Screenshot of dedicated namespace create UI with geo-replication UI.":::
32
+
33
+
### [Premium](#tab/Premium)
34
+
35
+
1. Follow the steps to create an Event Hubs namespace as listed [here](event-hubs-create.md) and pick the `Premium` tier.
36
+
1. Provide a name for the namespace, and select **Enable Geo-replication**.
37
+
38
+
:::image type="content" source="./media/use-geo-replication/premium-namespace-create.png" alt-text="Screenshot of premium namespace create UI with geo-replication UI.":::
39
+
40
+
---
41
+
31
42
2. Select **Add secondary region**, and select a secondary region and a corresponding Event Hubs dedicated cluster running in that region.
32
43
33
44
:::image type="content" source="./media/use-geo-replication/region-selection.png" alt-text="Screenshot of secondary region and cluster selection in namespace create UI.":::
@@ -65,6 +76,11 @@ If doing a planned promotion, then once the promotion process is initiated, the
65
76
66
77
In the case where your primary region goes down completely, you can still perform a forced promotion.
67
78
79
+
## Switch replication mode
80
+
81
+
To switch between replication modes, or update the maximum replication lag, click on the link under **Replication consistency**, and click the checkbox to enable / disable synchronous replication, or update the value in the textbox to change the asynchronous maximum replication lag.
82
+
:::image type="content" source="./media/use-geo-replication/update-namespace-geo-replication-configuration.png" alt-text="Screenshot showing how to update the configuration of the Geo-Replication feature.":::
83
+
68
84
## Remove a secondary
69
85
To remove a Geo-replication pairing with a secondary, select **Geo-replication** on the left menu, select the secondary region, and then select **Remove**. At the prompt, enter the word **delete**, and then you can delete the secondary.
Copy file name to clipboardExpand all lines: articles/reliability/reliability-event-hubs.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
@@ -62,7 +62,7 @@ There are two features that provide geo-disaster recovery in Azure Event Hubs.
62
62
63
63
For detailed information, samples, and further documentation, on Geo-Disaster recovery in Event Hubs, see [Azure Event Hubs - Geo-disaster recovery](../event-hubs/event-hubs-geo-dr.md).
64
64
65
-
-**Geo-replication (public preview)**, which provides replication of both metadata and data, replicates configuration information and all of the data from a primary namespace to one, or more secondary namespaces. When a failover is performed, the selected secondary becomes the primary and the previous primary becomes a secondary. Users can perform a failover back to the original primary when desired.
65
+
-**Geo-replication**, which provides replication of both metadata and data, replicates configuration information and all of the data from a primary namespace to one, or more secondary namespaces. When a failover is performed, the selected secondary becomes the primary and the previous primary becomes a secondary. Users can perform a failover back to the original primary when desired.
66
66
67
67
For detailed information, samples, and further documentation, on Geo-replication in Event Hubs, see [Geo-replication ](../event-hubs/geo-replication.md).
0 commit comments