2

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.

Tany
  • 1,252
  • 14
  • 30

1 Answers1

1

We could install the AppDynamics extension use Azure portal or Kudu tool(https://functionAppname.scm.azurewebsites.net/).

Azure Portal:

enter image description here

Kudu UI

enter image description here

After installation

enter image description here

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