I'm not sure if I'm missing anything here, but what I'm doing is pretty simple & OOB thingy. I have created a dotnet azure function app(which by default creates as v3), changed the configuration to V1 and created a new http trigger function. When I run the function, I'm expecting to see the requests details in App Insights (I'm sure app insights is enabled during the function app creation). Nothing is appearing in the app insights and so the counts of number of executions also not coming. when I changed the function app run time to V3, it is all working again.
Do I need to do some thing different to get App Insights work with V1 functions?