I'm developing an azure function but need to see the requests it's sending out (after the incoming one that triggers the function to run)
How to view network traffic in Visual Studio has provided me with a great start, but that option simply does not appear in my Performance Profiler tools. There is the Event Viewer that promises to show me HTTP requests, but I am completely unable to dig them out of the 40k results that a short function run generates there [I really struggle to make sense of that filter list], are my HTTP requests even in there?
And why is the old Network option not showing up, did they (re)move that with Visual Studio 2022?