Skip to content

Commit 7ca5c55

Browse files
committed
Clarify managed identity support for storage
1 parent 4596861 commit 7ca5c55

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite: integration
77
ms.reviewer: estfan, azla
88
ms.collection: ce-skilling-ai-copilot
99
ms.topic: how-to
10-
ms.date: 09/27/2024
10+
ms.date: 10/26/2024
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.
1212
---
1313

@@ -458,7 +458,7 @@ By default, your Standard logic app authenticates access to your Azure Storage a
458458

459459
1. On the logic app menu, under **Settings**, select **Configuration**.
460460

461-
1. On the **Workflow runtime settings** tab, for **Runtime Scale Monitoring**, select **On**.
461+
1. On the **Workflow runtime settings** tab, for **Runtime Scale Monitoring**, select **On**. If your logic app uses the App Service Environment (ASE) v3 hosting option, this step is not needed because ASE does not support **Runtime Scale Monitoring**.
462462

463463
1. On the **Configuration** toolbar, select **Save**.
464464

articles/logic-apps/single-tenant-overview-compare.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 09/12/2024
8+
ms.date: 10/26/2024
99
---
1010

1111
# Differences between Standard single-tenant logic apps versus Consumption multitenant logic apps
@@ -319,8 +319,6 @@ For the **Standard** logic app workflow, these capabilities have changed, or the
319319

320320
* **Azure API Management**: You currently can't import a **Standard** logic app resource into Azure API Management. However, you can import a **Consumption** logic app resource.
321321

322-
* **Authentication to backend storage**: Single-tenant Azure Logic Apps relies only on storage access keys to connect with the backend Azure Storage account. Alternative authentication methods, such as Microsoft Entra ID (Enterprise ID) and managed identity, currently aren't supported. So, when you deploy an Azure storage account alongside a **Standard** logic app, make sure that you enable storage access keys.
323-
324322
<a name="firewall-permissions"></a>
325323

326324
## Strict network and firewall traffic permissions

0 commit comments

Comments
 (0)