Skip to content

Commit 73ea0fb

Browse files
committed
Enriching the promo section
1 parent 9466431 commit 73ea0fb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Loading
88.8 KB
Loading

articles/cosmos-db/mongodb/vcore/quickstart-cross-region-replica-portal.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,12 @@ To promote a cluster read replica to a read-write cluster, follow these steps:
251251

252252
1. On the **Global distribution (preview)** page, select **Promote** on the toolbar to initiate read replica promotion to read-write cluster.
253253

254+
:::image type="content" source="media/quickstart-cross-region-replication/replica-cluster-promotion.png" alt-text="Screenshot of the read replica cluster global distribution preview page with the promote button.":::
255+
254256
1. In the **Promote cluster** pop-up window, confirm that you understand how replica promotion works, and select **Promote**. Replica promotion might take a few minutes to complete.
255257

258+
:::image type="content" source="media/quickstart-cross-region-replication/replica-cluster-promotion-confirmation.png" alt-text="Screenshot of the read replica cluster global distribution preview page with the promote confirmation pop-up window.":::
259+
256260
### Write to promoted cluster replica
257261

258262
Once replica promotion is completed, the promote replica becomes available for writes and the former primary cluster is set to read-only.
@@ -263,7 +267,7 @@ Go back to the MongoDB shell session for the promoted replica and perform a writ
263267
db.createCollection('foxes')
264268
```
265269

266-
Go beck to the MongoDB shell session for the former primary cluster to confirm that writes are now disabled.
270+
Go back to the MongoDB shell session for the former primary cluster to confirm that writes are now disabled.
267271

268272
```MongoDB Shell
269273
db.createCollection('bears')

0 commit comments

Comments
 (0)