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
+
> - To authenticate your storage account connection, you have to set up a system-assigned managed identity.
364
+
> A user-assigned managed identity won't 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.
@@ -706,8 +706,8 @@ The built-in HTTP trigger or action can use the system-assigned identity that yo
706
706
As a specific example, suppose that you want to run the [Snapshot Blob operation](/rest/api/storageservices/snapshot-blob) on a blob in the Azure Storage account where you previously set up access for your identity. However, the [Azure Blob Storage connector](/connectors/azureblob/) doesn't currently offer this operation. Instead, you can run this operation by using the [HTTP action](logic-apps-workflow-actions-triggers.md#http-action) or another [Blob Service REST API operation](/rest/api/storageservices/operations-on-blobs).
707
707
708
708
> [!IMPORTANT]
709
-
> To access Azure storage accounts behind firewalls by using HTTP requests and managed identities,
710
-
> make sure that you also set up your storage account with the [exception that allows access by trusted Microsoft services](../connectors/connectors-create-api-azureblobstorage.md#access-blob-storage-in-same-region-with-managed-identities).
709
+
> To access Azure storage accounts behind firewalls by using the Azure Blob connector and managed identities,
710
+
> make sure that you also set up your storage account with the [exception that allows access by trusted Microsoft services](../connectors/connectors-create-api-azureblobstorage.md#access-blob-storage-in-same-region-with-system-managed-identities).
711
711
712
712
To run the [Snapshot Blob operation](/rest/api/storageservices/snapshot-blob), the HTTP action specifies these properties:
0 commit comments