You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I have to upload a file in $web container in Azure Storage.
I got this error:
azcopy cp "_deploy/tscli.exe" "https://xxxx.blob.core.windows.net/$web/tscli.exe?sv=2020-10-02&si=bitbucket&sr=c&sig=%abcdefghijklmnopqrstuvwxyx%3D"
INFO: Scanning...
failed to perform copy command due to error: cannot transfer individual files/folders to the root of a service. Add a container or directory to the destination URL
I tried to another container with same access right. It passes.
azcopy cp "_deploy/tscli.exe" "https://xxxx.blob.core.windows.net/sd-app/tscli.exe?sv=2020-10-02&st=2022-08-05T13%3A38%3A45Z&se=2022-08-06T13%3A38%3A45Z&sr=c&sp=racwl&sig=abcdefghijklmnopqrstuvwxyz%3D"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.