I have enabled Application Insights in my Azure Functions app and can now track the function invocations. However, many functions invoke other functions and I would like to see the entire function invocation for a request. In Application Insights I found request ids and invocation ids but did not find how the correlate.
Is this possible or do I need to build this myself?