An Azure NoSQL database service for app development.
Welcome to Microsoft Q&A
Hello @Jonathan Pretorius , I hope you are doing well.
Restoring an Azure Cosmos DB account from a snapshot (continuous backup) cannot be initiated directly from the Azure portal. Instead, the restore operation is performed through a restore request, and the restored data is created as a new Cosmos DB account rather than overwriting the existing one.
Before restoring, please verify the following:
- Your Cosmos DB account is configured with Continuous Backup. Snapshot restores are not available for accounts using Periodic Backup.
You know the approximate restore timestamp (or point in time) you want to recover.
- You have the required permissions on the subscription and resource group.
If you're unable to initiate the restore or are unable to create a support request despite having the necessary permissions, could you clarify:
Are you receiving an error when attempting to create the support request? If so, what is the exact error message?
Is your Cosmos DB account using Continuous Backup or Periodic Backup?
This information will help determine whether the issue is related to the backup configuration or to your ability to initiate the restore process.
References:
https://learn.microsoft.com/azure/cosmos-db/continuous-backup-restore-introduction
https://learn.microsoft.com/azure/cosmos-db/continuous-backup-restore-portal
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions