QuestionQ110

Maintain an Azure Cosmos DB solution

You have a database in an Azure Cosmos DB Core (SQL) API account that is backed up every two hours.

You need to implement a solution that supports point-in-time restore.

What should you do first?

  • A Enable Continuous Backup for the account.
  • B Configure the Backup & Restore settings for the account.
  • C Create a new account that has a periodic backup policy.
  • D Configure the Point In Time Restore settings for the account.
Explanation

Azure Cosmos DB point-in-time restore is supported by continuous backup mode. Periodic backups, including a two-hour backup interval, do not enable point-in-time restore; the account must be migrated or configured for continuous backup first.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!