Azure
Serving Images from Blob Storage in an Azure Function
I’ve previously written about how to return an image from an Azure Function which deals with returning a generated image from the function, however it’s also useful to return images which might be stored elsewhere such as in Azure Blob Storage or an AWS S3 bucket. I’ve created an example Read more…