hello, i cant use pipeline v0.5.0 to deploy files to container '$web' which is default name for static web container in Azure storage.
pipeline uses 7.2.0 version of azcopy, and this bug was fixed in 7.3.0 version of azcopy
https://github.com/Azure/azure-storage-net-data-movement/issues/133
please update azcopy to new version
thanks
Greg
Hi Greg,
Thanks for bringing this issue to our attention. We've been in touch with Microsoft and they've now released a new version of the pipe (1.1.1) that uses azcopy 7.3.0.
Hello Grzegorz,
Thank you for finding and reporting this issue with Bitbucket pipelines and azcopy version 7.2. I have submitted a feature request for this to have it reviewed. You may find the created feature request at Issue #18211.
We would suggest you vote and watch this issue so you may receive future updates on its status.
Regards,Stephen Sifers
Hello, the issue seems to stay. Are there any additional problem known?
Could you post the exact yaml snippet you're using to invoke the pipe, along with any relevant error output that you get when executing it?
Snippet:
- pipe: microsoft/azure-storage-deploy:1.1.1 variables: SOURCE: 'build/' DESTINATION: 'https://xxxxxxxxxxxx.blob.core.windows.net/$web/' DESTINATION_SAS_TOKEN: $AZURE_STORAGE_SAS_TOKEN EXTRA_ARGS: '--verbose --set-content-type'
The problem seems to be rooted in the use of "$web". I tried various ways to escape the '$' but only with an environment variable i was able to get the pipe running without any error and correct behaviour.
It looks like you're new here. Sign in or register to get started.