Skip to content

Commit 0bfcc31

Browse files
Merge pull request #248384 from Rodrigossz/main
AS x data residency
2 parents 65f7b54 + 4a11c50 commit 0bfcc31

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

articles/cosmos-db/data-residency.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ In Azure Cosmos DB, you must explicitly configure the cross-region data replicat
2525

2626
**Periodic mode Backups**: By default, periodic mode account backups will be stored in geo-redundant storage. For periodic backup modes, you can configure data redundancy at the account level. There are three redundancy options for the backup storage. They are local redundancy, zone redundancy, or geo redundancy. For more information, see [periodic backup/restore](periodic-backup-restore-introduction.md).
2727

28+
## Residency requirements for analytical store
29+
30+
Analytical store is resident by default as it is stored in either locally redundant or zone redundant storage. To learn more, see the [analytical store](analytical-store-introduction.md) article.
31+
32+
2833
## Use Azure Policy to enforce the residency requirements
2934

3035
If you have data residency requirements that require you to keep all your data in a single Azure region, you can enforce zone-redundant or locally redundant backups for your account by using an Azure Policy. You can also enforce a policy that the Azure Cosmos DB accounts are not geo-replicated to other regions.

articles/cosmos-db/synapse-link-frequently-asked-questions.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ sections:
2626
- question: |
2727
Is Azure Synapse Link supported for multi-region Azure Cosmos DB accounts?
2828
answer: |
29-
Yes, for multi-region Azure Cosmos DB accounts, the data stored in the analytical store is also globally distributed. Regardless of single write region or multiple write regions, analytical queries performed from Azure Synapse Analytics can be served from the closest local region.
30-
31-
When planning to configure a multi-region Azure Cosmos DB account with analytical store support, it's recommended to have all the necessary regions added at time of account creation.
32-
29+
Yes, for multi-region Azure Cosmos DB accounts, the data stored in the analytical store is also globally distributed. Analytical store will exists in all regions where you also have transactional store. Regardless of single write region or multiple write regions, analytical queries performed from Azure Synapse Analytics can be served from the closest local region.
30+
31+
3332
- question: |
3433
Can I choose to enable Azure Synapse Link for only certain region and not all regions in a multi-region account set-up?
3534
answer: |
36-
When Azure Synapse Link is enabled for a multi-region account, the analytical store is created in all regions. The underlying data is optimized for throughput and transactional consistency in the transactional store.
35+
When Azure Synapse Link is enabled for a multi-region account, analytical store is created in all regions chosen by customers for transactional geo-replication. The underlying data is optimized for throughput and transactional consistency in the transactional store.
3736
3837
- question: |
3938
Is analytical store supported in all Azure Cosmos DB regions?

0 commit comments

Comments
 (0)