Forum Discussion
sumo83
Mar 19, 2024Iron Contributor
Search files and blobs based on string form name
Hi all,
I guess this is quite basic but I just can't find how to search with just part of the file or blob name. I am receiving hundreds of files to file share and also to blob storage (adls gen2). There is a DATE included in the name and I need to search based on that - e.g. "file1-1202302023-otherfileinfo.txt". I've tried via Azure portal but the search is only possible with "prefix".... Same for Azure Storage Explorer...
what can I do here?
Thank you.
Michal
2 Replies
- sumo83Iron Contributorwhat is "list mode" pls? Is it in azure portal or azure storage manager? The problem is that always when I see "prefix" search - the searched string needs to be the from the start of the file name...
and I can't find any wildcard or something that I could use.... something like *1202302023* so that all files/blobs with that string in name are displayed..