Skip to content

Commit 7a8a76e

Browse files
committed
Address feedback.
1 parent f569e5c commit 7a8a76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/howto-geo-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 =>
120120
Placeholder 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).

0 commit comments

Comments
 (0)