Reputation: 6216
I was very excited to see that the beta for Azure Functions integration with Application Insights was available.
Having enabled this as per the instructions in the link, I note that the "Monitor" section within the Azure Functions panel has stopped working (no new items being added since I made the change)
Is that by design? (I can see the logic: you're getting monitoring/timing information elsewhere) I was just a bit surprised when I went to check how long a function was taking to run (while already in the Functions portal, it seemed the natural place to click...) and the monitor tab claimed the last time the function ran was a week ago.
Upvotes: 0
Views: 191
Reputation: 43183
Actually, I think what you're running into is not related to the App Insights preview, but is instead caused by a recent issue, that you can read more about here.
The fix should be deployed later this week. Also, see the workaround described in that thread (going to https://<<functionappname>>.scm.azurewebsites.net/azurejobs/#/functions).
Upvotes: 2