Skip to content

Commit 8383d71

Browse files
committed
Correcting blob connector statement for standard logic app
1 parent ec8c7d0 commit 8383d71

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 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+
- With the Azure Blob Storage *built-in* connector: [Access storage accounts through virtual network integration](#access-storage-accounts-through-virtual-network-integration).
451+
452+
- With the 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,10 @@ 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+
> The solution doesn't apply to Standard logic apps. With Standard logic app, even if you use system managed identity, the Azure Blob Storage managed connector will not be able to connect to a storage account in the same region.
505+
502506
To use managed identities in your logic app to access Blob Storage, follow these steps:
503507

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

0 commit comments

Comments
 (0)