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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -414,6 +414,13 @@ For an existing stateful workflow run, you can rerun the entire workflow with th
414
414
415
415
## Set up managed identity access to your storage account
416
416
417
+
> [!NOTE]
418
+
>
419
+
> Currently, you can't disable storage account key access for Standard logic apps that use the
420
+
> Workflow Service Plan hosting option. However, if your logic app uses the App Service Environment
421
+
> v3 hosting option, you can disable storage account key access after you finish the steps
422
+
> to set up managed identity authentication.
423
+
417
424
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.
418
425
419
426
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).
@@ -483,13 +490,6 @@ By default, your Standard logic app authenticates access to your Azure Storage a
483
490
484
491
**"AzureWebjobsStorage" app setting is not present.**
485
492
486
-
> [!NOTE]
487
-
>
488
-
> Currently, you can't yet disable storage account key access for Standard logic apps that use the
489
-
> Workflow Service Plan hosting option. However, if your logic app uses the App Service Environment
490
-
> v3 hosting option, you might be able to disable storage account key access after you finish the steps
0 commit comments