Reputation: 133
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?
Upvotes: 1
Views: 395
Reputation: 133
Ok, After raising a support ticket, It turns out to be some problem with UK West region App Insights. If I shift to some other region (so far checked for Central US & UK South) it is working as expected.
Just in case if any one facing the same problem :)
-S
Upvotes: 1