- Open the application server web.config file in a text editor, such as Notepad.
- Uncomment the three <!-- Azure Service Bus Endpoint --> sections at the bottom of the file.
-
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.
- Save and close the web.config file.