Azure Data Lake Store Connection Manager
Applies to:
SQL Server
SSIS Integration Runtime in Azure Data Factory
A SQL Server Integration Services (SSIS) package can use the Azure Data Lake Store Connection Manager to connect to an Azure Data Lake Storage Gen1 account with one of the two following authentication types:
- Azure AD User Identity
- Azure AD Service Identity
The Azure Data Lake Store Connection Manager is a component of the SQL Server Integration Services (SSIS) Feature Pack for Azure.
Note
To ensure that the Azure Data Lake Store Connection Manager and the components that use it - that is, the Data Lake Storage Gen1 source and the Data Lake Storage Gen1 destination - can connect to services, make sure you download the latest version of the Azure Feature Pack here.
Configure the Azure Data Lake Store Connection Manager
In the Add SSIS Connection Manager dialog box, select AzureDataLake, and then select Add. The Azure Data Lake Store Connection Manager Editor dialog box opens.
In the Azure Data Lake Store Connection Manager Editor dialog box, in the ADLS Host field, provide the Data Lake Storage Gen1 host URL. For example:
https://test.azuredatalakestore.net
ortest.azuredatalakestore.net
.In the Authentication field, choose the appropriate authentication type to access the data in Data Lake Storage Gen1.
If you select the Azure AD User Identity authentication option, do the following things:
Provide values for the User Name and Password fields.
To test the connection, select Test Connection. If you or the tenant administrator didn't previously consent to allow SSIS to access your Data Lake Storage Gen1 data, select Accept when prompted. For more information about this consent experience, see Integrating applications with Azure Active Directory.
Note
When you select the Azure AD User Identity authentication option, multi-factor authentication and Microsoft account authentication are not supported.
If you select the Azure AD Service Identity authentication option, do the following things:
Create an Azure Active Directory (AAD) application and service principal to access the Data Lake Storage Gen1 data.
Assign appropriate permissions to let this AAD application access your Data Lake Storage Gen1 resources. For more information about this authentication option, see Use portal to create Active Directory application and service principal that can access resources.
Provide values for the Client Id, Secret Key, and Tenant Name fields.
To test the connection, select Test Connection.
Select OK to close the Azure Data Lake Store Connection Manager Editor dialog box.
View the properties of the connection manager
You can see the properties of the connection manager you created in the Properties window.