| title | Azure Data Lake Store Connection Manager | ||
|---|---|---|---|
| description | Azure Data Lake Store Connection Manager | ||
| author | Lingxi-Li | ||
| ms.author | lingxl | ||
| ms.reviewer | |||
| ms.date | 03/02/2017 | ||
| ms.service | sql | ||
| ms.subservice | integration-services | ||
| ms.topic | how-to | ||
| f1_keywords |
|
[!INCLUDEsqlserver-ssis]
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:
- Microsoft Entra user identity
- Microsoft Entra service identity
The Azure Data Lake Store Connection Manager is a component of the SQL Server Integration Services (SSIS) Feature Pack for Azure.
[!INCLUDE entra-id]
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.
-
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.netortest.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 Active Directory 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 Microsoft Entra ID.
[!NOTE] When you select the Azure Active Directory User Identity authentication option, multifactor authentication and Microsoft account authentication are not supported.
-
-
If you select the Azure Active Directory Service Identity authentication option, do the following things:
-
Create a Microsoft Entra application and service principal to access the Data Lake Storage Gen1 data.
-
Assign appropriate permissions to let this Microsoft Entra application access your Data Lake Storage Gen1 resources. For more information about this authentication option, see Create a Microsoft Entra 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.
You can see the properties of the connection manager you created in the Properties window.