Deploy .NET Agent
Manually upload and deploy the .NET Agent files in the Azure App Service environment where your application is installed.
- Connect to the Azure App Service host.
-
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
- For Windows App Service:
-
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
- .NET Core Agent:
- For Linux App Service:
<SEEKER_INSTALL_DIR>/agents/dotnetcore/seeker-agent-linux.zip
- For Windows App Service:
- Extract the file contents to the destination folder.
-
Check that the extracted files, for example,
Synopsys.Seeker.Agent.dll
, are present in the destination folder.