One of the post-live activities of your application would be to receive a notification email about the details of the health, errors, response time, and so on at least once a day.
Azure Function provide us with the ability to get all the basic details using a function template with the code that's is responsible for retrieving all the required values from the AI and the plumbing code of framing the email body and sending the email using SendGrid. We will look at how to do that in this recipe.