default:- step:caches:- mavenname: buildscript:- mvn -B verify- mvn package- pipe: microsoft/azure-storage-deploy:1.1.1 variables: SOURCE: 'target/myjar-1.0.jar' DESTINATION: 'https://myartifcats.blob.core.windows.net/abxcxxxx/myjar-1.0.jar' DESTINATION_SAS_TOKEN: $AZURE_STORAGE_SAS_TOKEN # SOURCE_SAS_TOKEN: '<string>' # Optional. # EXTRA_ARGS: '<string>' # Optional. DEBUG: 'true'
artifacts:- target/myjar-1.0.jarI am trying to copy jar file to azure storage account. Saved storage token in bitbucket's repository variables. tried replacing variable with actual sas-token.Still it fails with same error.
Hi @nikesh ,
please follow recommendations from the Microsoft Team:
If you’d like help with this pipe, or you have an issue or feature request, please contact us:
Option 1 - Azure portal: https://portal.azure.com
Option 2 - Azure DevOps: https://azure.microsoft.com/en-us/support/create-ticket/
If you’re reporting an issue, please include:
It looks like you're new here. Sign in or register to get started.