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
+14-2Lines changed: 14 additions & 2 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: 07/08/2024
8
+
ms.date: 07/16/2024
9
9
# 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.
10
10
---
11
11
@@ -408,6 +408,8 @@ By default, your Standard logic app authenticates access to your Azure Storage a
408
408
409
409
1. Copy and save the URIs for **Blob service**, **Queue service**, and **Table service**.
410
410
411
+
### Add role assignments for your managed identity
412
+
411
413
1. On your storage account, add the necessary role assignments for your user-assigned identity:
412
414
413
415
1. On the storage account menu, select **Access control (IAM)**.
@@ -423,7 +425,17 @@ By default, your Standard logic app authenticates access to your Azure Storage a
423
425
424
426
For more information, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml) and [Understand role assignments](../role-based-access-control/role-assignments.md).
425
427
426
-
1. Go to your Standard logic app. On the logic app menu, select **Overview**.
428
+
### Set up your Standard logic app
429
+
430
+
1. On your Standard logic app, enable runtime scale monitoring by following these steps:
431
+
432
+
1. On the logic app menu, under **Settings**, select **Configuration**.
433
+
434
+
1. On the **Workflow runtime settings** tab, for **Runtime Scale Monitori...**, select **On**.
435
+
436
+
1. On the **Configuration** toolbar, select **Save**.
437
+
438
+
1. On the logic app menu, select **Overview**.
427
439
428
440
1. On the **Overview** page toolbar, select **Stop**.
0 commit comments