Display an array of images from Azure Blobs with .Net6
I am a junior front-end developer, and I got a task where I have to take an Azure Blobs Container lets call it "thumbnails" , loop through and display it on the screen using .Net 6. Basically, I have to…