0
votes

There are many Containers in my CosmosDB Database, And I need to backup some but not all containers everyday. Some container are backuped for 7days, some are 15 days.

  1. I don't want to use incremental backup, because we just backup once everyday.
  2. Maybe we store backup dataset into Azure blob storage

The thing I don't know => container == collection. Azure document is so confusing!

1
sorry not clear waht youre asking ? you d like to backup your cosmos container ? the out of the box way not working for you ?docs.microsoft.com/en-us/azure/cosmos-db/… - Thomas
@Thomas I have edited the description. I want to backup specific containers, not all containers. - kyakya

1 Answers

1
votes

Probably you can create a job on Azure Data Factory (aka ADF, https://docs.microsoft.com/en-us/azure/data-factory/connector-azure-cosmos-db), use the ADF job to copy data from these containers, and save the data as files (one file for one container) in somewhere (like Azure Blob Storage).