Skip to content

Commit fc2fda3

Browse files
authored
Merge pull request #274074 from Rodrigossz/main
SL x PITR Update
2 parents ea1f8fa + 996d936 commit fc2fda3

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

articles/cosmos-db/continuous-backup-restore-frequently-asked-questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sections:
4040
- question: |
4141
Is continuous backup supported for Azure Synapse Link-enabled accounts?
4242
answer: |
43-
The capability to turn on Synapse Link in database accounts with continuous backup enabled is GA now. The opposite situation, to turn on continuous backup in Synapse Link enabled database accounts, is still not supported yet.
43+
Yes. The capability to use Synapse Link and continuous backup in the same database account is available now. It's possible to turn on Synapse Link for accounts using continuous backup, and vice-versa. But currently database accounts that had Synapse Link disabled on containers level can't migrate to continuous backup.
4444
additionalContent: |
4545
## Next steps
4646

articles/cosmos-db/continuous-backup-restore-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Currently the point in time restore functionality has the following limitations:
136136

137137
* “Multi region write accounts aren't supported”.
138138

139-
* Currently Azure Synapse Link can be enabled in continuous backup database accounts. But the opposite situation isn't supported yet, it isn't possible to turn on continuous backup in Synapse Link enabled database accounts. And analytical store isn't included in backups. For more information about backup and analytical store, see [analytical store backup](analytical-store-introduction.md#backup).
139+
* The capability to use Synapse Link and continuous backup in the same database account is available now. It's possible to turn on Synapse Link for accounts using continuous backup, and vice-versa. But currently database accounts that had Synapse Link disabled on containers level can't migrate to continuous backup. And analytical store isn't included in backups. For more information about backup and analytical store, see [analytical store backup](analytical-store-introduction.md#backup).
140140

141141
* The restored account is created in the same region where your source account exists. You can't restore an account into a region where the source account didn't exist.
142142

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ sections:
2727
Is Azure Synapse Link supported for multi-region Azure Cosmos DB accounts?
2828
answer: |
2929
Yes, for multi-region Azure Cosmos DB accounts, the data stored in the analytical store is also globally distributed. Analytical store will exist 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-
30+
3231
- question: |
3332
Can I choose to enable Azure Synapse Link for only certain region and not all regions in a multi-region account set-up?
3433
answer: |
@@ -45,6 +44,11 @@ sections:
4544
Currently, after the Synapse Link capability is enabled at the account level, you can't disable it. There are no billing implications if the Synapse Link capability is enabled at the account level and there's no analytical store enabled containers.
4645
4746
If you need to turn off the capability, delete and re-create a new Azure Cosmos DB account, migrating the data if necessary.
47+
48+
- question: |
49+
Can I disable the Azure Synapse Link feature for my containers?
50+
answer: |
51+
Yes, you can use Azure CLI or PowerShell to set analytical TTL to `0`, what will turn off Synapse Link from the container and permanently delete analytical store. Please note that currently this action can't be undone and will block the migration of the database account to continuous backup.
4852
4953
- question: |
5054
Does analytical store have any impact on Azure Cosmos DB transactional SLAs?

articles/cosmos-db/synapse-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Azure Synapse Link isn't recommended if you're looking for traditional data ware
114114

115115
* Although analytical store data isn't backed up, and therefore can't be restored, you can rebuild your analytical store by reenabling Azure Synapse Link in the restored container. Check the [analytical store documentation](analytical-store-introduction.md) for more information.
116116

117-
* The capability to turn on Synapse Link in database accounts with continuous backup enabled is available now. But the opposite situation, to turn on continuous backup in Synapse Link enabled database accounts, is still not supported yet.
117+
* The capability to use Synapse Link and continuous backup in the same database account is available now. It's possible to turn on Synapse Link for accounts using continuous backup, and vice-versa. But currently database accounts that had Synapse Link disabled on containers level can't migrate to continuous backup.
118118

119119
* Granular role-based access control isn't supported when querying from Synapse. Users that have access to your Synapse workspace and have access to the Azure Cosmos DB account can access all containers within that account. We currently don't support more granular access to the containers.
120120

0 commit comments

Comments
 (0)