Skip to content

Commit a2800ee

Browse files
Merge pull request #289269 from xuehongg/mybranch7
Logic App Standard: Small modification to clarify managed identity support for storage
2 parents 309eae2 + 37d606b commit a2800ee

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 7 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

@@ -454,7 +454,12 @@ By default, your Standard logic app authenticates access to your Azure Storage a
454454

455455
1. [Follow these steps to add the user-assigned managed identity to your Standard logic app resource](authenticate-with-managed-identity.md?tabs=standard#add-user-assigned-identity-to-logic-app-in-the-azure-portal).
456456

457-
1. If your Standard logic app uses the hosting option named **Workflow Service Plan**, enable runtime scale monitoring:
457+
1. If your Standard logic app uses the hosting option named **Workflow Service Plan**, enable runtime scale monitoring:
458+
459+
> [!NOTE]
460+
>
461+
> If your logic app uses the App Service Environment (ASE) v3 hosting option, skip
462+
> the steps for runtime scale monitoring because ASE doesn't support this capability.
458463
459464
1. On the logic app menu, under **Settings**, select **Configuration**.
460465

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)