Node.js, Azure Application Insights, and Fastify
If you deploy a Node.js application to Azure, you might want to use Azure Application Insights to monitor it. This post shows you how to set up a Node.js application with Azure Application Insights. It also includes a Fastify plugin to automatically track requests. (Given the out of the box mechanism for tracking requests does not work with Fastify.)
This is one of those posts that gathers together information I found doing research and puts it in one place.