Posts

Showing posts from January, 2023

Upload and Download Azure Blob Storage using AZCopy

Image
AZCopy is a command-line utility for uploading and downloading Azure Blob Storage files. At the time of writing, the most recent version of AZCopy is V10. So, you can get the AZCopy executable file from the link below. https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10 If the link does not work, look for the most recent version of AZCopy and download the executable file. Download the file and save it in a location that is convenient for you on your computer. In this blog, I'll show you how to use an SAS token to upload and download files from Azure Blob Storage. Get SAS token First, let's look at how to obtain an SAS token. Go to the Azure Storage Account to which you want to upload or download files. On the right side, under Security + networking, choose Shared access signature. Locate the Allowed resource types and choose the preferred resource type. I'm going with all three options (Service, Container, Object) Enter the