Azure Feature Pack
SQL Server Integration Services (SSIS) Feature Pack for Azure is an extension that provides the components listed on this page for SSIS to connect to Azure services, transfer data between Azure and on-premises data sources, and process data stored in Azure.
Components in the Feature Pack
Connection Managers
Tasks
Data Flow Components
Azure Blob Enumerator & ADLS File Enumerator. See Foreach Loop Container.
Download the Feature Pack
Download the SQL Server Integration Services (SSIS) Feature Pack for Azure.
Prerequisites
You must install the following prerequisites before installing this feature pack.
- SQL Server Integration Services
- .Net Framework 4.5
Scenarios
Big Data Processing
Use Azure Connector to complete following big data processing work:
Use the Azure Blob Upload Task to upload input data to Azure Blob Storage.
Use the Azure HDInsight Create Cluster Task to create an Azure HDInsight cluster. This step is optional if you want to use your own cluster.
Use the Azure HDInsight Hive Task or Azure HDInsight Pig Task to invoke a Pig or Hive job on the Azure HDInsight cluster.
Use the Azure HDInsight Delete Cluster Task to delete the HDInsight Cluster after use if you have created an on-demand HDInsight cluster in step #2.
Use the Azure HDInsight Blob Download Task to download the Pig/Hive output data from the Azure Blob Storage.
Cloud Data Archiving
Use the Azure Blob Destination in an SSIS package to write output data to an Azure Blob Storage, or use the Azure Blob Source to read data from an Azure Blob Storage.
And use the Foreach Loop Container with Azure Blob Enumerator to process data in multiple bob files.