Further reading
If you want to learn more about creating Azure functions, check out the following links:
- Azure Functions scale and hosting: https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale
- Azure Functions – Essentials [Video], by Praveen Kumar Sreeram: https://www.packtpub.com/virtualization-and-cloud/azure-functions-essentials-video
- Azure Functions runtime overview: https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions
- An overview of Azure Event Grid: https://docs.microsoft.com/en-us/azure/event-grid/
- Timer trigger for Azure Functions: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer
- The Application Insights section of the book Azure for Architects, by Ritesh Modi: https://subscription.packtpub.com/book/virtualization_and_cloud/9781788397391/12/ch12lvl1sec95/application-insights
- The Monitoring Azure Functions using the Application Insights section of the...