Skip to content

Commit 3832d34

Browse files
committed
Fix some issues
1 parent f9a31af commit 3832d34

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 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
@@ -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)