Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13

This article provides guidance on how to deploy Seeker in Microsoft's fully managed PaaS platform called Azure App Service. It enables development teams to quickly build powerful web, mobile, and API apps using .NET, .NET Core, Java, Ruby, Node.js, PHP, Python and Docker. Integrate Azure App Service into your existing frameworks, and get unparalleled developer productivity with cutting-edge capabilities such as continuous integration, live-site debugging, and the industry-leading Microsoft Visual Studio IDE.

Step-by-step guide

Here are the instructions: 

  1. Login to Azure portal, and navigate to the App Service that you are instrumenting with Seeker.
  2. Create the folder D:\home\SiteExtensions, if it doesn't exist.
  3. Create a subfolder D:\home\SiteExtensions\Seeker.

  4. Upload the contents of <SEEKER_INSTALL_DIR>\agents\dotnet\seeker-agent-azure.zip to the \SiteExtensions\Seeker folder in Azure.
    1. Get the FTP settings of the Azure App Service.
    2. Download a FTP tool to transfer Seeker Agent to Azure. The tool used in the sample screenshots is WinSCP

    3. To connect, enter the FTP credentials for Azure.


    4. Transfer seeker-agent-azure.zip to SiteExtensions/Seeker.

  5. Extract all contents, and verify that Synopsys.Seeker.Agent.dll is present.


  6. Create the following folder D:\home\LogFiles\Seeker.

  7. Edit the Application Settings of the Azure App Service.
    1. Add SEEKER_SERVER_URL
    2. Add SEEKER_PROJECT_KEY
    3. Add COR_PROFILER_PATH to the x86/x64 profiler based on the application.
    4. Save the changes.


  8. Restart the Azure App Service.

  9. Browse to the application to ensure that the Application is started.

  10. Check the logs to ensure that Seeker Agent is able to connect to the Seeker Server.


  11. Go to Seeker Console to verify that Seeker Agent has connected.

    At the time of writing, Seeker 2019.2 only supported .Net, Java and Node.js development in Azure PaaS.




  • No labels