Skip to content

Commit eb77371

Browse files
Merge pull request #288932 from snshivakumar/patch-3
Update LA Standard Managed-Identity Auth to Storage Account with Clarity on ASEv3
2 parents 82e6e2b + ea8bfb3 commit eb77371

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,13 @@ For an existing stateful workflow run, you can rerun the entire workflow with th
416416

417417
By default, your Standard logic app authenticates access to your Azure Storage account by using a connection string. However, you can set up a user-assigned managed identity to authenticate access instead.
418418

419+
> [!NOTE]
420+
>
421+
> Currently, you can't disable storage account key access for Standard logic apps that use the
422+
> Workflow Service Plan hosting option. However, if your logic app uses the App Service Environment
423+
> v3 hosting option, you can disable storage account key access after you finish the steps
424+
> to set up managed identity authentication.
425+
419426
1. In the [Azure portal](https://portal.azure.com), [follow these steps to create a user-assigned managed identity](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity).
420427

421428
1. From your user-assigned identity, get the resource ID:
@@ -447,7 +454,7 @@ By default, your Standard logic app authenticates access to your Azure Storage a
447454

448455
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).
449456

450-
1. On your Standard logic app, enable runtime scale monitoring:
457+
1. If your Standard logic app uses the hosting option named **Workflow Service Plan**, enable runtime scale monitoring:
451458

452459
1. On the logic app menu, under **Settings**, select **Configuration**.
453460

0 commit comments

Comments
 (0)