Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 984 Bytes

Demo.md

File metadata and controls

28 lines (17 loc) · 984 Bytes

AZ-204 Demo: Using AzCopy in the Cloud Shell

In the demo you will use AzCopy tool to copy files from local drive to Azure blob storage and download it back.

Before delivery:

  • Care storage account for demo.
  • Run _ AzCopy login _ to prep your device to access the account.
  • Create container azcopyimg;
  • Obtain SAS keys with write access.
  • Update the _ command.txt _ with your values.

In class:

  1. You should run command from command.txt from the folder where IMG folder.
  2. Open terminal and Run the command your prepare

AzCopy copy img https://picbotimages.blob.core.windows.net/azcopyimg?....." --recursive=true

  1. Upload 245 images should be uploaded in few seconds.

Upload files

  1. Run the second command to download images you can create new folder to download your images in.

AzCopy copy "https://picbotimages.blob.core.windows.net/azcopyimg..." img_new --recursive=true

Download files