0
votes

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?

1
As far as I know, there isn't an Azure "blow" storage. Could you please edit your question so we can help you better?Adam Smith - Microsoft Azure
thanks, i have updated itMicroMan

1 Answers

1
votes

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.