REST API with Azure function (serverless applications) – Part 1

Azure Functions is a serverless “Compute-on-demand” solution provided by Microsoft. Azure functions allow you to write a small code that can run on an Azure environment without worrying about infrastructure maintenance and saving you cost. Azure functions use trigger-based in a specific event. We will use a trigger event based Continue Reading