Azure Function How to find log of querystring sent?

Copper Contributor

Good day, I have an Azure Function that is being called by a 3rd party but one of their queries is causing my function to hang. I've looked at the logging information, which is supposed to log the incoming querystring parameters, but this hasn't been logged as I think the call has hit an infinite loop and isn't exiting to allow the invocation log "log" entries being captured when the function is called to appear. I added on Application Insights, but in viewing the incoming queries, there is no log of the querystring (the "?x=y" part of the "http://site/api/function?x=y" call)

 

What modifications would I have to make to capture this? It isn't too obvious from the documentation I'm reading on how to do this.

0 Replies