Skip to content

Commit f4c72d1

Browse files
authored
Update geo-replication.md
1 parent dfb78bd commit f4c72d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/event-hubs/geo-replication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Changing a secondary to being a new primary is done two ways:
3838
- Forced: as a failover where the secondary becomes primary as fast as possible.
3939
The Geo-replication feature replicates all data and metadata from the primary region to the selected secondary regions. The namespace FQDN always points to the primary region.
4040

41-
:::image type="content" source="./media/geo-replication/a-as-primary.png" alt-text="Diagram showing when region A is primary, B is secondary":::
41+
:::image type="content" source="./media/geo-replication/a-as-primary.png" alt-text="Diagram showing when region A is primary, B is secondary.":::
4242

4343
When a customer initiates a promotion of a secondary, the FQDN points to the region selected to be the new primary. The old primary then becomes a secondary. You can promote your secondary to be the new primary for reasons other than a failover. Those reasons can include application upgrades, failover testing, or any number of other things. In those situations, it's common to switch back when those activities are completed.
4444

45-
:::image type="content" source="./media/geo-replication/b-as-primary.png" alt-text="Diagram showing when B is made the primary, that A becomes the new secondary":::
45+
:::image type="content" source="./media/geo-replication/b-as-primary.png" alt-text="Diagram showing when B is made the primary, that A becomes the new secondary.":::
4646

4747
Secondary regions are added, or removed at the customer's discretion.
4848
There are some current limitations worth noting:
@@ -102,14 +102,14 @@ Users can monitor the progress of the replication job by monitoring the replicat
102102
- The column count_d indicates the replication lag in seconds between the primary and secondary region.
103103

104104
## Publishing Data
105-
Event publishing applications can publish data to geo replicated namespaces via stable namespace FQDN of the geo replicated namespace. The event publishing approach is the same as the non-Geo DR case and no changes to client applications are required.
105+
Event publishing applications can publish data to geo-replicated namespaces via stable namespace FQDN of the geo replicated namespace. The event publishing approach is the same as the non-Geo DR case and no changes to client applications are required.
106106
Event publishing may not be available during the following circumstances:
107107
- During Failover grace period, the existing primary region rejects any new events that are published to Event Hubs.
108108
- When replication lag between primary and secondary regions reaches the max replication lag duration, the publisher ingress workload may get throttled.
109109
Publisher applications can't directly access any namespaces in the secondary regions.
110110

111111
**Consuming Data**
112-
Event consuming applications can consume data using the stable namespace FQDN of a geo replicated namespace. The consumer operations aren't supported, from when the failover is initiated until it's completed.
112+
Event consuming applications can consume data using the stable namespace FQDN of a geo-replicated namespace. The consumer operations aren't supported, from when the failover is initiated until it's completed.
113113

114114
### Checkpointing/Offset Management
115115
Event consuming applications can continue to maintain offset management as they would do it with a single namespace.

0 commit comments

Comments
 (0)