Skip to content

Commit 0957982

Browse files
committed
update geo-replication
1 parent 5e110be commit 0957982

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@ spring.cloud.azure.appconfiguration.stores[0].connection-strings[1]="${SECOND_RE
164164
> - `spring-cloud-azure-appconfiguration-config-web`
165165
> - `spring-cloud-azure-starter-appconfiguration-config`
166166
167+
### [Kubernetes](#tab/kubernetes)
168+
169+
Azure App Configuration Kubernetes provider will automatically discover replicas and attempt to connect to them when it fails to connect to user-provided endpoint. Replica auto-discovery is enabled by default and can be disabled by setting `replicaDiscoveryEnabled` to `false`.
170+
171+
> [!NOTE]
172+
> The failover support is available if you use version **1.3.0** or later of Azure App Configuration Kubernetes Provider.
173+
167174
---
168175

169176
The failover may occur if the App Configuration provider observes the following conditions.

0 commit comments

Comments
 (0)