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/azure-app-configuration/howto-geo-replication.md
+15-23Lines changed: 15 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,20 @@
2
2
title: Enable geo-replication (preview)
3
3
description: Learn how to use Azure App Configuration geo replication to create, delete, and manage replicas of your configuration store.
4
4
services: azure-app-configuration
5
-
author: AlexandraKemperMS
6
-
ms.assetid:
5
+
author: maud-lv
7
6
ms.service: azure-app-configuration
8
7
ms.devlang: csharp
9
8
ms.topic: how-to
10
9
ms.date: 8/1/2022
11
-
ms.author: alkemper
10
+
ms.author: malev
12
11
ms.custom: devx-track-azurecli
13
12
14
13
#Customer intent: I want to be able to list, create, and delete the replicas of my configuration store.
15
14
---
16
15
17
16
# Enable geo-replication (Preview)
18
17
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.
20
19
21
20
To learn more about the concept of geo-replication, see [Geo-replication in Azure App Configuration](./concept-soft-delete.md).
22
21
@@ -25,27 +24,22 @@ To learn more about the concept of geo-replication, see [Geo-replication in Azur
25
24
- An Azure subscription - [create one for free](https://azure.microsoft.com/free/dotnet)
26
25
- 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).
27
26
28
-
29
27
## Create and list a replica
30
28
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.
32
30
33
31
<!-- ### [Portal](#tab/azure-portal) -->
34
32
35
33
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.
37
35
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.":::
41
37
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.
44
40
45
-
46
41
:::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.":::
47
42
48
-
49
43
<!-- ### [Azure CLI](#tab/azure-cli)
50
44
51
45
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
61
55
```
62
56
--- -->
63
57
64
-
65
58
## Delete a replica
66
59
67
-
To delete a replica in the portal, follow the steps below.
60
+
To delete a replica in the portal, follow the steps below.
68
61
69
62
<!-- ### [Portal](#tab/azure-portal) -->
70
63
71
64
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.
73
66
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.":::
76
68
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.
79
71
80
72
<!-- ### [Azure CLI](#tab/azure-cli)
81
73
@@ -92,7 +84,7 @@ To delete a replica in the portal, follow the steps below.
0 commit comments