Skip to content

Commit dc27afc

Browse files
Merge pull request #227649 from xuehongg/mybranch6
Azure Logic Apps: Correct a statement with blob connector and firewall
2 parents e954ce5 + 14e5854 commit dc27afc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 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: 09/14/2022
8+
ms.date: 02/16/2023
99
tags: connectors
1010
---
1111

@@ -456,15 +456,20 @@ The Azure Blob built-in connector is available only for Standard logic app workf
456456

457457
You can add network security to an Azure storage account by [restricting access with a firewall and firewall rules](../storage/common/storage-network-security.md). However, this setup creates a challenge for Azure and other Microsoft services that need access to the storage account. Local communication in the data center abstracts the internal IP addresses, so just permitting traffic through IP addresses might not be enough to successfully allow communication across the firewall. Based on which Azure Blob Storage connector you use, the following options are available:
458458

459-
- 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:
459+
- To access storage accounts behind firewalls using the Azure Blob Storage managed connector in Consumption and ISE-based logic apps, review the following documentation:
460+
461+
> [!NOTE]
462+
>
463+
> The following solutions don't apply to Standard logic apps.
464+
460465

461466
- [Access storage accounts in same region with system-managed identities](#access-blob-storage-in-same-region-with-system-managed-identities)
462467

463468
- [Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
464469

465470
- 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).
466471

467-
- To access storage accounts behind firewalls using the *built-in* Azure Blob Storage connector that's only available in Standard logic apps, review [Access storage accounts through virtual network integration](#access-storage-accounts-through-virtual-network-integration).
472+
- 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).
468473

469474
### Access storage accounts in other regions
470475

0 commit comments

Comments
 (0)