Skip to content

Commit 705e4d5

Browse files
author
ecfan
committed
Add runtime scale monitoring requirement
1 parent 1788d52 commit 705e4d5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

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

Lines changed: 14 additions & 2 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: 07/08/2024
8+
ms.date: 07/16/2024
99
# 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.
1010
---
1111

@@ -408,6 +408,8 @@ By default, your Standard logic app authenticates access to your Azure Storage a
408408

409409
1. Copy and save the URIs for **Blob service**, **Queue service**, and **Table service**.
410410

411+
### Add role assignments for your managed identity
412+
411413
1. On your storage account, add the necessary role assignments for your user-assigned identity:
412414

413415
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
423425

424426
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).
425427

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**.
427439

428440
1. On the **Overview** page toolbar, select **Stop**.
429441

0 commit comments

Comments
 (0)