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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,18 @@ spec:
147
147
> [!NOTE]
148
148
> The automatic replica discovery and failover support is available if you use version **1.3.0** or later of [Azure App Configuration Kubernetes Provider](./quickstart-azure-kubernetes-service.md).
149
149
150
+
### [Python](#tab/python)
151
+
152
+
Specify the `replica_discovery_enabled` property when loading the configuration store and set it to `False`.
The Azure App Configuration Kubernetes Provider supports failover with automatically discovered replicas by default, as long as automatic replica discovery is not disabled. It does not support or require user-provided replicas.
231
243
244
+
### [Python](#tab/python)
245
+
246
+
The Azure App Configuration Python Provider supports failover with automatically discovered replicas by default, as long as automatic replica discovery is not disabled. It does not support or require user-provided replicas.
247
+
232
248
---
233
249
234
250
The failover may occur if the App Configuration provider observes the following conditions.
@@ -272,6 +288,10 @@ This feature is not yet supported in the Azure App Configuration Java Spring Pro
272
288
273
289
This feature is not yet supported in the Azure App Configuration Kubernetes Provider.
274
290
291
+
### [Python](#tab/python)
292
+
293
+
This feature is not yet supported in the Azure App Configuration Python Provider.
0 commit comments