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
+10-6Lines changed: 10 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: klam, logicappspm
7
7
ms.topic: conceptual
8
-
ms.date: 10/28/2019
8
+
ms.date: 02/21/2020
9
9
tags: connectors
10
10
---
11
11
@@ -18,8 +18,9 @@ Suppose that you have a tool that gets updated on an Azure website. which acts a
18
18
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/).
19
19
20
20
> [!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.
23
24
24
25
<aname="blob-storage-limits"></a>
25
26
@@ -125,7 +126,7 @@ This example only gets the contents for a blob. To view the contents, add anothe
@@ -155,9 +156,12 @@ Here are various options for accessing storage accounts behind firewalls from Az
155
156
156
157
<aname="access-other-regions"></a>
157
158
158
-
### Access to storage accounts in other regions
159
+
### Problems accessing storage accounts in the same region
159
160
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.
0 commit comments