Skip to content

Commit 74bd0db

Browse files
committed
Update dates
1 parent 86d9080 commit 74bd0db

9 files changed

+36
-30
lines changed

articles/logic-apps/logic-apps-scenario-function-sb-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: ecfan
88
ms.reviewer: jehollan, klam, LADocs
99
ms.topic: article
1010
ms.assetid: 19cbd921-7071-4221-ab86-b44d0fc0ecef
11-
ms.date: 05/23/2016
11+
ms.date: 08/25/2018
1212
---
1313

1414
# Scenario: Trigger logic apps with Azure Functions and Azure Service Bus

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

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: derek1ee
88
ms.author: deli
99
ms.reviewer: klam, estfan, LADocs
1010
ms.topic: article
11-
ms.date: 09/18/2017
11+
ms.date: 08/25/2018
1212
---
1313

1414
# Connect to on-premises file systems with Azure Logic Apps
@@ -48,7 +48,7 @@ you create the file system connection from your logic app.
4848
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md).
4949
For this example, you need a blank logic app.
5050

51-
## Add trigger and actions
51+
## Add trigger
5252

5353
[!INCLUDE [Create connection general intro](../../includes/connectors-create-connection-general-intro.md)]
5454

@@ -59,29 +59,37 @@ and open your logic app in Logic App Designer, if not open already.
5959
From the triggers list, select this trigger:
6060
**When a file is created**
6161

62+
![Select Dropbox trigger](media/logic-apps-using-file-connector/select-dropbox-trigger.png)
63+
64+
1. Sign in with your Dropbox account credentials,
65+
and authorize access to your Dropbox data for Azure Logic Apps.
66+
67+
1. Provide the required information for your trigger.
68+
69+
![Dropbox trigger](media/logic-apps-using-file-connector/dropbox-trigger.png)
70+
71+
## Add actions
72+
6273
1. Under the trigger, choose **Next step**.
6374
In the search box, enter "file system" as your filter.
6475
From the actions list, select this action:
6576
**Create file - File System**
6677

67-
![Find File System connector](media/logic-apps-using-file-connector/search-file-connector.png)
78+
![Find File System connector](media/logic-apps-using-file-connector/find-file-system-action.png)
6879

6980
1. If you don't already have a connection to your file system,
70-
you're prompted to create a connection.
71-
72-
1. When you're prompted to sign in,
73-
select **Connect via on-premise data gateway**
74-
and provide the necessary connection information.
75-
76-
![Configure connection](media/logic-apps-using-file-connector/create-file.png)
77-
78-
| Setting | Description |
79-
| ------- | ----------- |
80-
| **Root folder** | Specify the root folder for your file system. You can specify a local folder on the machine where the on-premises data gateway is installed, or the folder can be a network share that the machine can access. <p>**Tip:** The root folder is the main parent folder, which is used for relative paths for all file-related actions. |
81-
| **Authentication type** | The type of authentication that's used by your file system |
82-
| **Username** | Provide your username {*domain*\\*username*} for your previously installed gateway. |
83-
| **Password** | Provide your password for your previously installed gateway. |
84-
| **Gateway** | Select your previously installed gateway. |
81+
you're prompted to create a connection.
82+
83+
![Create connection](media/logic-apps-using-file-connector/file-system-connection.png)
84+
85+
| Property | Required | Value | Description |
86+
| -------- | -------- | ----- | ----------- |
87+
| **Connection Name** | Yes | <*connection-name*> | The name you want for your connection |
88+
| **Root folder** | Yes | <*root-folder-name*> | The root folder for your file system, 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. |
89+
| **Authentication Type** | No | <*auth-type*> | The type of authentication that your file system uses, for example, **Windows** |
90+
| **Username** | Yes | <*domain*>\\<*username*> | The username for your previously installed data gateway |
91+
| **Password** | Yes | <*your-password*> | The password for your previously installed data gateway |
92+
| **gateway** | Yes | <*installed-gateway-name*> | The name for your previously installed gateway |
8593
|||
8694

8795
1. When you're done, choose **Create**.
@@ -90,27 +98,26 @@ and provide the necessary connection information.
9098
making sure that the connection works properly.
9199
If the connection is set up correctly,
92100
options appear for the action that you previously selected.
93-
The file system connector is now ready for use.
94101

95-
1. In the **Create file** action, provide the necessary details
102+
1. In the **Create file** action, provide the details
96103
for copying files from Dropbox to the root folder in your
97-
on-premises file share.
104+
on-premises file share. To add outputs from previous steps,
105+
click inside the boxes, and select from available fields
106+
when the dynamic content list appears.
98107

99108
![Create file action](media/logic-apps-using-file-connector/create-file-filled.png)
100109

101110
1. Now, add an Outlook action that sends an email
102-
so that the appropriate users know about the new file.
111+
so the appropriate users know about the new file.
103112
Enter the recipients, title, and body of the email.
104-
105-
From the dynamic content list, you can choose data outputs
106-
from the file connector so you can add more details to the email.
113+
For testing, you can use your own email address.
107114

108115
![Send email action](media/logic-apps-using-file-connector/send-email.png)
109116

110117
1. Save your logic app. Test your app by uploading a file to Dropbox.
111118

112-
The file should get copied to the on-premises file share,
113-
and you should receive an email about the operation.
119+
Your logic app should copy the file to your on-premises file share,
120+
and send the recipients an email about the copied file.
114121

115122
## Connector reference
116123

@@ -128,6 +135,5 @@ review the connector's [reference page](/connectors/fileconnector/).
128135

129136
## Next steps
130137

131-
* [Connect to on-premises data](../logic-apps/logic-apps-gateway-connection.md)
138+
* Learn how to [connect to on-premises data](../logic-apps/logic-apps-gateway-connection.md)
132139
* Learn about other [Logic Apps connectors](../connectors/apis-list.md)
133-
* [Enterprise integration for B2B scenarios](../logic-apps/logic-apps-enterprise-integration-overview.md)
12.8 KB
Loading
-1.97 KB
Loading
13.1 KB
Loading
21.7 KB
Loading
22.8 KB
Loading
15.6 KB
Loading
38 Bytes
Loading

0 commit comments

Comments
 (0)