This guide will aid you in transferring the content and media items from one project to another or from one environment to another.
It will teach you how to backup an environment database and how to use Azcopy to transfer the contents of an Azure Blob storage to another.
Let's start -- follow these steps:
First, we must create a new backup of the database that we want to transfer:
The backup will take all the content, media items, references, and other contents of the database and create a bacpac file that you can download
To do this, you simply have to follow the steps here:
https://docs.umbraco.com/umbraco-cloud/build-and-customize-your-solution/set-up-your-project/databases/backups#backup-on-umbraco-cloud

