Skip to content

Commit b803ab0

Browse files
committed
Added new monitoring info from PM blog post.
1 parent c626e58 commit b803ab0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

280 KB
Loading

docs/integration-services/lift-shift/ssis-azure-deploy-run-monitor-tutorial.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,15 @@ You can also select a package in Object Explorer, right-click and select **Repor
186186

187187
For more info about how to monitor running packages in SSMS, see [Monitor Running Packages and Other Operations](https://docs.microsoft.com/sql/integration-services/performance/monitor-running-packages-and-other-operations).
188188

189+
If you're running a package as part of an Azure Data Factory pipeline with the Execute SSIS Package activity, you can monitor the pipeline runs in the Data Factory UI. Then you can get the SSISDB execution ID from the output of the activity run, and use the ID to check more comprehensive execution logs and error messages in SSMS.
190+
191+
![Get the package execution ID in Data Factory](media/ssis-azure-deploy-run-monitor-tutorial/get-execution-id.png)
192+
189193
## Monitor the Azure-SSIS Integration Runtime
190194

191-
To get status info about the Azure-SSIS Integration Runtime in which packages are running, use the following PowerShell commands. For each of the commands, provide the names of the Data Factory, the Azure-SSIS IR, and the resource group. For more info, see [Monitor Azure-SSIS integration runtime](https://docs.microsoft.com/azure/data-factory/monitor-integration-runtime#azure-ssis-integration-runtime).
195+
To get status info about the Azure-SSIS Integration Runtime in which packages are running, use the following PowerShell commands. For each of the commands, provide the names of the Data Factory, the Azure-SSIS IR, and the resource group.
196+
197+
For more info, see [Monitor Azure-SSIS integration runtime](https://docs.microsoft.com/azure/data-factory/monitor-integration-runtime#azure-ssis-integration-runtime).
192198

193199
### Get metadata about the Azure-SSIS Integration Runtime
194200

0 commit comments

Comments
 (0)