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
Update the `AzureAppConfigurationProvider` resource of your Azure App Configuration Kubernetes Provider. Add a `replicaDiscoveryEnabled` property and set it to `false`.
134
134
135
-
```yaml
135
+
```yaml
136
136
apiVersion: azconfig.io/v1
137
137
kind: AzureAppConfigurationProvider
138
138
metadata:
@@ -152,7 +152,7 @@ spec:
152
152
Specify the `replica_discovery_enabled` property when loading the configuration store and set it to `False`.
// Provide an ordered list of replica connection strings
@@ -307,7 +307,7 @@ This feature isn't yet supported in the Azure App Configuration Java Spring Prov
307
307
308
308
Update the `AzureAppConfigurationProvider` resource of your Azure App Configuration Kubernetes Provider. Add a `loadBalancingEnabled` property and set it to `true`.
309
309
310
-
```yaml
310
+
```yaml
311
311
apiVersion: azconfig.io/v1
312
312
kind: AzureAppConfigurationProvider
313
313
metadata:
@@ -330,7 +330,7 @@ This feature isn't yet supported in the Azure App Configuration Python Provider.
330
330
331
331
Set `AzureAppConfigurationOptions.loadBalancingEnabled` to `true` while loading configuration from App Configuration.
0 commit comments