Prerequisites for Creating a Connection

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

Get the Storage Account Name

Get the storage account name.

  1. If you don't have a storage account, first create a storage account in the Azure portal. See Create a storage account.
  2. If you already have a storage account, perform the following steps to get the storage account name.
    1. Log in to your Azure account at portal.azure.com.
    2. In the Azure portal, click Storage accounts. If you can’t find it, use the search bar or locate it in the All Services section.
    3. Select the required storage account in the list.
    4. The storage account name is displayed at the top of the Overview tab on the storage account's details page.

Register an Application

Register an application in the Azure portal, and obtain the tenant ID and client ID.

  1. Log in to the Azure portal.
  2. Navigate to Identity, then Applications, and then App registrations.
  3. Click New registration.
  4. Enter a name for the application, and select a supported account type.
  5. Click Register.
    The tenant ID and client ID are displayed.
  6. Copy the values for the tenant ID and client ID.
    You'll need to enter those values on the Connections page when you configure security for your Azure Storage Adapter connection in Oracle Integration.

Create a New Client Secret

Create a new client secret.

  1. Log in to the Azure portal.
  2. Navigate to Identity, then Applications, and then to App registrations.
  3. Select the application that you registered. See Register an Application.
  4. Click Certificates & secrets.
  5. Click Client secrets, and then click New client secret.
  6. Enter a description of 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 Storage Adapter connection in Oracle Integration. See Configure Connection Security.