Skip to content

Conversation

@Welander1994
Copy link
Contributor

Description

Updated step 4 to use Azcopy instead of downloading blob

Type of suggestion

  • Typo/grammar fix
  • Updated outdated content
  • New content
  • Updates related to a new version
  • Other

Product & version (if relevant)

Cloud

When should the content be published?

Updated step 4 to use Azcopy instead of downloading blob
Copy link
Contributor

@sofietoft sofietoft left a 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 😁

Comment on lines 99 to 117
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 link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Contributor

@sofietoft sofietoft left a 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 💪

@sofietoft sofietoft merged commit dc76f32 into umbraco:main Jan 10, 2025
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants