Configure the Application Server Web.Config File - Enterprise Integration Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Enterprise-Integration-Server/English/Foundation-22.1/Enterprise-Integration-Server/Enterprise-Integration-Server-Configuration/Consuming-the-Hyland-Adapter-with-BizTalk-Server/Configuration-for-Windows-Azure/Configure-the-Application-Server-Web.Config-File - 2022-08-18

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 22.1
License
Premier
Standard
  1. Open the application server web.config file in a text editor, such as Notepad.
  2. Uncomment the three <!-- Azure Service Bus Endpoint --> sections at the bottom of the file.
  3. Specify the following options:

    endpoint binding= "netTcpRelayBinding"

    Description

    address

    Set this option to the address of your Azure service bus. The [Service Bus Name] should be replaced with the name of the Azure service bus. This value should be the same as the one you specified in the ServiceNamespace property of the Configure Adapter dialog.

    The [Unique AppServer Name] should be replaced with the name of the Application Server you're using with EIS.

    behavior name= "sbTokenProvider"

    Description

    sharedSecret

    Set the issuerName equal to the username of the owner of the Azure service bus. This value should be the same as the one you specified in the IssuerName property of the Configure Adapter dialog.

    Set the issuerSecret equal to the secret key for the owner of the Azure service bus. This value should be the same as the one you specified in the IssuerSecret property of the Configure Adapter dialog.

  4. Save and close the web.config file.