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