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 looked through the documentation but couldn't figure out what the values for —file-system should be.
Can someone share an example of downloading the content of a directory (a folder) inside a container inside a blob from Azure Storage to a Windows machine?