What is the suggested approach to clone the content of a container from an existing CosmosDB database instance to a (fresh) container in a new database instance?
For example when migrating from a database with per-container provisioning to a new database with provisioning configured on database level existing content must be migrated to the new database in order to allow switching the provisioning granularity.
Could the Backup & Restore functionality be used to create a backup in the existing and restore to the new database?
Thanks!