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
+11-6Lines changed: 11 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: 02/16/2023
8
+
ms.date: 02/21/2023
9
9
tags: connectors
10
10
---
11
11
@@ -439,17 +439,17 @@ You can add network security to an Azure storage account by [restricting access
439
439
440
440
- To access storage accounts behind firewalls using the Azure Blob Storage managed connector in Consumption and ISE-based logic apps, review the following documentation:
441
441
442
-
> [!NOTE]
443
-
>
444
-
> The following solutions don't apply to Standard logic apps.
445
-
446
442
-[Access storage accounts in same region with system-managed identities](#access-blob-storage-in-same-region-with-system-managed-identities)
447
443
448
444
-[Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
449
445
450
446
- To access storage accounts behind firewalls using the ISE-versioned Azure Blob Storage connector that's only available in an ISE-based logic app, review [Access storage accounts through trusted virtual network](#access-storage-accounts-through-trusted-virtual-network).
451
447
452
-
- To access storage accounts behind firewalls in Standard logic apps, use the Azure Blob Storage *built-in* connector, not the managed connector, and review [Access storage accounts through virtual network integration](#access-storage-accounts-through-virtual-network-integration).
448
+
- To access storage accounts behind firewalls in Standard logic apps, review the following documentation:
- Azure Blob Storage *managed* connector: [Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
453
453
454
454
### Access storage accounts in other regions
455
455
@@ -499,6 +499,11 @@ To add your outbound IP addresses to the storage account firewall, follow these
499
499
500
500
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.
501
501
502
+
> [!NOTE]
503
+
>
504
+
> This solution doesn't apply to Standard logic apps. Even if you use a system-assigned managed identity with a Standard logic app,
505
+
> the Azure Blob Storage managed connector can't connect to a storage account in the same region.
506
+
502
507
To use managed identities in your logic app to access Blob Storage, follow these steps:
503
508
504
509
1.[Configure access to your storage account](#configure-storage-account-access).
0 commit comments