I have two console applications A and B. These two projects are hosted as Azure Webjobs. I configured console, rolling file and app. Insights appenders in a common project C, ConfigManager.cs file.
A is calling C.ConfigManager to configure appenders. A.Orchestrator able to log messages to all 3 appenders.
B is also calling C.ConfigManager to configure appenders. B.Orchestrator is able to log messages to console and rolling file appender but not to Application Insights.
All my log4net configurations are pretty much static. I am unable to find what could be the root cause here