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
* Provider Release Update
* Updated docs and readme
* Update README.md
* giving replica_client_manager a default value so it's not a breaking change.
* re-write to not have a breaking change.
* Update README.md
The Azure App Configuration Provider library will automatically discover the provided configuration store's replicas and use the replicas if any issue arises. From more information see [Geo-Replication](https://learn.microsoft.com/azure/azure-app-configuration/howto-geo-replication).
174
+
175
+
Replica discovery is enabled by default. If you want to disable it, you can set `replica_discovery_enabled` to `False`.
Feature Flags can be loaded from config stores using the provider. Feature flags are loaded as a dictionary of key/value pairs stored in the provider under the `feature_management`, then `feature_flags`.
0 commit comments