Skip to content

Commit 5f2fe72

Browse files
Update umbraco-cloud/getting-started/migrate-between-regions.md
Co-authored-by: sofietoft <[email protected]>
1 parent 39437a6 commit 5f2fe72

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

umbraco-cloud/getting-started/migrate-between-regions.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,15 @@ In the following steps, we will migrate media items from the **West EU** blob st
9393
1. Download AzCopy Portable Binary from the [official Microsoft AzCopy page](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#download-azcopy).
9494
2. Extract the binary to a directory on your local machine and ensure you can run it from the command line.
9595

96-
2. **Locate the SAS URLs**\
97-
Locate the **Shared Access Signature (SAS)** for the **West EU** and **East US** Umbraco projects. These can be found under **Configuration / Connection** in the Umbraco Cloud portal.\
98-
Ensure the SAS tokens have sufficient permissions for reading from the **West EU** container and writing to the **East US** container.
96+
#### Locate the SAS URLs
97+
98+
1. Access the Umbraco Cloud Portal for the West EU project.
99+
2. Open the **Connections** page found under **Configuration**.
100+
3. Locate the **Shared Access Signature (SAS)**.
101+
4. Ensure the SAS tokens can read from the **West EU** container.
102+
5. Access the Umbraco Cloud Portal for the East US project.
103+
6. Open the **Connections** page.
104+
7. Locate the **Shared Access Signature (SAS)** and ensure the tokens can write to the **East US** container.
99105

100106
3. **Copy the Media Files**\
101107
Use the following AzCopy command to transfer the media files directly from the **West EU** container to the **East US** container:

0 commit comments

Comments
 (0)