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/connectors/connectors-create-api-azureblobstorage.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 05/28/2022
8
+
ms.date: 07/30/2022
9
9
tags: connectors
10
10
---
11
11
@@ -293,7 +293,7 @@ You can add network security to an Azure storage account by [restricting access
293
293
294
294
- To access storage accounts behind firewalls using the Azure Blob Storage managed connector in Consumption, Standard, and ISE-based logic apps, review the following documentation:
295
295
296
-
-[Access storage accounts in same region with managed identities](#access-blob-storage-in-same-region-with-managed-identities)
296
+
-[Access storage accounts in same region with system managed identities](#access-blob-storage-in-same-region-with-system-managed-identities)
297
297
298
298
-[Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
299
299
@@ -345,7 +345,7 @@ To add your outbound IP addresses to the storage account firewall, follow these
345
345
346
346
You don't have to create a private endpoint. You can just permit traffic through the ISE outbound IPs on the storage account.
347
347
348
-
### Access Blob Storage in same region with managed identities
348
+
### Access Blob Storage in same region with system managed identities
349
349
350
350
To connect to Azure Blob Storage in any region, you can use [managed identities for authentication](../active-directory/managed-identities-azure-resources/overview.md). You can create an exception that gives Microsoft trusted services, such as a managed identity, access to your storage account through a firewall.
351
351
@@ -360,10 +360,9 @@ To use managed identities in your logic app to access Blob Storage, follow these
360
360
> [!NOTE]
361
361
> Limitations for this solution:
362
362
>
363
-
> - You must set up a managed identity to authenticate your storage account connection.
363
+
> - You must set up a system-assigned managed identity to authenticate your storage account connection. User-assigned managed
364
+
> identity will not work.
364
365
>
365
-
> - For Standard logic apps in the single-tenant Azure Logic Apps environment, only the system-assigned
366
-
> managed identity is available and supported, not the user-assigned managed identity.
0 commit comments