Paul Harrington

Results 83 comments of Paul Harrington

Application Insights Profiler is not supported in Azure Functions. At least not officially. However, there is not much preventing it from working: * You need a dedicated (non-consumption) plan. *...

Right now, I believe the documentation is correct for Azure Functions. The pre-requisites state, accurately, that an App Service plan is required. This solution relies on the same continuous WebJob...

Sadly, changing the method name (of a method attributed with `[Event(...)]`) in an EventSource changes the name of the generated event. That would break consumers. As unfortunate as the spelling...