Skip to content

Commit f6093d9

Browse files
authored
Update use-regional-endpoints.md
Phasing out all occurrences of "automatic failover" with "service-managed failover".
1 parent 4dca0c8 commit f6093d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/graph/use-regional-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ foreach (string gremlinAccountRegion in gremlinAccountRegions)
7777

7878
## SDK endpoint discovery
7979

80-
Application can use [Azure Cosmos DB SDK](../sql-api-sdk-dotnet.md) to discover read and write locations for Graph account. These locations can change at any time through manual reconfiguration on the server side or automatic failover.
80+
Application can use [Azure Cosmos DB SDK](../sql-api-sdk-dotnet.md) to discover read and write locations for Graph account. These locations can change at any time through manual reconfiguration on the server side or service-managed failover.
8181

8282
TinkerPop Gremlin SDK doesn't have an API to discover Cosmos DB Graph database account regions. Applications that need runtime endpoint discovery need to host 2 separate SDKs in the process space.
8383

0 commit comments

Comments
 (0)