Skip to content

Commit 141d939

Browse files
authored
Merge pull request #113268 from ecfan/file-system
Add local user as credentials for File System connector
2 parents 5435255 + 5f9a920 commit 141d939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-using-file-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam, estfan, logicappspm
8+
ms.reviewer: jonfan, estfan, logicappspm
99
ms.topic: article
1010
ms.date: 01/13/2019
1111
---
@@ -71,7 +71,7 @@ This article shows how you can connect to an on-premises file system as describe
7171
| **Connection Name** | Yes | <*connection-name*> | The name you want for your connection |
7272
| **Root folder** | Yes | <*root-folder-name*> | The root folder for your file system, for example, if you installed your on-premises data gateway such as a local folder on the computer where the on-premises data gateway is installed, or the folder for a network share that the computer can access. <p>For example: `\\PublicShare\\DropboxFiles` <p>The root folder is the main parent folder, which is used for relative paths for all file-related actions. |
7373
| **Authentication Type** | No | <*auth-type*> | The type of authentication that your file system uses: **Windows** |
74-
| **Username** | Yes | <*domain*>\\<*username*> | The username for the computer where you have your file system |
74+
| **Username** | Yes | <*domain*>\\<*username*> <p>-or- <p><*local-computer*>\\<*username*> | The username for the computer where you have your file system folder. <p>If your file system folder is on the same computer as the on-premises data gateway, you can use <*local-computer*>\\<*username*>. |
7575
| **Password** | Yes | <*your-password*> | The password for the computer where you have your file system |
7676
| **gateway** | Yes | <*installed-gateway-name*> | The name for your previously installed gateway |
7777
|||||

0 commit comments

Comments
 (0)