I can explore on Azure explorer and see the blob exists but when I run the query, it is returning blank. Can anyone help with the issue? It just keeps on running when I remove the limit on number of Results.
numResults=4000
az storage blob list \
--account-name $account_name \
--account-key $key \
--show-next-marker \
--container-name $container_name \
--query "[].name | [?((ends_with(@, 'bam')) && (contains(@, '886678')))]"