Search code examples
azure-devopsazure-pipelines-build-taskazure-storage-files

VSTS: Publish build artifacts to Azure File Storage


Is it possible to publish the output from a build on Visual Studio Team Services to Azure File Storage? I have looked at the Azure File Copy task but can see no way to copy to to anything but Azure Blob Storage or VMs with this. I was thinking I could possibly use AzCopy to achieve this but it seems like this should be supported out of the box. Any ideas?


Solution

  • From this article, We know that it only support copy files to Azure Blob Storage and VMs at currently. I think it does not support Azure File Storage currently. As a workaround, please use a custom script to copy files to Azure File Storage. Please also submit this request at Visual Studio Team Services feature request forum.