I am struggling with setting up logging for my container web app in Azure. What I would like to view is basically all traffic going back and forth, so JSON input and output and exceptions and the like. So I guess just Application Insights, but for containers.
I have read through I think all of Microsoft's documentation on Azure container monitoring solution, but found no step-by-step guide on how to set it up. One guide explains how to set up a new web app, but I already have an existing web app that I want to link to a new monitoring solution. Some guides explain how to set it up for AKS, but I don't have AKS.
I found this article: https://learn.microsoft.com/en-us/azure/azure-monitor/learn/quick-collect-azurevm, but I am not sure if it is exactly what I am looking for. I would appreciate it if anyone could point me in the right direction here, because I have clicked what feels like every single button in Azure portal, but no logs are showing up. I have obviously tried to add a container monitoring solution with a log analytics workspace, but how do I connect this to my container web app?