Deploy .NET Agent

Manually upload and deploy the .NET Agent files in the Azure App Service environment where your application is installed.

  1. Connect to the Azure App Service host.
  2. Create the following folders, if they don't exist yet:
    • For Windows App Service:
      • D:\home\SiteExtensions
      • D:\home\SiteExtensions\Seeker (destination folder)
      • D:\home\LogFiles\Seeker
    • For Linux App Service:
      • /home/SiteExtensions
      • /home/SiteExtensions/Seeker (destination folder)
      • /home/LogFiles/Seeker
  3. Download the appropriate .NET Agent package from the Seeker server:
    • For Windows App Service:
      • .NET Core Agent: <SEEKER_INSTALL_DIR>/agents/dotnetcore/seeker-agent-azure.zip
      • .NET Framework Agent: <SEEKER_INSTALL_DIR>/agents/dotnet/seeker-agent-azure.zip
    • For Linux App Service: <SEEKER_INSTALL_DIR>/agents/dotnetcore/seeker-agent-linux.zip
  4. Extract the file contents to the destination folder.
  5. Check that the extracted files, for example, Synopsys.Seeker.Agent.dll, are present in the destination folder.