Skip to content

Commit 1d90b62

Browse files
authored
Merge pull request #105077 from ecfan/patch-1
Clarify solution for same region
2 parents eca1c30 + cdc87f4 commit 1d90b62

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: klam, logicappspm
77
ms.topic: conceptual
8-
ms.date: 10/28/2019
8+
ms.date: 02/21/2020
99
tags: connectors
1010
---
1111

@@ -18,8 +18,9 @@ Suppose that you have a tool that gets updated on an Azure website. which acts a
1818
If you're new to logic apps, review [What is Azure Logic Apps](../logic-apps/logic-apps-overview.md) and [Quickstart: Create your first logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md). For connector-specific technical information, see the [Azure Blob Storage connector reference](https://docs.microsoft.com/connectors/azureblobconnector/).
1919

2020
> [!IMPORTANT]
21-
> To enable access from Azure Logic Apps to storage accounts behind firewalls, see the
22-
> [Access storage accounts behind firewalls](#storage-firewalls) section later in this topic.
21+
> Logic apps can't directly access storage accounts that are behind firewalls if they're both in the same region. As a workaround,
22+
> you can have your logic apps and storage account in different regions. For more information about enabling access from Azure Logic
23+
> Apps to storage accounts behind firewalls, see the [Access storage accounts behind firewalls](#storage-firewalls) section later in this topic.
2324
2425
<a name="blob-storage-limits"></a>
2526

@@ -125,7 +126,7 @@ This example only gets the contents for a blob. To view the contents, add anothe
125126

126127
For example:
127128

128-
![Create Azure Blob storage account connection](./media/connectors-create-api-azureblobstorage/create-storage-account-connection.png)
129+
![Create Azure Blob storage account connection](./media/connectors-create-api-azureblobstorage/create-storage-account-connection.png)
129130

130131
1. When you're ready, select **Create**
131132

@@ -155,9 +156,12 @@ Here are various options for accessing storage accounts behind firewalls from Az
155156

156157
<a name="access-other-regions"></a>
157158

158-
### Access to storage accounts in other regions
159+
### Problems accessing storage accounts in the same region
159160

160-
Logic apps can't directly access storage accounts that have firewall rules and are in the same region. However, if you permit access for the [outbound IP addresses for managed connectors in your region](../logic-apps/logic-apps-limits-and-config.md#outbound), your logic apps can access storage accounts in a different region except when you use the Azure Table Storage connector or Azure Queue Storage connector. To access your Table Storage or Queue Storage, you can still use the built-in HTTP trigger and actions.
161+
Logic apps can't directly access storage accounts behind firewalls when they're both in the same region. As a workaround, put your logic apps in a region that differs from your storage account and give access to the [outbound IP addresses for the managed connectors in your region](../logic-apps/logic-apps-limits-and-config.md#outbound).
162+
163+
> [!NOTE]
164+
> This solution doesn't apply to the Azure Table Storage connector and Azure Queue Storage connector. Instead, to access your Table Storage or Queue Storage, use the built-in HTTP trigger and actions.
161165
162166
<a name="access-trusted-virtual-network"></a>
163167

0 commit comments

Comments
 (0)