azure-storage-deploy pipe: Invalid SAS token in parameter "dest-sas"

nikesh July 18, 2019

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.

1 answer

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 9, 2019

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

  • Go to Help+Support (at the left navigation)
  • Click “+New support request”
  • Choose Issue Type “Technical”
  • Choose Services “All Services”
  • Under “Developer Tools” choose “Azure DevOps Services”
  • Problem Type, choose “Pipelines”

Option 2 - Azure DevOps: https://azure.microsoft.com/en-us/support/create-ticket/

  • Choose Azure DevOps Support ticket ticket
  • Choose the “Create an incident” button
  • The screen will be pre populated with “Developer Tools” “Azure DevOps”.
  • Choose Pipelines as the category and follow the wizard.

If you’re reporting an issue, please include:

  • the version of the pipe
  • relevant logs and error messages
  • steps to reproduce

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events