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/azure-monitor/autoscale/autoscale-overview.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,6 @@ Autoscale supports the following services.
130
130
| Azure Spring Apps |[Set up autoscale for applications](../../spring-apps/enterprise/how-to-setup-autoscale.md)|
131
131
| Azure Media Services |[Autoscaling in Media Services](/azure/media-services/latest/release-notes#autoscaling)|
132
132
| Azure Service Bus |[Automatically update messaging units of an Azure Service Bus namespace](../../service-bus-messaging/automate-update-messaging-units.md)|
133
-
| Azure Logic Apps - Integration service environment (ISE) |[Add ISE capacity](../../logic-apps/ise-manage-integration-service-environment.md#add-ise-capacity)|
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-azure-event-hubs.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,10 +188,6 @@ In Azure Logic Apps, an [action](../logic-apps/logic-apps-overview.md#logic-app-
188
188
189
189
For all the operations and other technical information, such as properties, limits, and so on, review the [Event Hubs connector's reference page](/connectors/eventhubs/).
190
190
191
-
> [!NOTE]
192
-
> For logic apps hosted in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md),
193
-
> the connector's ISE version uses the [ISE message limits](../logic-apps/logic-apps-limits-and-config.md#message-size-limits) instead.
194
-
195
191
## Next steps
196
192
197
193
*[Managed connectors for Azure Logic Apps](managed.md)
Copy file name to clipboardExpand all lines: articles/connectors/introduction.md
+1-41Lines changed: 1 addition & 41 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: estfan, azla
7
7
ms.topic: conceptual
8
-
ms.date: 01/10/2024
8
+
ms.date: 09/06/2024
9
9
ms.custom: engagement-fy23
10
10
# Customer intent: As a developer, I want to learn how connectors help me access data, events, and resources in other apps, services, systems, and platforms from my workflow in Azure Logic Apps.
11
11
---
@@ -136,46 +136,6 @@ In Standard workflows for single-tenant Azure Logic Apps, you can create nativel
136
136
137
137
*[Create service provider-based custom built-in connectors for Standard workflows](../logic-apps/create-custom-built-in-connector-standard.md)
138
138
139
-
## ISE and connectors
140
-
141
-
> [!IMPORTANT]
142
-
>
143
-
> On August 31, 2024, the ISE resource retires, due to its dependency on Azure Cloud Services (classic),
144
-
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
145
-
> logic apps to avoid service disruption. Standard logic app workflows run in single-tenant Azure Logic Apps
146
-
> and provide the same capabilities plus more. For example, Standard workflows support using private endpoints
147
-
> for inbound traffic so that your workflows can communicate privately and securely with virtual networks.
148
-
> Standard workflows also support virtual network integration for outbound traffic. For more information,
149
-
> review [Secure traffic between virtual networks and single-tenant Azure Logic Apps using private endpoints](/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint).
150
-
151
-
If you use a dedicated [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) where workflows can directly access to resources in an Azure virtual network, you can build, deploy, and run your workflows on dedicated resources.
152
-
153
-
Custom connectors created within an ISE don't work with the on-premises data gateway. However, these connectors can directly access on-premises data sources that are connected to an Azure virtual network hosting the ISE. So, logic app workflows in an ISE most likely don't need the data gateway when communicating with those resources. If you have custom connectors that you created outside an ISE that require the on-premises data gateway, workflows in an ISE can use those connectors.
154
-
155
-
In the workflow designer, when you browse the built-in connectors or managed connectors that you want to use for workflows in an ISE, the **CORE** label appears on built-in connectors, while the **ISE** label appears on managed connectors that are designed to work with an ISE.
<br><br>Built-in connectors with this label run in the same ISE as your workflows.
162
-
:::column-end:::
163
-
:::column:::
164
-

165
-
<br><br>**ISE**
166
-
<br><br>Managed connectors with this label run in the same ISE as your workflows.
167
-
<br><br>If you have an on-premises system that's connected to an Azure virtual network, an ISE lets your workflows directly access that system without using the [on-premises data gateway](../logic-apps/logic-apps-gateway-connection.md). Instead, you can either use that system's **ISE** connector if available, an HTTP action, or a [custom connector](#custom-connectors-and-apis).
168
-
<br><br>For on-premises systems that don't have **ISE** connectors, use the on-premises data gateway. To find available ISE connectors, review [ISE connectors](#ise-and-connectors).
Copy file name to clipboardExpand all lines: articles/connectors/managed.md
-121Lines changed: 0 additions & 121 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,127 +256,6 @@ For more information, review the following documentation:
256
256
:::column-end:::
257
257
:::row-end:::
258
258
259
-
## ISE connectors
260
-
261
-
In an integration service environment (ISE), these managed connectors also have [ISE versions](introduction.md#ise-and-connectors), which have different capabilities than their multitenant versions:
262
-
263
-
> [!NOTE]
264
-
>
265
-
> Workflows that run in an ISE and their connectors, regardless where those connectors run, follow a fixed pricing plan versus the Consumption pricing plan. For more information, review [Azure Logic Apps pricing model](../logic-apps/logic-apps-pricing.md) and [Azure Logic Apps pricing details](https://azure.microsoft.com/pricing/details/logic-apps/).
266
-
267
-
:::row:::
268
-
:::column:::
269
-
[![AS2 ISE icon][as2-icon]][as2-doc]
270
-
<br><br>[**AS2** ISE][as2-doc]
271
-
:::column-end:::
272
-
:::column:::
273
-
[![Azure Automation ISE icon][azure-automation-icon]][azure-automation-doc]
0 commit comments