Skip to content

Commit 75fcfb5

Browse files
committed
update per doc review comments
1 parent 6505e38 commit 75fcfb5

File tree

10 files changed

+17
-15
lines changed

10 files changed

+17
-15
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,8 @@
675675
href: scenario-ssis-migration-overview.md
676676
- name: SSISDB migration to Azure SQL Database managed instance
677677
href: scenario-ssis-migration-ssisdb-mi.md
678+
- name: SSIS jobs migration to Azure Data Factory
679+
href: how-to-migrate-ssis-job-ssms.md
678680
- name: Reference
679681
items:
680682
- name: Data flow script

articles/data-factory/how-to-migrate-ssis-job-ssms.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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
33
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.
44
services: data-factory
55
documentationcenter: ''
@@ -41,37 +41,37 @@ The feature described in this article requires SQL Server Management Studio vers
4141
1. In SSMS, in Object Explorer, select SQL Server Agent, select Jobs, then right-click and select **Migrate SSIS Jobs to ADF**.
4242
![menu](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-menu.png)
4343

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-
![menu](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step1.png)
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+
![menu](media/how-to-migrate-ssis-job-ssms/step1.png)
4646

4747
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:
4848

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-
![step2](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step2.png)
54-
![step2-1](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step2-1.png)
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+
![step2](media/how-to-migrate-ssis-job-ssms/step2.png)
54+
![step2-1](media/how-to-migrate-ssis-job-ssms/step2-1.png)
5555

5656
1. Select applicable jobs to migrate, and configure the settings of corresponding *Executed SSIS Package activity*.
5757

5858
- *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-
![step3-1](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step3-1.png)
59+
![step3-1](media/how-to-migrate-ssis-job-ssms/step3-1.png)
6060
- *Step Setting*, configure setting for a selected step.
6161

6262
**Apply Default Setting**: default is selected. Unselect to configure setting for selected step only.
6363
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-
![step3-2](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step3-2.png)
64+
![step3-2](media/how-to-migrate-ssis-job-ssms/step3-2.png)
6565

6666
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**:
6969
- Default is unselected. You can deploy generated ARM templates later manually.
7070
- Select to deploy generated ARM templates to data factory directly.
71-
![step4](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step4.png)
71+
![step4](media/how-to-migrate-ssis-job-ssms/step4.png)
7272

7373
1. Migrate, then check results.
74-
![step5](media/how-to-migrate-ssis-job-ssms/migrate-ssis-job-step5.png)
74+
![step5](media/how-to-migrate-ssis-job-ssms/step5.png)
7575

7676
## Next steps
7777

0 commit comments

Comments
 (0)