File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ configurationBuilder.AddAzureAppConfiguration(options =>
111111```
112112
113113> [ !NOTE]
114- > The failover support is availble if you use version ** 5.3.0-preview** or later of any of the following packages.
114+ > The failover support is available if you use version ** 5.3.0-preview** or later of any of the following packages.
115115> - ` Microsoft.Extensions.Configuration.AzureAppConfiguration `
116116> - ` Microsoft.Azure.AppConfiguration.AspNetCore `
117117> - ` Microsoft.Azure.AppConfiguration.Functions.Worker `
@@ -120,7 +120,7 @@ configurationBuilder.AddAzureAppConfiguration(options =>
120120Placeholder for Java Spring instructions
121121--- -->
122122
123- The App Configuration provider fails over to a different endpoint when it observes the following conditions.
123+ The failover may occur if the App Configuration provider observes the following conditions.
124124- Receives responses with service unavailable status (HTTP status code 500 or above).
125125- Experiences with network connectivity issues.
126126- Requests are throttled (HTTP status code 429).
You can’t perform that action at this time.
0 commit comments