How To Download Azure Blob from AzCopy Commands

In previous blog, Blob was automated through Integration for importing files but there is also one simple solution if customer wants blob on there system so that he can keep record of files through some commands called AZCopy Commands and then import file to Business Central.

AzCopy commands are used to Copy a blob/file from Azure Blob Storage account to local folder.

Syntax := azcopy copy "SAS Sinature" "Destination Path" --recursive

Steps to perform:

1.Download AzCopy V10 Executable file.

2.Open Cmd and get to path where file has been downloaded.

3.Write azcopy command with SAS Signature which we can create from azure account through Get Shared Access Signature and paste in above syntax.



4. This way it will be downloaded in particular folder.

We can automate this through task scheduler so that it can be updated in couple of minutes and customer can import updated file from folder to Business Central.

Thanks for viewing!! 😊

You can check out my previous blog on the following Link.

Feel free to reach out me at kanikajora@gmail.com for any queries, would be happy to help you.

Comments

Popular posts from this blog

Integration with Business Central with Microsoft Azure Storage Explorer (Blob Storage) for Importing Bank Statement through XMLPort.