Skip to content

Commit 42ff18a

Browse files
Merge pull request #215259 from pritamso/Broken-link-fix-sakash279
Broken link fixed
2 parents 3a8343a + 85ad7c4 commit 42ff18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/table/table-api-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ sections:
199199
answer: |
200200
The API for Table leverages the globally distributed platform of Azure Cosmos DB. To ensure that your application can tolerate datacenter downtime, enable at least one more region for the account in the Azure Cosmos DB portal [Developing with multi-region Azure Cosmos DB accounts](../high-availability.md). You can set the priority of the region by using the portal [Developing with multi-region Azure Cosmos DB accounts](../high-availability.md).
201201
202-
You can add as many regions as you want for the account and control where it can fail over to by providing a failover priority. To use the database, you need to provide an application there too. When you do so, your customers won't experience downtime. The [latest .NET client SDK](dotnet-sdk.md) is auto homing but the other SDKs aren't. That is, it can detect the region that's down and automatically fail over to the new region.
202+
You can add as many regions as you want for the account and control where it can fail over to by providing a failover priority. To use the database, you need to provide an application there too. When you do so, your customers won't experience downtime. The [latest .NET client SDK](/dotnet/api/overview/azure/data.tables-readme) is auto homing but the other SDKs aren't. That is, it can detect the region that's down and automatically fail over to the new region.
203203
204204
- question: |
205205
Is the API for Table enabled for backups?

0 commit comments

Comments
 (0)