Skip to content

Commit 8f8dd04

Browse files
authored
Merge pull request #208249 from maud-lv/patch-11
Fix Next steps
2 parents 3ebc216 + 873291a commit 8f8dd04

File tree

1 file changed

+15
-23
lines changed

1 file changed

+15
-23
lines changed

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
title: Enable geo-replication (preview)
33
description: Learn how to use Azure App Configuration geo replication to create, delete, and manage replicas of your configuration store.
44
services: azure-app-configuration
5-
author: AlexandraKemperMS
6-
ms.assetid:
5+
author: maud-lv
76
ms.service: azure-app-configuration
87
ms.devlang: csharp
98
ms.topic: how-to
109
ms.date: 8/1/2022
11-
ms.author: alkemper
10+
ms.author: malev
1211
ms.custom: devx-track-azurecli
1312

1413
#Customer intent: I want to be able to list, create, and delete the replicas of my configuration store.
1514
---
1615

1716
# Enable geo-replication (Preview)
1817

19-
This article covers replication of Azure App Configuration stores. You'll learn about how to create and delete a replica in your configuration store.
18+
This article covers replication of Azure App Configuration stores. You'll learn about how to create and delete a replica in your configuration store.
2019

2120
To learn more about the concept of geo-replication, see [Geo-replication in Azure App Configuration](./concept-soft-delete.md).
2221

@@ -25,27 +24,22 @@ To learn more about the concept of geo-replication, see [Geo-replication in Azur
2524
- An Azure subscription - [create one for free](https://azure.microsoft.com/free/dotnet)
2625
- We assume you already have an App Configuration store. If you want to create one, [create an App Configuration store](quickstart-aspnet-core-app.md).
2726

28-
2927
## Create and list a replica
3028

31-
To create a replica of your configuration store in the portal, follow the steps below.
29+
To create a replica of your configuration store in the portal, follow the steps below.
3230

3331
<!-- ### [Portal](#tab/azure-portal) -->
3432

3533
1. In your App Configuration store, under **Settings**, select **Geo-replication**.
36-
1. Under **Replica(s)**, select **Create**. Choose the location of your new replica in the dropdown, then assign the replica a name. This replica name must be unique.
34+
1. Under **Replica(s)**, select **Create**. Choose the location of your new replica in the dropdown, then assign the replica a name. This replica name must be unique.
3735

38-
39-
:::image type="content" source="./media/how-to-geo-replication-create-flow.png" alt-text="Screenshot of the Geo Replication button being highlighted as well as the create button for a replica.":::
40-
36+
:::image type="content" source="./media/how-to-geo-replication-create-flow.png" alt-text="Screenshot of the Geo Replication button being highlighted as well as the create button for a replica.":::
4137

42-
1. Select **Create**.
43-
1. You should now see your new replica listed under Replica(s). Check that the status of the replica is "Succeeded", which indicates that it was created successfully.
38+
1. Select **Create**.
39+
1. You should now see your new replica listed under Replica(s). Check that the status of the replica is "Succeeded", which indicates that it was created successfully.
4440

45-
4641
:::image type="content" source="media/how-to-geo-replication-created-replica-successfully.png" alt-text="Screenshot of the list of replicas that have been created for the configuration store.":::
4742

48-
4943
<!-- ### [Azure CLI](#tab/azure-cli)
5044
5145
1. In the CLI, run the following code to create a replica of your configuration store.
@@ -61,21 +55,19 @@ To create a replica of your configuration store in the portal, follow the steps
6155
```
6256
--- -->
6357

64-
6558
## Delete a replica
6659

67-
To delete a replica in the portal, follow the steps below.
60+
To delete a replica in the portal, follow the steps below.
6861

6962
<!-- ### [Portal](#tab/azure-portal) -->
7063

7164
1. In your App Configuration store, under **Settings**, select **Geo-replication**.
72-
1. Under **Replica(s)**, select the **...** to the right of the replica you want to delete. Select **Delete** from the dropdown.
65+
1. Under **Replica(s)**, select the **...** to the right of the replica you want to delete. Select **Delete** from the dropdown.
7366

74-
:::image type="content" source="./media/how-to-geo-replication-delete-flow.png" alt-text=" Screenshot showing the three dots on the right of the replica being selected, showing you the delete option.":::
75-
67+
:::image type="content" source="./media/how-to-geo-replication-delete-flow.png" alt-text=" Screenshot showing the three dots on the right of the replica being selected, showing you the delete option.":::
7668

77-
1. Verify the name of the replica to be deleted and select **OK** to confirm.
78-
1. Once the process is complete, check the list of replicas that the correct replica has been deleted.
69+
1. Verify the name of the replica to be deleted and select **OK** to confirm.
70+
1. Once the process is complete, check the list of replicas that the correct replica has been deleted.
7971

8072
<!-- ### [Azure CLI](#tab/azure-cli)
8173
@@ -92,7 +84,7 @@ To delete a replica in the portal, follow the steps below.
9284
9385
--- -->
9486

95-
9687
## Next steps
88+
9789
> [!div class="nextstepaction"]
98-
> [Geo-replication concept](./concept-soft-delete.md)
90+
> [Geo-replication concept](./concept-geo-replication.md)

0 commit comments

Comments
 (0)