Skip to content

Commit 55665a9

Browse files
authored
Merge pull request #206295 from Rodrigossz/main
Bkp updates
2 parents bd80e1e + 6aa2f72 commit 55665a9

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,15 +407,15 @@ Analytical store relies on Azure Storage and offers the following protection aga
407407
Although analytical store has built-in protection against physical failures, backup can be necessary for accidental deletes or updates in transactional store. In those cases, you can restore a container and use the restored container to backfill the data in the original container, or fully rebuild analytical store if necessary.
408408

409409
> [!NOTE]
410-
> Currently analytical store isn't backuped and can't be restored, and your backup policy can't be planned relying on that.
410+
> Currently analytical store isn't backuped and can't be restored, and your backup policy can't be planned relying on that.
411411
412412
Synapse Link, and analytical store by consequence, has different compatibility levels with Azure Cosmos DB backup modes:
413413

414-
* Periodic backup mode is fully compatible with Synapse Link and these 2 features can be used in the same database account without any restriction.
414+
* Periodic backup mode is fully compatible with Synapse Link and these 2 features can be used in the same database account.
415415
* Continuous backup mode isn't fully supported yet:
416-
* Currently continuous backup mode can't be used in database accounts with Synapse Link enabled.
417-
* Currently database accounts with continuous backup mode enabled can enable Synapse Link through a support case.
418-
* Currently new database accounts can be created with continous backup mode and Synapse Link enabled, using Azure CLI or PowerShell. Those two features must be turned on at the same time, in the exact same command that creates the database account.
416+
* Database accounts with Synapse Link enabled currently can't use continuous backup mode.
417+
* Database accounts with continuous backup mode enabled can enable Synapse Link through a support case. This capability is in preview now.
418+
* Database accounts that have neither continuous backup nor Synapse Link enabled can use these two features together through a support case. This capability is in preview now.
419419

420420
### Backup Polices
421421

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ Currently the point in time restore functionality has the following limitations:
132132

133133
* Multi-regions write accounts aren't supported.
134134

135-
* Azure Synapse Link and periodic backup mode can coexist in the same database account. However, analytical store data isn't included in backups and restores. When Azure Synapse Link is enabled, Azure Cosmos DB will continue to automatically take backups of your data in the transactional store at a scheduled backup interval.
136-
137-
* Azure Synapse Link and continuous backup mode can't coexist in the same database account. Currently database accounts with Azure Synapse Link enabled can't use continuous backup mode and vice-versa.
135+
* Currently Synapse Link isn't fully compatible with continuous backup mode. Click [here](analytical-store-introduction.md#backup) for more information.
138136

139137
* 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.
140138

articles/cosmos-db/synapse-link.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,9 @@ Synapse Link isn't recommended if you're looking for traditional data warehouse
116116

117117
* Enabling Synapse Link on existing Cosmos DB containers is only supported for SQL API accounts. Synapse Link can be enabled on new containers for both SQL API and MongoDB API accounts.
118118

119-
* Backup and restore:
120-
* You can recreate your analytical store data in some scenarios as below. In this mode, your transactional store data will be automatically backed up. If `transactional TTL` is equal or greater than your `analytical TTL` on your container, you can fully recreate your analytical store data by enabling analytical store on the restored container:
121-
- Azure Synapse Link can be enabled on accounts configured with periodic backups.
122-
- If continuous backup (point-in-time restore) is enabled on your account, you can now restore your analytical data. To enable Synapse Link for such accounts, please reach out to [email protected]. This is applicable only for SQL API.
123-
* Restoring analytical data is not supported in following scenarios, for SQL API and API for Mongo DB:
124-
- If you already enabled Synapse Link on your database account, you cannot enable point-in-time restore on such accounts.
125-
- If `analytical TTL` is greater than `transactional TTL`, data that only exists in analytical store cannot be restored. You can continue to access full data from analytical store in the parent region.
119+
* Although analytical store data is not backed up, and therefore cannot be restored, you can rebuild your analytical store by reenabling Synapse Link in the restored container. Click [here](analytical-store-introduction.md#backup) for more information.
120+
121+
* Currently Synapse Link isn't fully compatible with continuous backup mode. Click [here](analytical-store-introduction.md#backup) for more information.
126122

127123
* Granular Role-based Access (RBAC)s isn't supported when querying from Synapse. Users that have access to your Synapse workspace and have access to the Cosmos DB account can access all containers within that account. We currently don't support more granular access to the containers.
128124

0 commit comments

Comments
 (0)