Azure Functions Intro – Http Trigger
An Azure Function is an “event driven, compute-on-demand experience…with capabilities to implement code triggered by events occurring in Azure or third party service as well as on-premises systems.” A nice feature is you can create these functions in a serverless environment. To create an Azure function, go to portal.azure.com and search for Function. You will see Function App. This is a logical grouping of functions: Click Create: Provide a name … Continue reading Azure Functions Intro – Http Trigger