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 =>
111
111
```
112
112
113
113
> [ !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.
115
115
> - ` Microsoft.Extensions.Configuration.AzureAppConfiguration `
116
116
> - ` Microsoft.Azure.AppConfiguration.AspNetCore `
117
117
> - ` Microsoft.Azure.AppConfiguration.Functions.Worker `
@@ -120,7 +120,7 @@ configurationBuilder.AddAzureAppConfiguration(options =>
120
120
Placeholder for Java Spring instructions
121
121
--- -->
122
122
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.
124
124
- Receives responses with service unavailable status (HTTP status code 500 or above).
125
125
- Experiences with network connectivity issues.
126
126
- Requests are throttled (HTTP status code 429).
You can’t perform that action at this time.
0 commit comments