Azure Classroomnotes 26/Apr/2023

Using AzCopy

  • To install AzCopy
    • Windows choco install azcopy10 -y
    • Linux/Mac Refer Here
  • Refer Here for the usage status
  • To upload the single file
azcopy copy 'Hello.txt' 'https://<storage-acc-name>.blob.core.windows.net/<container-name>/<blob><?SAS-TOKEN>'
  • To upload a directory
azcopy copy '<source-dir>' 'https://<storage-acc-name>.blob.core.windows.net/<container-name>/<?SAS-TOKEN>' --recursive=true

Exercises

  • Write a basic syntax
    • to sync data between two storage account
    • to copy data from s3 to Azure Storage Account
  • Azure Storage Explorer uses AZCopy to copy folders and files
  • Refer Here for Azure file Sync
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%