I am new to azure storage. In the azure storage i have a container and i have multiple directory and i have sub directory inside the container.
Sub directory contains multiple files. I need to download the latest file from the sub directory.
As of now i use the command
azcopy cp "https://storageforecast.blob.core.windows.net/test/pollo/pollo1/pollo2/?si=plus&sv=2019-12-12&srMAVZhkpCwrXs1" "E:\111" --recursive
test- container
pollo -directory
pollo1 - subdirectory1
pollo2 - subdirectory2
I have multiple files inside pollo2. I need to download the latest file...and how can i do that..Can someone pls help me