Securing HTTP-Triggered Azure Function
In order to start working with Azure Functions you need to create a Function App in your Azure subscription. It is a container that groups your functions into a logical unit. I am going to add an .NET Azure Function that will be triggered by HTTP-trigger. It will receive a Guid Id of my Azure …