Home > front end >  How to download the content of a directory in Azure Storage using az storage fs directory?
How to download the content of a directory in Azure Storage using az storage fs directory?

Time:12-20

Currently, I'm using az storage blob directory download but every time I run it, I get: This command is implicitly deprecated because command group 'storage blob directory' is deprecated and will be removed in a future release. Use 'az storage fs directory' instead.

I checked the enter image description here

I can download the specific directory to current directory:

enter image description here

Your can refer to this official document:

Examples of az storage fs directory

  • Related