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/logic-apps/logic-apps-limits-and-config.md
+11-16Lines changed: 11 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Limits and configuration
3
3
description: Service limits, such as duration, throughput, and capacity, plus configuration values, such as IP addresses to allow, for Azure Logic Apps
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: klam, logicappspm
6
+
ms.reviewer: jonfan, logicappspm
7
7
ms.topic: article
8
-
ms.date: 03/12/2020
8
+
ms.date: 04/17/2020
9
9
---
10
10
11
11
# Limits and configuration information for Azure Logic Apps
@@ -107,7 +107,7 @@ Here are the limits for a single logic app definition:
107
107
108
108
### Integration service environment (ISE)
109
109
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):
111
111
112
112
| Name | Limit | Notes |
113
113
|------|-------|-------|
@@ -119,9 +119,9 @@ Here are the throughput limits for the Premium SKU:
119
119
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.
120
120
121
121
> [!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.
125
125
126
126
<aname="gateway-limits"></a>
127
127
@@ -279,14 +279,9 @@ Here are the message size limits that apply to B2B protocols:
279
279
280
280
## Disabling or deleting logic apps
281
281
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.
285
283
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.
290
285
291
286
<aname="configuration"></a>
292
287
@@ -303,18 +298,18 @@ The IP addresses that Azure Logic Apps uses for incoming and outgoing calls depe
303
298
> ***LogicAppsManagement**: Represents the inbound IP address prefixes for the Logic Apps service.
304
299
> ***LogicApps**: Represents the outbound IP address prefixes for the Logic Apps service.
305
300
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
+
306
303
* 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.
307
304
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.
309
306
310
307
* 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).
311
308
312
309
* 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).
313
310
314
311
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).
315
312
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.
0 commit comments