Skip to content

Commit d0b0718

Browse files
authored
Merge pull request #113331 from lrtoyou1223/editmiagentdoc
Editmiagentdoc
2 parents 627bbb3 + f589f98 commit d0b0718

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
services: data-factory
55
documentationcenter: ''
66
ms.service: data-factory
@@ -11,7 +11,7 @@ author: lle
1111
ms.date: 04/14/2020
1212
---
1313

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
1515
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.
1616

1717
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
7373

7474
![Options for file source type](./media/how-to-invoke-ssis-package-managed-instance-agent/package-source-file-system.png)
7575

76-
The package path is **\\<storage account name>.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`**.
7777

7878
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**.
7979

@@ -84,11 +84,14 @@ In this procedure, you use Azure SQL Database Managed Instance Agent to run an S
8484
Enter the corresponding domain, username, and password to access the network share package file.
8585
1. If your package file is encrypted with a password, select **Encryption password** and enter the password.
8686
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`**.
8788
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>`**.
8992
1. On the **Set values** tab, you can enter the property path and value to override the package properties.
9093

91-
For example, to override the value of your user variable, enter its path in the following format: **\Package.Variables[User::<variable name>].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`**.
9295
1. Select **OK** to save the agent job configuration.
9396
1. Start the agent job to run the SSIS package.
9497

0 commit comments

Comments
 (0)