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/logic-apps/create-single-tenant-workflows-azure-portal.md
+54-24Lines changed: 54 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 03/16/2023
8
+
ms.date: 04/04/2023
9
9
ms.custom: ignite-fall-2021
10
10
11
11
# Customer intent: As a developer, I want to create my first example Standard logic app workflow that runs in single-tenant Azure Logic Apps using the Azure portal.
@@ -191,19 +191,15 @@ So now you'll add a trigger that starts your workflow.
191
191
192
192
## Add a trigger
193
193
194
-
This example workflow starts with the built-in [Request trigger](../connectors/connectors-native-reqres.md) named **When an HTTP request is received**. This trigger creates an endpoint that other services or logic app workflows can call and waits for those inbound calls or requests to arrive. Built-in triggers run natively in Azure Logic Apps.
194
+
This example workflow starts with the [built-in Request trigger](../connectors/connectors-native-reqres.md) named **When an HTTP request is received**. This trigger creates an endpoint that other services or logic app workflows can call and waits for those inbound calls or requests to arrive. Built-in operations run natively and directly within the Azure Logic Apps runtime.
195
195
196
196
### [Standard](#tab/standard)
197
197
198
-
1. On the workflow designer, make sure that your blank workflow is open and that the **Add an operation** prompt is selected on the designer surface.
198
+
1. On the workflow designer, make sure that your blank workflow is open and that the **Choose an operation** prompt is selected on the designer surface.
199
199
200
-

200
+
1. By using **request** as the search term, [follow these steps to add the built-in Request trigger named **When an HTTP request is received**](create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
201
201
202
-
1. Next to the designer surface, in the **Add a trigger** pane, under the **Choose an operation** search box, select **Built-in**.
203
-
204
-
1. In the **Choose an operation** search box, enter **request**, and select the Request trigger named **When a HTTP request is received**.
205
-
206
-

202
+

207
203
208
204
When the trigger appears on the designer, the trigger's information pane opens to show the trigger's properties, settings, and other actions.
209
205
@@ -219,42 +215,74 @@ This example workflow starts with the built-in [Request trigger](../connectors/c
219
215
220
216
1. On the workflow designer, make sure that your blank workflow is open and that the **Add a trigger** prompt is selected on the designer surface.
221
217
222
-
1. Follow the [steps to find the built-in Request trigger named **When an HTTP request is received** using **request** as the search term](create-workflow-with-trigger-or-action.md?tabs=standard-preview#add-a-trigger-to-start-your-workflow).
218
+
1. By using **request** as the search term, [follow these steps to add the built-in Request trigger named **When an HTTP request is received**](create-workflow-with-trigger-or-action.md?tabs=standard-preview#add-trigger) to your workflow.
219
+
220
+

223
221
224
222
When the trigger appears on the designer, the trigger's information pane opens to show the trigger's properties, settings, and other actions.
225
223
226
-
> [!NOTE]
227
-
>
228
-
> If the information pane doesn't appear, makes sure that the trigger is selected on the designer.
224
+

229
225
230
226
1. Save your workflow. On the designer toolbar, select **Save**.
231
227
232
228
---
233
229
234
230
When you save a workflow for the first time, and that workflow starts with a Request trigger, Azure Logic Apps automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
235
231
236
-
###Add the Office 365 Outlook action
232
+
## Add an action
237
233
238
-
* The [Office 365 Outlook action](../connectors/connectors-create-api-office365-outlook.md) named **Send an email**.
234
+
This example workflow continues with the [Office 365 Outlook managed connector action](../connectors/connectors-create-api-office365-outlook.md) named **Send an email**. Managed connector operations run in Azure versus natively and directly on the Azure Logic Apps runtime.
239
235
236
+
### [Standard](#tab/standard)
240
237
241
238
1. On the designer, under the trigger that you added, select the plus sign (**+**) > **Add an action**.
242
239
243
-
The **Choose an operation** prompt appears on the designer, and the **Add an action** pane reopens so that you can select the next action.
240
+
The **Choose an operation** prompt appears on the designer, and the **Add an action** pane opens so that you can select the next action.
241
+
242
+
1. By using **send email** as the search term, [follow these steps to add the Office 365 Outlook action that's named **Send an email (V2)**](create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
243
+
244
+

245
+
246
+
1. In the action's information pane, on the **Create Connection** tab, select **Sign in** so that you can create a connection to your email account.
247
+
248
+

249
+
250
+
1. When you're prompted for access to your email account, sign in with your account credentials.
244
251
245
252
> [!NOTE]
246
-
>
247
-
> If the **Add an action** pane shows the error message, **"Cannot read property 'filter' of undefined"**,
248
-
> save your workflow, reload the page, reopen your workflow, and try again.
253
+
> If you get the error message, **"Failed with error: 'The browser is closed.'. Please sign in again"**,
254
+
> check whether your browser blocks third-party cookies. If these cookies are blocked,
255
+
> try adding **https://portal.azure.com** to the list of sites that can use cookies.
256
+
> If you're using incognito mode, make sure that third-party cookies aren't blocked while working in that mode.
257
+
>
258
+
> If necessary, reload the page, open your workflow, add the email action again, and try creating the connection.
249
259
250
-
1. In the **Add an action** pane, under the **Choose an operation** search box, select **Azure**. This tab shows the managed connectors that are available and hosted in Azure.
260
+
After Azure creates the connection, the **Send an email** action appears on the designer and is selected by default. If the action isn't selected, select the action so that its information pane is also open.
261
+
262
+
1. In the action information pane, on the **Parameters** tab, provide the required information for the action, for example:
263
+
264
+

265
+
266
+
| Property | Required | Value | Description |
267
+
|----------|----------|-------|-------------|
268
+
|**To**| Yes | <*your-email-address*> | The email recipient, which can be your email address for test purposes. This example uses the fictitious email, **[email protected]**. |
269
+
|**Subject**| Yes |**An email from your example workflow**| The email subject |
270
+
|**Body**| Yes |**Hello from your example workflow!**| The email body content |
251
271
252
272
> [!NOTE]
253
-
> If the **Add an action** pane shows the error message,
254
-
> **"The access token expiry UTC time {*token-expiration-date-time*} is earlier than current UTC time {*current-date-time*}"**,
255
-
> save your workflow, reload the page, reopen your workflow, and try adding the action again.
273
+
> When making any changes in the information pane on the **Settings**, **Static Result**, or **Run After** tabs,
274
+
> make sure that you select **Done** to commit those changes before you switch tabs or change focus to the designer.
275
+
> Otherwise, the designer won't keep your changes.
276
+
277
+
1. Save your work. On the designer toolbar, select **Save**.
256
278
257
-
This example uses the Office 365 Outlook action that's named **Send an email (V2)**.
279
+
### [Standard (Preview)](#tab/standard-preview)
280
+
281
+
1. On the designer, under the trigger that you added, select the plus sign (**+**) > **Add an action**.
282
+
283
+
The **Browse operations** pane opens so that you can select the next action.
284
+
285
+
1. By using **send email** as the search term, [follow these steps to add the Office 365 Outlook action that's named **Send an email (V2)**](create-workflow-with-trigger-or-action.md?tabs=standard-preview#add-action) to your workflow.
258
286
259
287

260
288
@@ -291,6 +319,8 @@ When you save a workflow for the first time, and that workflow starts with a Req
291
319
292
320
1. Save your work. On the designer toolbar, select **Save**.
293
321
322
+
---
323
+
294
324
1. If your environment has strict network requirements or firewalls that limit traffic, you have to set up permissions for any trigger or action connections that exist in your workflow. To find the fully qualified domain names, review [Find domain names for firewall access](#firewall-setup).
295
325
296
326
Otherwise, to test your workflow, [manually trigger a run](#trigger-workflow).
0 commit comments