Skip to content

Commit 6742058

Browse files
committed
fix errors
1 parent 59bf155 commit 6742058

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

articles/data-factory/how-to-use-sql-managed-instance-with-ir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can now move your SQL Server Integration Services (SSIS) projects, packages,
1818
- [Execute SSIS packages by Azure SQL Managed Instance Agent job](how-to-invoke-ssis-package-managed-instance-agent.md)
1919
- [Clean up SSISDB logs by Azure SQL Managed Instance Agent job](#clean-up-ssisdb-logs)
2020
- [Azure-SSIS IR failover with Azure SQL Managed Instance](configure-bcdr-azure-ssis-integration-runtime.md)
21-
- [Migrate on-premises SSIS workloads to SSIS in ADF with Azure SQL Managed Instance as database workload destination](scenario-ssis-migration-overview.md#azure-sql-managed-instance-as-database-workload-destination)
21+
- [Migrate on-premises SSIS workloads to SSIS in ADF](scenario-ssis-migration-overview.md)
2222

2323
## Provision Azure-SSIS IR with SSISDB hosted by Azure SQL Managed Instance
2424

articles/data-factory/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ landingContent:
119119
linkLists:
120120
- linkListType: overview
121121
links:
122-
- text: Migrate SSIS packages to Azure SQL Managed Instance
123-
url: ./scenario-ssis-migration-ssisdb-mi.md
122+
- text: SSIS migration assessment rules
123+
url: ./scenario-ssis-migration-rules.md
124124
- linkListType: concept
125125
links:
126126
- text: Integration runtime in Azure Data Factory

articles/data-factory/scenario-ssis-migration-overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ Get [DMA](/sql/dma/dma-overview), and [perform your package assessment with it](
4848

4949
## Migration
5050

51-
Depending on the [storage types](#four-storage-types-for-ssis-packages) of source SSIS packages and the migration destination of database workloads, the steps to migrate **SSIS packages** and **SQL Server Agent jobs** that schedule SSIS package executions may vary. There are two scenarios:
52-
53-
- [**Azure SQL Managed Instance** as database workload destination](#azure-sql-managed-instance-as-database-workload-destination)
54-
- [**Azure SQL Database** as database workload destination](#azure-sql-database-as-database-workload-destination)
51+
Depending on the [storage types](#four-storage-types-for-ssis-packages) of source SSIS packages, the steps to migrate **SSIS packages** and **SQL Server Agent jobs** that schedule SSIS package executions may vary.
5552

5653
It is also a practical way to use [SSIS DevOps Tools](/sql/integration-services/devops/ssis-devops-overview), to do batch package redeployment to the migration destination.
5754

0 commit comments

Comments
 (0)