Has anybody solved to monitor Azure functions using AppDynamics ? I don't see any option to add a AppDynamics extension to the Azure functions app.
Asked
Active
Viewed 667 times
1 Answers
1
We could install the AppDynamics extension use Azure portal or Kudu tool(https://functionAppname.scm.azurewebsites.net/).
Azure Portal:
Kudu UI
After installation

Tom Sun - MSFT
- 24,161
- 3
- 30
- 47
-
Seems I got my function to connect, but it doesn't send data. Did you have to do anything else? – HoBa Feb 09 '18 at 19:45