Build an Azure Serverless Function
That processes images as they are uploaded
In this article I want to describe the process of building and deploying a serverless function to Microsoft Azure that automatically processes images when they are uploaded, resizing them and saving them into one or many storage accounts for thumbnail sized images.
This tutorial covers many topics that are important to understand if you are studying to become an Azure Developer by taking the AZ-200 Certification Exam, including Blob Storage, Serverless Functions, and writing…