You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/how-to-invoke-ssis-package-managed-instance-agent.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Run SSIS packages by using Azure SQL Database Managed Instance Agent
3
-
description: Learn how to run SSIS packages by using Azure SQL Database Managed Instance Agent.
2
+
title: Schedule SSIS package executions by using Azure SQL Database Managed Instance Agent
3
+
description: Learn how to schedule SSIS package executions by using Azure SQL Database Managed Instance Agent.
4
4
services: data-factory
5
5
documentationcenter: ''
6
6
ms.service: data-factory
@@ -11,7 +11,7 @@ author: lle
11
11
ms.date: 04/14/2020
12
12
---
13
13
14
-
# Run SSIS packages by using Azure SQL Database Managed Instance Agent
14
+
# Schedule SSIS package executions by using Azure SQL Database Managed Instance Agent
15
15
This article describes how to run a SQL Server Integration Services (SSIS) package by using Azure SQL Database Managed Instance Agent. This feature provides behaviors that are similar to when you schedule SSIS packages by using SQL Server Agent in your on-premises environment.
16
16
17
17
With this feature, you can run SSIS packages that are stored in SSISDB in an Azure SQL Database managed instance or a file system like Azure Files.
@@ -73,7 +73,7 @@ In this procedure, you use Azure SQL Database Managed Instance Agent to run an S
73
73
74
74

75
75
76
-
The package path is **\\<storageaccountname>.file.core.windows.net\<file share name>\<package name>.dtsx**.
76
+
The package path is **`\\<storage account name>.file.core.windows.net\<file share name>\<package name>.dtsx`**.
77
77
78
78
Under **Package file access credential**, enter the Azure file account name and account key to access the Azure file. The domain is set as **Azure**.
79
79
@@ -84,11 +84,14 @@ In this procedure, you use Azure SQL Database Managed Instance Agent to run an S
84
84
Enter the corresponding domain, username, and password to access the network share package file.
85
85
1. If your package file is encrypted with a password, select **Encryption password** and enter the password.
86
86
1. On the **Configurations** tab, enter the configuration file path if you need a configuration file to run the SSIS package.
87
+
If you store your configuration in Azure Files, its configuration path will be **`\\<storage account name>.file.core.windows.net\<file share name>\<configuration name>.dtsConfig`**.
87
88
1. On the **Execution options** tab, you can choose whether to use **Windows authentication** or **32-bit runtime** to run the SSIS package.
88
-
1. On the **Logging** tab, you can choose the logging path and corresponding logging access credential to store the log files. By default, the logging path is the same as the package folder path, and the logging access credential is the same as the package access credential.
89
+
1. On the **Logging** tab, you can choose the logging path and corresponding logging access credential to store the log files.
90
+
By default, the logging path is the same as the package folder path, and the logging access credential is the same as the package access credential.
91
+
If you store your logs in Azure Files, your logging path will be **`\\<storage account name>.file.core.windows.net\<file share name>\<log folder name>`**.
89
92
1. On the **Set values** tab, you can enter the property path and value to override the package properties.
90
93
91
-
For example, to override the value of your user variable, enter its path in the following format: **\Package.Variables[User::<variablename>].Value**.
94
+
For example, to override the value of your user variable, enter its path in the following format: **`\Package.Variables[User::<variable name>].Value`**.
92
95
1. Select **OK** to save the agent job configuration.
0 commit comments