This chapter explains logging, Application Insights, securing functions, and using cross-origin site scripting, and by the end, your function will be production-ready.
Using built-in logging
Using Application Insights to monitor functions
Securing functions
Configuring CORS in Azure Functions
Using Built-in Logging
The first thing that comes to mind about monitoring functions is error logging. You’ll want to log errors in Azure Functions ...