Skip to content

Commit 950fdd3

Browse files
committed
Updates
1 parent d565374 commit 950fdd3

7 files changed

+58
-24
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 54 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 03/16/2023
8+
ms.date: 04/04/2023
99
ms.custom: ignite-fall-2021
1010

1111
# 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.
191191

192192
## Add a trigger
193193

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.
195195

196196
### [Standard](#tab/standard)
197197

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.
199199

200-
![Screenshot showing workflow designer with selected shape named Choose an operation.](./media/create-single-tenant-workflows-azure-portal/opened-logic-app-designer-blank-workflow-standard.png)
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.
201201

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-
![Screenshot showing pane named Add a trigger with selected trigger named When a HTTP request is received.](./media/create-single-tenant-workflows-azure-portal/find-request-trigger-standard.png)
202+
![Screenshot showing pane named Add a trigger with selected trigger named When a HTTP request is received.](./media/create-single-tenant-workflows-azure-portal/find-request-trigger.png)
207203

208204
When the trigger appears on the designer, the trigger's information pane opens to show the trigger's properties, settings, and other actions.
209205

@@ -219,42 +215,74 @@ This example workflow starts with the built-in [Request trigger](../connectors/c
219215

220216
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.
221217

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+
![Screenshot showing preview picker with selected trigger named When a HTTP request is received.](./media/create-single-tenant-workflows-azure-portal/find-request-trigger-preview.png)
223221

224222
When the trigger appears on the designer, the trigger's information pane opens to show the trigger's properties, settings, and other actions.
225223

226-
> [!NOTE]
227-
>
228-
> If the information pane doesn't appear, makes sure that the trigger is selected on the designer.
224+
![Screenshot showing the preview workflow designer and trigger information pane.](./media/create-single-tenant-workflows-azure-portal/request-trigger-added-to-designer-preview.png)
229225

230226
1. Save your workflow. On the designer toolbar, select **Save**.
231227

232228
---
233229

234230
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.
235231

236-
### Add the Office 365 Outlook action
232+
## Add an action
237233

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.
239235

236+
### [Standard](#tab/standard)
240237

241238
1. On the designer, under the trigger that you added, select the plus sign (**+**) > **Add an action**.
242239

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+
![Screenshot showing the designer, the pane named Add an action, and the selected Office 365 Outlook named Send an email.](./media/create-single-tenant-workflows-azure-portal/find-send-email-action.png)
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+
![Screenshot showing the designer, the pane named Send an email (V2) with Sign in button selected.](./media/create-single-tenant-workflows-azure-portal/send-email-action-sign-in.png)
249+
250+
1. When you're prompted for access to your email account, sign in with your account credentials.
244251

245252
> [!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.
249259
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+
![Screenshot that shows the designer and the "Send an email" information pane with the "Parameters" tab selected.](./media/create-single-tenant-workflows-azure-portal/send-email-action-details.png)
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 |
251271

252272
> [!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**.
256278

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.
258286

259287
![Screenshot showing the designer, the pane named Add an action, and the selected Office 365 Outlook named Send an email.](./media/create-single-tenant-workflows-azure-portal/find-send-email-action.png)
260288

@@ -291,6 +319,8 @@ When you save a workflow for the first time, and that workflow starts with a Req
291319
292320
1. Save your work. On the designer toolbar, select **Save**.
293321

322+
---
323+
294324
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).
295325

296326
Otherwise, to test your workflow, [manually trigger a run](#trigger-workflow).

articles/logic-apps/create-workflow-with-trigger-or-action.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The following steps use the Azure portal, but you can also use the following too
3232

3333
- Standard workflows: [Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md)
3434

35+
<a name="add-trigger"></a>
36+
3537
## Add a trigger to start your workflow
3638

3739
### [Consumption](#tab/consumption)
@@ -140,6 +142,8 @@ The following steps use the Azure portal, but you can also use the following too
140142

141143
---
142144

145+
<a name="add-action"></a>
146+
143147
## Add an action to run a task
144148

145149
### [Consumption](#tab/consumption)
22.3 KB
Loading
Loading

0 commit comments

Comments
 (0)