We're trying to deploy OneAgent to an Azure App Service which has App Insights enabled an we're running into these warnings:
Is there any way around this other than disabling App Insights?
Solved! Go to Solution.
In general it is not recommended to use technologies that are instrumenting applications parallel because they may be reason of overhead or application crash. So this alert is correct. I suggest picking one solution for this case.
Sebastian