Enable .NET Agent

Make sure that the .NET Agent is monitoring your application.

  1. Connect to the Azure portal.
  2. Go to Configuration > Application settings and set the following variables for the appropriate platforms:
    • For all: SEEKER_SERVER_URL to the URL of your Seeker Enterprise Server, for example, https://34.56.22.44:8443
    • For Windows .NET Core App Service:
      • CORECLR_PROFILER_PATH for a 32-bit platform: D:\home\SiteExtensions\Seeker\x86\Agent.Profiler.dll
      • CORECLR_PROFILER_PATH for a 64-bit platform: D:\home\SiteExtensions\Seeker\x64\Agent.Profiler.dll
    • For Windows .NET Framework App Service:
      • COR_PROFILER_PATH for a 32-bit platform: D:\home\SiteExtensions\Seeker\x86\Agent.Profiler.dll
      • COR_PROFILER_PATH for a 64-bit platform: D:\home\SiteExtensions\Seeker\x64\Agent.Profiler.dll
    • For Linux App Service:
      • CORECLR_ENABLE_PROFILING=1
      • CORECLR_PROFILER= {C7AD49B3-093B-4AB1-A241-1E4365DD8901}
      • CORECLR_PROFILER_PATH=/home/SiteExtensions/Seeker/x64/Agent.Profiler-Dnc.so
      • SEEKER_DNC_INSTALL=/home/SiteExtensions/Seeker
  3. Save the application settings.
  4. Restart Azure App Service.
  5. Browse your application to make sure it is started with the .NET Agent.