|
1 | 1 | ---
|
2 |
| -title: Migrate on-premises SSIS jobs to Azure Data Factory |
| 2 | +title: Migrate on-premises SQL Server Integration Services (SSIS) jobs to Azure Data Factory |
3 | 3 | description: This article describes how to migrate SQL Server Integration Services (SSIS) jobs to Azure Data Factory pipelines/activities/triggers by using SQL Server Management Studio.
|
4 | 4 | services: data-factory
|
5 | 5 | documentationcenter: ''
|
@@ -41,37 +41,37 @@ The feature described in this article requires SQL Server Management Studio vers
|
41 | 41 | 1. In SSMS, in Object Explorer, select SQL Server Agent, select Jobs, then right-click and select **Migrate SSIS Jobs to ADF**.
|
42 | 42 | 
|
43 | 43 |
|
44 |
| -1. *Sign In Azure, select Azure Subscription, Data Factory, and Integration Runtime. Azure Storage is optional, which is used in the package location mapping step if SSIS jobs to be migrated have SSIS File System packages. |
45 |
| - |
| 44 | +1. Sign In Azure, select Azure Subscription, Data Factory, and Integration Runtime. Azure Storage is optional, which is used in the package location mapping step if SSIS jobs to be migrated have SSIS File System packages. |
| 45 | + |
46 | 46 |
|
47 | 47 | 1. Map the paths of SSIS packages and configuration files in SSIS jobs to destination paths where migrated pipelines can access. In this mapping step, you can:
|
48 | 48 |
|
49 |
| - - Select a source folder, then **Add Mapping**. |
50 |
| - - Update source folder path. Valid paths are folder paths or parent folder paths of packages. |
51 |
| - - Update destination folder path. Default is relative path to the default Storage account, which is selected in step 1. |
52 |
| - - Delete a selected mapping via **Delete Mapping**. |
53 |
| - |
54 |
| - |
| 49 | + 1. Select a source folder, then **Add Mapping**. |
| 50 | + 1. Update source folder path. Valid paths are folder paths or parent folder paths of packages. |
| 51 | + 1. Update destination folder path. Default is relative path to the default Storage account, which is selected in step 1. |
| 52 | + 1. Delete a selected mapping via **Delete Mapping**. |
| 53 | + |
| 54 | + |
55 | 55 |
|
56 | 56 | 1. Select applicable jobs to migrate, and configure the settings of corresponding *Executed SSIS Package activity*.
|
57 | 57 |
|
58 | 58 | - *Default Setting*, applies to all selected steps by default. For more information of each property, see *Settings tab* for the [Execute SSIS Package activity](how-to-invoke-ssis-package-ssis-activity.md) when package location is *File System (Package)*.
|
59 |
| -  |
| 59 | +  |
60 | 60 | - *Step Setting*, configure setting for a selected step.
|
61 | 61 |
|
62 | 62 | **Apply Default Setting**: default is selected. Unselect to configure setting for selected step only.
|
63 | 63 | For more information of other properties, see *Settings tab* for the [Execute SSIS Package activity](how-to-invoke-ssis-package-ssis-activity.md) when package location is *File System (Package)*.
|
64 |
| -  |
| 64 | +  |
65 | 65 |
|
66 | 66 | 1. Generate and deploy ARM template.
|
67 |
| - - Select or input the output path for the ARM templates of the migrated ADF pipelines. Folder will be created automatically if not exists. |
68 |
| - - Select the option of **Deploy ARM templates to your data factory**: |
| 67 | + 1. Select or input the output path for the ARM templates of the migrated ADF pipelines. Folder will be created automatically if not exists. |
| 68 | + 2. Select the option of **Deploy ARM templates to your data factory**: |
69 | 69 | - Default is unselected. You can deploy generated ARM templates later manually.
|
70 | 70 | - Select to deploy generated ARM templates to data factory directly.
|
71 |
| -  |
| 71 | +  |
72 | 72 |
|
73 | 73 | 1. Migrate, then check results.
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 | ## Next steps
|
77 | 77 |
|
|
0 commit comments