Prerequisites for Creating a Connection

You must satisfy the following prerequisites to create a connection with the Azure Service Bus Adapter:

  • Register an application in the Azure portal and obtain the tenant ID and client ID. See Register an Application.
  • Create a New Client Secret.
  • You must have a service bus namespace in Azure. See Create a namespace in the Azure portal.
  • Ensure firewall port permissions are verified by:
    • Confirming accessibility to the Advanced Message Queuing Protocol (AMQP) ports 5671 and 5672.
    • Confirming the endpoint is permitted through the firewall.

Register an Application

  1. Sign in to the Azure portal.
  2. Navigate to Identity > Applications > App registrations.
  3. Click New registration.
  4. Name the application and select a supported account type.
  5. Click Register. The tenant ID and client ID are displayed.
  6. Copy the tenant ID and client ID. You'll need to enter those values on the Connections page when you configure security for your Azure Service Bus Adapter connection in Oracle Integration. See Configure Connection Security.

Create a New Client Secret

  1. Sign in to the Azure portal.
  2. Navigate to Identity > Applications > App registrations.
  3. Select your application.
  4. Click Certificates & secrets.
  5. Click Client secrets, and click New client secret.
  6. Enter a description for the secret, and select a duration.
  7. Click Add. The client secret is displayed in the Value column.
  8. Copy the client secret from the Value column. You'll need to enter the client secret on the Connections page when you configure security for your Azure Service Bus Adapter connection in Oracle Integration. See Configure Connection Security.