-
Notifications
You must be signed in to change notification settings - Fork 811
Update migrate-between-regions.md #6772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated step 4 to use Azcopy instead of downloading blob
sofietoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @Welander1994 ! 💪
I've made some suggestions to make it a little more readable.
We prefer adding a new list item for each action point, so I've moved the sections under some headings instead.
If you agree with the suggestions please use the "Commit suggestion" or "Add suggestion to batch" option.
Shout if you have any questions 😁
| 3. **Copy the Media Files**\ | ||
| Use the following AzCopy command to transfer the media files directly from the **West EU** container to the **East US** container: | ||
|
|
||
| `azcopy copy "<West-EU-SAS-URL>" "<East-US-SAS-URL>" --recursive` | ||
|
|
||
| - Replace `<West-EU-SAS-URL>` with the SAS URL of the **West EU** blob storage container. | ||
| - Replace `<East-US-SAS-URL>` with the SAS URL of the **East US** blob storage container. | ||
| - The `--recursive` flag ensures that all files and subfolders are copied. | ||
| 4. **Verify the File Transfer**\ | ||
| After the transfer, verify the files in the **East US** container using AzCopy: | ||
|
|
||
| `azcopy list "<East-US-SAS-URL>"` | ||
|
|
||
| Check that all expected media files have been successfully transferred. | ||
|
|
||
| 5. **Reload the Project**\ | ||
| Reload the front end and backoffice of the **East US** project to confirm that the images are displayed correctly. | ||
|
|
||
| When the media files have been migrated to the **East US** environment, the migration process is complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 3. **Copy the Media Files**\ | |
| Use the following AzCopy command to transfer the media files directly from the **West EU** container to the **East US** container: | |
| `azcopy copy "<West-EU-SAS-URL>" "<East-US-SAS-URL>" --recursive` | |
| - Replace `<West-EU-SAS-URL>` with the SAS URL of the **West EU** blob storage container. | |
| - Replace `<East-US-SAS-URL>` with the SAS URL of the **East US** blob storage container. | |
| - The `--recursive` flag ensures that all files and subfolders are copied. | |
| 4. **Verify the File Transfer**\ | |
| After the transfer, verify the files in the **East US** container using AzCopy: | |
| `azcopy list "<East-US-SAS-URL>"` | |
| Check that all expected media files have been successfully transferred. | |
| 5. **Reload the Project**\ | |
| Reload the front end and backoffice of the **East US** project to confirm that the images are displayed correctly. | |
| When the media files have been migrated to the **East US** environment, the migration process is complete. | |
| #### Copy the Media Files | |
| Use the following AzCopy command to transfer the media files from the **West EU** container to the **East US** container: | |
| `azcopy copy "<West-EU-SAS-URL>" "<East-US-SAS-URL>" --recursive` | |
| - Replace `<West-EU-SAS-URL>` with the SAS URL of the **West EU** blob storage container. | |
| - Replace `<East-US-SAS-URL>` with the SAS URL of the **East US** blob storage container. | |
| - The `--recursive` flag ensures that all files and subfolders are copied. | |
| #### Verify the File Transfer | |
| 1. verify the files in the **East US** container using AzCopy: | |
| `azcopy list "<East-US-SAS-URL>"` | |
| 2. Check that all expected media files have been successfully transferred. | |
| 3. Reload the front end and backoffice of the **East US** project to confirm the images are displayed correctly. | |
| When the media files have been migrated to the **East US** environment, the migration process is complete. |
Co-authored-by: sofietoft <[email protected]>
Co-authored-by: sofietoft <[email protected]>
sofietoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what happened to the rest of the suggestions here 😅
So I'm suggesting them again.
Let me know if you need help figuring out how to apply them 💪
Description
Updated step 4 to use Azcopy instead of downloading blob
Type of suggestion
Product & version (if relevant)
Cloud
When should the content be published?