Hi @Eric Bergqvist Thanks for posting your question in the Microsoft Q&A forum.
I Understand that you are concerned about the deletion of the cluster and want to store a cold backup in another location.
It looks like you’re already using Azure locks which is the best and recommended way to prevent accidental deletion of Azure resources.
There’s no built-in feature in Azure Cosmos DB for PostgreSQL that allows you to store data in your cluster and managed stored copies. However, you may consider using Postgres and/or Azure tools for manually managed copies of data. For smaller workloads you may try using pg_dump. Azure Data Factory is a more complex setup but can also be used for getting the data out of the cluster.
I hope this information helps
Regards
Geetha