Skip to content

Commit 71f5a65

Browse files
committed
Removed extra preview, connection string spring
1 parent 70758c6 commit 71f5a65

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Geo-replication in Azure App Configuration (Preview)
2+
title: Geo-replication in Azure App Configuration
33
description: Details of the geo-replication feature in Azure App Configuration.
44
author: maud-lv
55
ms.author: malev
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.date: 08/01/2022
1010
---
1111

12-
# Geo-replication overview (Preview)
12+
# Geo-replication overview
1313

1414
For application developers and IT engineers, a common goal is to build and run resilient applications. Resiliency is defined as the ability of your application to react to failure and still remain functional. To achieve resilience in the face of regional failures in the cloud, the first step is to build in redundancy to avoid a single point of failure. This redundancy can be achieved with geo-replication.
1515

@@ -50,4 +50,4 @@ Each replica created will add extra charges. Reference the [App Configuration pr
5050
> [!div class="nextstepaction"]
5151
> [How to enable Geo replication](./howto-geo-replication.md)
5252
53-
> [Resiliency and Disaster Recovery](./concept-disaster-recovery.md)
53+
> [Resiliency and Disaster Recovery](./concept-disaster-recovery.md)

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,9 @@ spring.cloud.azure.appconfiguration.stores[0].endpoints[0]="<first-replica-endpo
147147
spring.cloud.azure.appconfiguration.stores[0].endpoints[1]="<second-replica-endpoint>"
148148
```
149149

150-
**Connect with Connection String**
151150

152-
```properties
153-
spring.cloud.azure.appconfiguration.stores[0].connection-strings[0]="${FIRST_REPLICA_CONNECTION_STRING}"
154-
spring.cloud.azure.appconfiguration.stores[0].connection-strings[1]="${SECOND_REPLICA_CONNECTION_STRING}"
155-
```
156151
> [!NOTE]
157-
> The failover support is available if you use version of **4.7.0** or later of any of the following packages.
152+
> The failover support is available if you use version of **4.0.0-beta.1** or later of any of the following packages.
158153
> - `spring-cloud-azure-appconfiguration-config`
159154
> - `spring-cloud-azure-appconfiguration-config-web`
160155
> - `spring-cloud-azure-starter-appconfiguration-config`

0 commit comments

Comments
 (0)