I have files on a azure blob storage. I would like to copy them as part of a build task.
There us the AzureBlob file copy but this seems to copy data to Blog storage and not from.
Would a powershell script be my only choice here?
I have files on a azure blob storage. I would like to copy them as part of a build task.
There us the AzureBlob file copy but this seems to copy data to Blog storage and not from.
Would a powershell script be my only choice here?
There are several ways to copy data from/To Azure Blob storage, One of the best tools is Azcopy , it currently supports three different OSs: Linux, Windows and MAC OS. If the TFS is unix based, it should work. Powershell or python SDK should also work. if you emphasize on the TFS environment/description you are using I can help with a Python script.