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
The failover may occur if the App Configuration provider observes the following conditions.
@@ -179,7 +183,7 @@ You can specify one or more endpoints of a geo-replication-enabled App Configura
179
183
180
184
The automatically discovered replicas will be selected and used randomly. If you have a preference for specific replicas, you can explicitly specify their endpoints. This feature is enabled by default, but you can refer to the following sample code to disable it.
181
185
182
-
### [.NET](#tab/Dotnet)
186
+
### [.NET](#tab/dotnet)
183
187
184
188
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `program.cs` file of your application.
Update the `AzureAppConfigurationProvider` resource of your Azure App Configuration Kubernetes Provider. Add a `replicaDiscoveryEnabled` property and set it to `false`.
0 commit comments