Skip to main content
Feedback

Microsoft Azure Data Lake Storage connection

Azure Data Lake Storage (ADLS) connector enables you to access and interact with your ADLS Gen2 storage using the ADLS Gen2 REST APIs.

The Microsoft ADLS connector's connection represents a single account including login credentials. If you have multiple systems, you need a separate connection for each. The connector supports the OAuth 2.0 authentication type.

Connection tab

Endpoint Suffix - Displays the endpoint suffix for the ADLS service. Default value is core.windows.net and it is not recommended to modify it.

Storage Account
Enter the name of your ADLS Gen2 storage account.

Response Timeout
Provide the maximum time (in milliseconds) that the connector can wait to receive an operation response from the ADLS Gen2 REST APIs.

Authentication Type
Displays the supported authentication type "OAuth 2.0".

Client ID
Provide the unique application ID of your client app assigned by the Azure portal at the time of your app registration. You can get this ID from the Azure Active Directory — Manage — App Registrations — client app Overview page.

Client Secret
Click to open the Password window, enter or paste your client secret, and click Apply.

Scope
Provide the URL that defines the ADLS Gen2 storage account access permissions granted for the given client ID. In general, .default scope will be displayed https://storage.azure.com/.default.

Access Token URL
Provide the URL to retrieve the encrypted access token from the Azure portal, to access the ADLS Gen2 storage account. This URL can be found in the Azure AD (Endpoints page of the client app — OAuth 2.0 token endpoint (v2)).

Test Connection

You can test your connection settings before you use or save the connection in a process. The Test Connection ensures that your specified settings are correct, valid, and accessible. If the test connection is successful, you can save the connection. Otherwise, review and correct any incorrect settings, then test again.

Attention

You can only run the Test Connection against containers associated with your account (local runtimes, runtime clusters, and runtime clouds).

On this Page