Skip to content

Commit d193456

Browse files
committed
Fix some issues
1 parent a9b4939 commit d193456

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@
581581
items:
582582
- name: Run SSIS packages in Azure from SSDT
583583
href: how-to-invoke-ssis-package-ssdt.md
584+
- name: Run SSIS packages with Azure SQL Managed Instance Agent
585+
href: how-to-invoke-ssis-package-mi-agent.md
584586
- name: Run SSIS packages with Azure-enabled dtexec
585587
href: how-to-invoke-ssis-package-azure-enabled-dtexec.md
586588
- name: Run SSIS packages with Execute SSIS Package activity

articles/data-factory/how-to-invoke-ssis-package-mi-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this step, you use Azure SQL Managed Instance Agent to invoke SSIS packages t
4646
9. Start the Agent Job to execute the SSIS package.
4747

4848

49-
## Run SSIS packages in File System by Azure SQL Managed Instance Agent
49+
## Run SSIS packages in file system by Azure SQL managed instance agent
5050
In this step, you use Azure SQL Managed Instance Agent to invoke SSIS packages that is stored in File System to run.
5151
1. In the latest version of SSMS, connect to Azure SQL Managed Instance.
5252
2. Create a new Agent Job and a new Job step.
@@ -78,7 +78,7 @@ In this step, you use Azure SQL Managed Instance Agent to invoke SSIS packages t
7878
10. Start the Agent Job to execute the SSIS package.
7979

8080

81-
## Cancel SSIS Package Execution
81+
## Cancel SSIS package execution
8282
To cancel package execution from an Azure SQL Managed Agent job, you should follow below steps instead of directly stopping the agent job.
8383
1. Find your SQL agent **jobId** from **msdb.dbo.sysjobs**.
8484
2. Find corresponding SSIS **executionId** based on the job ID by below query:
@@ -91,5 +91,5 @@ In this step, you use Azure SQL Managed Instance Agent to invoke SSIS packages t
9191

9292
4. Stop corresponding operation based on **executionId**.
9393

94-
## Next Steps
94+
## Next steps
9595
You can also schedule SSIS packages using Azure Data Factory. For step-by-step instructions, see [Azure Data Factory Event Trigger](how-to-create-event-trigger.md).

0 commit comments

Comments
 (0)