default:
- step:
caches:
- maven
name: build
script:
- 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.jar
I 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:
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.