You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, yeah, that's not fun to have.
This was already an existing project? Bc this call is added to all our Azure Functions project templates without a problem. Maybe this is related to the target framework?
Aha, this is also not needed anymore for the newest Azure Functions SDK as it seems that the Microsoft ILoggerProvider that write to Application Insights is no longer there. 🤔
Describe the bug
I've setup Arcus Observability logging in an Azure Function as described here.
However, when I run the project (locally), this exception is thrown:
I believe we should not throw an exception when the ApplicationInsightsLoggerProvider is not present when we call this method.
(As mentionned here).
The text was updated successfully, but these errors were encountered: