Cosmos DB - Configure Seven Day Continuous Backup Retention using Terraform
When you create a Cosmos DB instance in Azure with Terraform and set backup to Continuous, you might notice that in the current AzureRM provider (3.27.0), you cannot configure any additional settings. You can only specify Continuous, which will resul...
jamescook.dev3 min read
D N
terraform cosmos db azure
Thanks for this tip. Could you also share information on how a restore can be performed to either the same or new cosmos db NoSQL api account using terraform from a continuous backup?