What is the best practice to integrate an IoT Edge solution with Application Insights? The current IoT Edge production checklist [1] references a "logspout-loganalytics" project but that does not appear to be officially maintained by Microsoft and hasn't been updated in over a year.
Several older tutorials [2] suggest running the "microsoft/applicationinsights" docker image on the edge to collect and send up logging, but that is now marked as deprecated by Microsoft.
So what is the current best practice recommended by Microsoft to connect an Azure IoT Edge project to App Insights?
[1] https://learn.microsoft.com/en-us/azure/iot-edge/production-checklist
[2] https://learn.microsoft.com/en-us/azure/azure-monitor/app/docker