I'm trying to list all the blobs in my container. There are more than 250,000 blobs in the container. Is it possible to list all those blobs inside the logic app ?
I was able to get 100,000 using the pagination threshold in one but with the other one I had the duplicate blobs. The next page marker didn't help. The next page marker worked with listing 5000 blobs. So I had 10,000 unique blobs.
Is there a way to list all those files in logic app ?