Skip to content

Commit 6cb423b

Browse files
Merge pull request #228147 from xuehongg/mybranch7
Azure Logic Apps: Correcting blob connector statement for standard logic app
2 parents be23af6 + b9b82dc commit 6cb423b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/connectors/connectors-create-api-azureblobstorage.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 02/16/2023
8+
ms.date: 02/21/2023
99
tags: connectors
1010
---
1111

@@ -439,17 +439,17 @@ You can add network security to an Azure storage account by [restricting access
439439

440440
- To access storage accounts behind firewalls using the Azure Blob Storage managed connector in Consumption and ISE-based logic apps, review the following documentation:
441441

442-
> [!NOTE]
443-
>
444-
> The following solutions don't apply to Standard logic apps.
445-
446442
- [Access storage accounts in same region with system-managed identities](#access-blob-storage-in-same-region-with-system-managed-identities)
447443

448444
- [Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
449445

450446
- 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).
451447

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:
449+
450+
- Azure Blob Storage *built-in* connector: [Access storage accounts through virtual network integration](#access-storage-accounts-through-virtual-network-integration)
451+
452+
- Azure Blob Storage *managed* connector: [Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
453453

454454
### Access storage accounts in other regions
455455

@@ -499,6 +499,11 @@ To add your outbound IP addresses to the storage account firewall, follow these
499499

500500
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.
501501

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+
502507
To use managed identities in your logic app to access Blob Storage, follow these steps:
503508

504509
1. [Configure access to your storage account](#configure-storage-account-access).

0 commit comments

Comments
 (0)