The Python SDK for Azure provides the list_blobs method for listing blobs present in a container using a container name, prefix and a delimiter.
The Node.js based azure-cli also provides an option for listing blobs
azure storage blob list [options] [container] [prefix]
I checked the help for the above mentioned command and couldn't find an option for using a delimiter.
Is there a way for using a delimiter with the above mentioned command ?