Skip to content

Commit f569e5c

Browse files
committed
Address feedback
1 parent 9f1abda commit f569e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Each replica you create has its dedicated endpoint. If your application resides
9191
When geo-replication is enabled, and if one replica isn't accessible, you can let your application failover to another replica for improved resiliency. App Configuration provider libraries have built-in failover support by accepting multiple replica endpoints. You can provide a list of your replica endpoints in the order of the most preferred to the least preferred endpoint. When the current endpoint isn't accessible, the provider library will fail over to a less preferred endpoint, but it will try to connect to the more preferred endpoints from time to time. When a more preferred endpoint becomes available, it will switch to it for future requests. You can update your application as the sample code below to take advantage of the failover feature.
9292

9393
> [!NOTE]
94-
> You can only use Azure AD authentication to connect to replicas during the preview.
94+
> You can only use Azure AD authentication to connect to replicas. Authentication with access keys is not supported during the preview.
9595
9696
<!-- ### [.NET](#tab/dotnet) -->
9797

0 commit comments

Comments
 (0)