Azure / Azure/azure-libraries-for-java
[Enhancement] CosmosDB: Add ability to enable automatic failover
Open
Cosmos
feature-request
- Dominant language
- Java
- Stars
- 97
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
_From @Ky7m on August 31, 2017 12:54_
Using Azure CLI it is possible to enable automatic failover on creation action.
https://docs.microsoft.com/en-us/cli/azure/cosmosdb?view=azure-cli-latest#az_cosmosdb_create
`
az cosmosdb create ... --locations "Central US"=0 "West Central US"=1 "West Europe"=2 --enable-automatic-failover "West Central US"
`
Would be great to have this functionality in Azure SDK as well.
_Copied from original issue: Azure/azure-sdk-for-net#3642_
Contributor guide
Assessment
This issue has not been assessed yet.