Microsoft Azure Blob Storage Sources > Before you begin > Create a connection
  

Create a connection

Create a Microsoft Azure Blob Storage connection object in Administrator with the connection details of the Microsoft Azure Blob Storage source system.
    1In Administrator, select Connections.
    2Click New Connection.
    3In the Connection Details section, enter the following connection details:
    Connection property
    Description
    Connection Name
    Name of the connection.
    Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
    Maximum length is 255 characters.
    Description
    Description of the connection. Maximum length is 4000 characters.
    4Select the Microsoft Azure Blob Storage V3 connection type.
    5Enter the following connection details:
    Property
    Description
    Use Secret Vault
    Stores sensitive credentials for this connection in the secrets manager that is configured for your organization.
    This property appears only if secrets manager is set up for your organization.
    When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured.
    Note:
    If you’re using this connection to apply data access policies through pushdown or proxy services, you cannot use the Secret Vault configuration option.
    For information about how to configure and use a secrets manager, see Secrets manager configuration.
    Runtime Environment
    The name of the runtime environment where you want to run tasks.
    Account Name
    Microsoft Azure Blob Storage account name.
    6In the Connection section, select the authentication method.
    You can use the following authentication methods to connect to Microsoft Azure Blob Storage:
    7Click Test Connection.
    8Click Save.

Shared Key authentication

Shared key authentication uses the storage account name and account key to connect to Microsoft Azure Blob Storage.
The following table describes the connection properties for shared key authentication:
Property
Description
Account Key
The account key for the Microsoft Azure Blob Storage account.
Container Name
The name of the blob container in the Microsoft Azure Blob Storage account.
Endpoint Suffix
Types of Microsoft Azure endpoints.
Select one of the following options:
  • - core.windows.net. Connects to Azure endpoints.
  • - core.usgovcloudapi.net. Connects to Azure Government endpoints.
  • - core.chinacloudapi.cn.
Default is core.windows.net.

Shared Access Signature authentication

Shared access signature authentication type uses the SAS token to connect to Microsoft Azure Blob Storage.
The following table describes the basic connection properties for shared access signature authentication:
Property
Description
SAS Token
The shared access signature token generated in the Azure portal.
Container Name
The name of the container in the Microsoft Azure Blob Storage account.