Skip to content

Commit dc3f1db

Browse files
authored
Pencil edit: Correct typo in alt text, correct list style
1 parent 71e4f57 commit dc3f1db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/service-bus-messaging/service-bus-geo-dr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following terms are used in this article:
6262

6363
The following section is an overview to set up pairing between the namespaces.
6464

65-
:::image type="content" source="./media/service-bus-geo-dr/geodr_setup_pairing.png" alt-text="Image showing how to geo-disaster recovery works.":::
65+
:::image type="content" source="./media/service-bus-geo-dr/geodr_setup_pairing.png" alt-text="Image showing how geo-disaster recovery works.":::
6666

6767
You first create or use an existing primary namespace, and a new secondary namespace, then pair the two. This pairing gives you an alias that you can use to connect. Because you use an alias, you don't have to change connection strings. Only new namespaces can be added to your failover pairing.
6868

@@ -156,13 +156,13 @@ The [samples on GitHub](https://github.com/Azure/azure-service-bus/tree/master/s
156156

157157
Note the following considerations to keep in mind with this release:
158158

159-
1. In your failover planning, you should also consider the time factor. For example, if you lose connectivity for longer than 15 to 20 minutes, you might decide to initiate the failover.
159+
- In your failover planning, you should also consider the time factor. For example, if you lose connectivity for longer than 15 to 20 minutes, you might decide to initiate the failover.
160160

161-
2. The fact that no data is replicated means that currently active sessions aren't replicated. Additionally, duplicate detection and scheduled messages may not work. New sessions, new scheduled messages, and new duplicates will work.
161+
- The fact that no data is replicated means that currently active sessions aren't replicated. Additionally, duplicate detection and scheduled messages may not work. New sessions, new scheduled messages, and new duplicates will work.
162162

163-
3. Failing over a complex distributed infrastructure should be [rehearsed](/azure/architecture/reliability/disaster-recovery#disaster-recovery-plan) at least once.
163+
- Failing over a complex distributed infrastructure should be [rehearsed](/azure/architecture/reliability/disaster-recovery#disaster-recovery-plan) at least once.
164164

165-
4. Synchronizing entities can take some time, approximately 50-100 entities per minute. Subscriptions and rules also count as entities.
165+
- Synchronizing entities can take some time, approximately 50-100 entities per minute. Subscriptions and rules also count as entities.
166166

167167
## Availability Zones
168168

0 commit comments

Comments
 (0)