I recently configured Application Insights on a few of my Azure functions which has been great and now I can see when and how often my function is failing. I've been logging some of the important data within the function that I've been able to see when I check the monitor tab on just the function like this,
Part of the reason we configured App Insights is because we can only see a limited number of responses in this standard function view. I'm looking here to find Invocation details and Log information but can't seem to locate it. Am I looking in the wrong place?