@@ -103,28 +103,29 @@ In the following steps, we will migrate media items from the **West EU** blob st
1031036 . Open the ** Connections** page.
1041047 . Locate the ** Shared Access Signature (SAS)** and ensure the tokens can write to the ** East US** container.
105105
106- 3 . ** Copy the Media Files** \
107- Use the following AzCopy command to transfer the media files directly from the ** West EU** container to the ** East US** container:
106+ #### Copy the Media Files
108107
109- ` azcopy copy "< West-EU-SAS-URL>" "< East-US-SAS-URL>" --recursive `
108+ Use the following AzCopy command to transfer the media files from the ** West EU ** container to the ** East US ** container:
110109
111- - Replace ` <West-EU-SAS-URL> ` with the SAS URL of the ** West EU** blob storage container.
112- - Replace ` <East-US-SAS-URL> ` with the SAS URL of the ** East US** blob storage container.
113- - The ` --recursive ` flag ensures that all files and subfolders are copied.
114- 4 . ** Verify the File Transfer** \
115- After the transfer, verify the files in the ** East US** container using AzCopy:
110+ ` azcopy copy "<West-EU-SAS-URL>" "<East-US-SAS-URL>" --recursive `
116111
117- ` azcopy list "<East-US-SAS-URL>" `
112+ - Replace ` <West-EU-SAS-URL> ` with the SAS URL of the ** West EU** blob storage container.
113+ - Replace ` <East-US-SAS-URL> ` with the SAS URL of the ** East US** blob storage container.
114+ - The ` --recursive ` flag ensures that all files and subfolders are copied.
118115
119- Check that all expected media files have been successfully transferred.
116+ #### Verify the File Transfer
120117
121- 5 . ** Reload the Project** \
122- Reload the front end and backoffice of the ** East US** project to confirm that the images are displayed correctly.
118+ 1 . verify the files in the ** East US** container using AzCopy:
119+ ` azcopy list "<East-US-SAS-URL>" `
120+ 2 . Check that all expected media files have been successfully transferred.
121+ 3 . Reload the front end and backoffice of the ** East US** project to confirm the images are displayed correctly.
123122
124- When the media files have been migrated to the ** East US** environment, the migration process is complete .
123+ The migration process is complete when the media files have been migrated to the ** East US** environment.
125124
126- ** Recommendation** \
127- It is highly recommended to thoroughly review the migrated site to ensure all media items are functioning as expected.
125+ {% hint style="info" %}
126+ ** Recommendation**
127+ It is highly recommended that the migrated site be thoroughly reviewed to ensure all media items function as expected.
128+ {% endhint %}
128129## Post-migration tasks
129130
130131Following the steps above you have migrated your Umbraco project from one Cloud environment to another.
0 commit comments