From the course: Microsoft Azure Cosmos DB Developer Specialty (DP-420) Cert Prep: 5 Maintain an Azure Cosmos DB Solution by Microsoft Press

Unlock this course with a free trial

Join today to access over 23,200 courses taught by industry experts.

Configure continuous backup and recovery

Configure continuous backup and recovery

- [Instructor] How do we provision this? Well, we do it at account creation. So notice that we're doing an az cosmosdb create with the Azure CLI, and notice that we have a parameter called backup-policy-type. And then, when we're choosing continuous, we have continuous-tier as well. If you're doing a JSON deployment template, similar idea. Let me bring my drawing tools out. We have a JSON element here called backupPolicy, where we can specify the type and the tier there in the JSON. Just all different ways to accomplish the same task.

Contents