0

It's been a while since I used az cloud shell's download command. It worked great when I first tried it.

Yesterday I had to download some files in my cs storage, but when trying to: download somefile.ext , nothing happened! (tested w/ bash & powershell).

Inspecting the network tab I couldn't find any errors. All requests returned HTTP 200.

Am I doing something wrong?

ps: I'm using Chrome v83.0.4103.97.


UPDATE

@KrishnaG-MSFT, it is possible to download the files following the mentioned document. The issue arises when I try to download using the download bash command.

@Charles Xu, see the screenshot below:

az download command sample

A) Works fine.

B) Download won't start.


UPDATE 2

Inspecting Chrome's console, I saw this message as soon I executed the command:

enter image description here https://www.chromestatus.com/feature/5706745674465280

MS Edge v83 yields the same result (expected, as it is also using Chromium), so the culprit seems to be the removal of a browser feature due to security reasons.

tomblue
  • 1,079
  • 1
  • 12
  • 19

1 Answers1

0

I have tried to reproduce the issue but have followed this Azure document and was able to successfully download the files that are persisted.

I recommend you to double check if you are trying to download files that are persisted as explained here and confirm if the issue still persists.

KrishnaG
  • 3,340
  • 2
  • 6
  • 16