Skip to content

Commit 0e3cf52

Browse files
authored
Merge pull request #111702 from ecfan/patch-5
Update support for fixed or reserved IP addresses
2 parents 91e6701 + 12f2bff commit 0e3cf52

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Limits and configuration
33
description: Service limits, such as duration, throughput, and capacity, plus configuration values, such as IP addresses to allow, for Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: jonfan, logicappspm
77
ms.topic: article
8-
ms.date: 03/12/2020
8+
ms.date: 04/17/2020
99
---
1010

1111
# Limits and configuration information for Azure Logic Apps
@@ -107,7 +107,7 @@ Here are the limits for a single logic app definition:
107107

108108
### Integration service environment (ISE)
109109

110-
Here are the throughput limits for the Premium SKU:
110+
Here are the throughput limits for the [Premium ISE SKU](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-level):
111111

112112
| Name | Limit | Notes |
113113
|------|-------|-------|
@@ -119,9 +119,9 @@ Here are the throughput limits for the Premium SKU:
119119
To go above these limits in normal processing, or run load testing that might go above these limits, [contact the Logic Apps team](mailto://[email protected]) for help with your requirements.
120120

121121
> [!NOTE]
122-
> The [Developer SKU](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-level) has no published limits as this SKU
123-
> doesn't have any service-level agreement (SLA) or capabilities for scaling up.
124-
> Use this SKU only for experimenting, development, and testing, not production or performance testing.
122+
> The [Developer ISE SKU](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-level)
123+
> has no published limits, no capabilities for scaling up, and no service-level agreement (SLA). Use this SKU
124+
> only for experimenting, development, and testing, not production or performance testing.
125125
126126
<a name="gateway-limits"></a>
127127

@@ -279,14 +279,9 @@ Here are the message size limits that apply to B2B protocols:
279279

280280
## Disabling or deleting logic apps
281281

282-
When you disable a logic app, no new runs are instantiated.
283-
All in-progress and pending runs continue until they finish,
284-
which might take time to complete.
282+
When you disable a logic app, no new runs are instantiated. All in-progress and pending runs continue until they finish, which might take time to complete.
285283

286-
When you delete a logic app, no new runs are instantiated.
287-
All in-progress and pending runs are canceled.
288-
If you have thousands of runs, cancellation might
289-
take significant time to complete.
284+
When you delete a logic app, no new runs are instantiated. All in-progress and pending runs are canceled. If you have thousands of runs, cancellation might take significant time to complete.
290285

291286
<a name="configuration"></a>
292287

@@ -303,18 +298,18 @@ The IP addresses that Azure Logic Apps uses for incoming and outgoing calls depe
303298
> * **LogicAppsManagement**: Represents the inbound IP address prefixes for the Logic Apps service.
304299
> * **LogicApps**: Represents the outbound IP address prefixes for the Logic Apps service.
305300
301+
* For [Azure China 21Vianet](https://docs.microsoft.com/azure/china/), fixed or reserved IP addresses are unavailable for [custom connectors](../logic-apps/custom-connector-overview.md) and [managed connectors](../connectors/apis-list.md#managed-api-connectors), for example, Azure Storage, SQL Server, Office 365 Outlook, and so on.
302+
306303
* To support the calls that your logic apps directly make with [HTTP](../connectors/connectors-native-http.md), [HTTP + Swagger](../connectors/connectors-native-http-swagger.md), and other HTTP requests, set up your firewall with all the [inbound](#inbound) *and* [outbound](#outbound) IP addresses that are used by the Logic Apps service, based on the regions where your logic apps exist. These addresses appear under the **Inbound** and **Outbound** headings in this section, and are sorted by region.
307304

308-
* To support the calls that [Microsoft-managed connectors](../connectors/apis-list.md) make, set up your firewall with *all* the [outbound](#outbound) IP addresses used by these connectors, based on the regions where your logic apps exist. These addresses appear under the **Outbound** heading in this section, and are sorted by region.
305+
* To support the calls that [managed connectors](../connectors/apis-list.md#managed-api-connectors) make, set up your firewall with *all* the [outbound](#outbound) IP addresses used by these connectors, based on the regions where your logic apps exist. These addresses appear under the **Outbound** heading in this section, and are sorted by region.
309306

310307
* To enable communication for logic apps that run in an integration service environment (ISE), make sure that you [open these ports](../logic-apps/connect-virtual-network-vnet-isolated-environment.md#network-ports-for-ise).
311308

312309
* If your logic apps have problems accessing Azure storage accounts that use [firewalls and firewall rules](../storage/common/storage-network-security.md), you have [various options to enable access](../connectors/connectors-create-api-azureblobstorage.md#access-storage-accounts-behind-firewalls).
313310

314311
For example, logic apps can't directly access storage accounts that use firewall rules and exist in the same region. However, if you permit 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 that are in a different region except when you use the Azure Table Storage or Azure Queue Storage connectors. To access your Table Storage or Queue Storage, you can use the HTTP trigger and actions instead. For other options, see [Access storage accounts behind firewalls](../connectors/connectors-create-api-azureblobstorage.md#access-storage-accounts-behind-firewalls).
315312

316-
* For custom connectors, [Azure Government](../azure-government/documentation-government-overview.md), and [Azure China 21Vianet](https://docs.microsoft.com/azure/china/), fixed or reserved IP addresses aren't available.
317-
318313
<a name="inbound"></a>
319314

320315
### Inbound IP addresses

0 commit comments

Comments
 (0)