04 May 2023
06:52 AM
- last edited on
18 May 2023
10:19 AM
by
AgataWlodarczyk
Has anyone managed to get Auto Injection to work on Azure Web App services?
In my case I have a:
Dotnet - v4.0 runtime stack
Solved! Go to Solution.
I followed https://community.dynatrace.com/t5/Dynatrace-tips/PRO-TIP-RUM-injection-check-tips/td-p/173825
And the x-dthealthcheck header returns "CAPTURING_OFF_APP_CONF".
This means the web application is disabled in Dynatrace. You need to enable it. But it means the rum sensor is there and so the autoinjection is possible. Maybe it falls to the my web application which you have disabled?
Hi @xchre
AFAIK .Net is not able to inject JS agent to pages
technologies listed in Technology support - Real User Monitoring - Web servers and applications
HTH
Yos