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
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,13 +263,14 @@ This example workflow continues with the [Office 365 Outlook managed connector a
263
263
264
264
1. By using **office send an 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.
265
265
266
-
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.
266
+
1. In the action's information pane, under **Create a new connection**, select **Sign in** so that you can create a connection to your email account.
267
267
268
-

268
+
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/send-email-action-sign-in.png" alt-text="Screenshot shows workflow designer, action named Send an email (V2), and action pane with Sign in button.":::
269
269
270
270
1. When you're prompted for access to your email account, sign in with your account credentials.
271
271
272
272
> [!NOTE]
273
+
>
273
274
> If you get the error message, **"Failed with error: 'The browser is closed.'. Please sign in again"**,
274
275
> check whether your browser blocks third-party cookies. If these cookies are blocked,
275
276
> try adding **https://portal.azure.com** to the list of sites that can use cookies.
@@ -312,7 +313,7 @@ To delete an item in your workflow from the designer, follow any of these steps:
312
313
313
314
* Select the item so that information pane opens for that item. In the pane's upper right corner, open the ellipses (**...**) menu, and select **Delete**. To confirm, select **OK**.
314
315
315
-

316
+
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/delete-item-from-designer.png" alt-text="Screenshot shows workflow designer with selected trigger, opened trigger information pane, and selected ellipses button and selected Delete command.":::
316
317
317
318
> [!TIP]
318
319
>
@@ -495,19 +496,19 @@ To debug a stateless workflow more easily, you can enable the run history for th
495
496
496
497
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
497
498
498
-
1. On the logic app menu, under **Settings**, select **Configuration**.
499
+
1. On the logic app menu, under **Settings**, select **Environment variables**.
499
500
500
-
1. On the **Application settings** tab, select **New application setting**.
501
+
1. On the **App settings** tab, select **Add**.
501
502
502
-
1. On the **Add/Edit application setting** pane, in the **Name** box, enter this operation option name:
503
+
1. On the **Add/Edit application setting** pane, in the **Name** box, enter the following app setting name:
1. In the **Value** box, enter the following value: **WithStatelessRunHistory**
507
508
508
-

509
+
:::image type="content" source="media/create-single-tenant-workflows-azure-portal/stateless-operation-options-run-history.png" alt-text="Screenshot shows Standard logic app with open Environment variables page and open pane for Add/Edit application setting.":::
509
510
510
-
1. To finish this task, select **OK**. On the **Configuration** pane toolbar, select **Save**.
511
+
1. To finish this task, select **Apply**.
511
512
512
513
1. To disable the run history when you're done, either set the property named **Workflows.{*your-workflow-name*}.OperationOptions** to **None**, or delete the property and its value.
0 commit comments