Skip to content

Commit 8aa75b5

Browse files
author
ecfan
committed
Remove more references to ISE
1 parent 974d138 commit 8aa75b5

28 files changed

+41
-834
lines changed

articles/azure-monitor/autoscale/autoscale-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ Autoscale supports the following services.
130130
| Azure Spring Apps | [Set up autoscale for applications](../../spring-apps/enterprise/how-to-setup-autoscale.md) |
131131
| Azure Media Services | [Autoscaling in Media Services](/azure/media-services/latest/release-notes#autoscaling) |
132132
| 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) |
134133

135134
## Next steps
136135

articles/connectors/connectors-create-api-azure-event-hubs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@ In Azure Logic Apps, an [action](../logic-apps/logic-apps-overview.md#logic-app-
188188

189189
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/).
190190

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-
195191
## Next steps
196192

197193
* [Managed connectors for Azure Logic Apps](managed.md)

articles/connectors/introduction.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 01/10/2024
8+
ms.date: 09/06/2024
99
ms.custom: engagement-fy23
1010
# 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.
1111
---
@@ -136,46 +136,6 @@ In Standard workflows for single-tenant Azure Logic Apps, you can create nativel
136136

137137
* [Create service provider-based custom built-in connectors for Standard workflows](../logic-apps/create-custom-built-in-connector-standard.md)
138138

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.
156-
157-
:::row:::
158-
:::column:::
159-
![Example CORE connector](./media/apis-list/example-core-connector.png)
160-
<br><br>**CORE**
161-
<br><br>Built-in connectors with this label run in the same ISE as your workflows.
162-
:::column-end:::
163-
:::column:::
164-
![Example ISE connector](./media/apis-list/example-ise-connector.png)
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).
169-
:::column-end:::
170-
:::column:::
171-
![Example non-ISE connector](./media/apis-list/example-multitenant-connector.png)
172-
<br><br>No label
173-
<br><br>All other connectors without a label, which you can continue to use, run in the global, multitenant Logic Apps service.
174-
:::column-end:::
175-
:::column:::
176-
:::column-end:::
177-
:::row-end:::
178-
179139
## Known issues
180140

181141
The following table includes known issues for connectors in Azure Logic Apps:

articles/connectors/managed.md

Lines changed: 0 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -256,127 +256,6 @@ For more information, review the following documentation:
256256
:::column-end:::
257257
:::row-end:::
258258

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]
274-
<br><br>[**Azure Automation** ISE][azure-automation-doc]
275-
:::column-end:::
276-
:::column:::
277-
[![Azure Blob Storage ISE icon][azure-blob-storage-icon]][azure-blob-storage-doc]
278-
<br><br>[**Azure Blob Storage** ISE][azure-blob-storage-doc]
279-
:::column-end:::
280-
:::column:::
281-
[![Azure Cosmos DB ISE icon][azure-cosmos-db-icon]][azure-cosmos-db-doc]
282-
<br><br>[**Azure Cosmos DB** ISE][azure-cosmos-db-doc]
283-
:::column-end:::
284-
:::row-end:::
285-
:::row:::
286-
:::column:::
287-
[![Azure Event Hubs ISE icon][azure-event-hubs-icon]][azure-event-hubs-doc]
288-
<br><br>[**Azure Event Hubs** ISE][azure-event-hubs-doc]
289-
:::column-end:::
290-
:::column:::
291-
[![Azure Event Grid ISE icon][azure-event-grid-icon]][azure-event-grid-doc]
292-
<br><br>[**Azure Event Grid** ISE][azure-event-grid-doc]
293-
:::column-end:::
294-
:::column:::
295-
[![Azure Files ISE icon][azure-file-storage-icon]][azure-file-storage-doc]
296-
<br><br>[**Azure Files** ISE][azure-file-storage-doc]
297-
:::column-end:::
298-
:::column:::
299-
[![Azure Key Vault ISE icon][azure-key-vault-icon]][azure-key-vault-doc]
300-
<br><br>[**Azure Key Vault** ISE][azure-key-vault-doc]
301-
:::column-end:::
302-
:::row-end:::
303-
:::row:::
304-
:::column:::
305-
[![Azure Monitor Logs ISE icon][azure-monitor-logs-icon]][azure-monitor-logs-doc]
306-
<br><br>[**Azure Monitor Logs** ISE][azure-monitor-logs-doc]
307-
:::column-end:::
308-
:::column:::
309-
[![Azure Service Bus ISE icon][azure-service-bus-icon]][azure-service-bus-doc]
310-
<br><br>[**Azure Service Bus** ISE][azure-service-bus-doc]
311-
:::column-end:::
312-
:::column:::
313-
[![Azure Synapse Analytics ISE icon][azure-sql-data-warehouse-icon]][azure-sql-data-warehouse-doc]
314-
<br><br>[**Azure Synapse Analytics** ISE][azure-sql-data-warehouse-doc]
315-
:::column-end:::
316-
:::column:::
317-
[![Azure Table Storage ISE icon][azure-table-storage-icon]][azure-table-storage-doc]
318-
<br><br>[**Azure Table Storage** ISE][azure-table-storage-doc]
319-
:::column-end:::
320-
:::row-end:::
321-
:::row:::
322-
:::column:::
323-
[![Azure Queues ISE icon][azure-queues-icon]][azure-queues-doc]
324-
<br><br>[**Azure Queues** ISE][azure-queues-doc]
325-
:::column-end:::
326-
:::column:::
327-
[![EDIFACT ISE icon][edifact-icon]][edifact-doc]
328-
<br><br>[**EDIFACT** ISE][edifact-doc]
329-
:::column-end:::
330-
:::column:::
331-
[![File System ISE icon][file-system-icon]][file-system-doc]
332-
<br><br>[**File System** ISE][file-system-doc]
333-
:::column-end:::
334-
:::column:::
335-
[![FTP ISE icon][ftp-icon]][ftp-doc]
336-
<br><br>[**FTP** ISE][ftp-doc]
337-
:::column-end:::
338-
:::row-end:::
339-
:::row:::
340-
:::column:::
341-
[![IBM 3270 ISE icon][ibm-3270-icon]][ibm-3270-doc]
342-
<br><br>[**IBM 3270** ISE][ibm-3270-doc]
343-
:::column-end:::
344-
:::column:::
345-
[![IBM DB2 ISE icon][ibm-db2-icon]][ibm-db2-doc]
346-
<br><br>[**IBM DB2** ISE][ibm-db2-doc]
347-
:::column-end:::
348-
:::column:::
349-
[![IBM MQ ISE icon][ibm-mq-icon]][ibm-mq-doc]
350-
<br><br>[**IBM MQ** ISE][ibm-mq-doc]
351-
:::column-end:::
352-
:::column:::
353-
[![SAP ISE icon][sap-icon]][sap-connector-doc]
354-
<br><br>[**SAP** ISE][sap-connector-doc]
355-
:::column-end:::
356-
:::row-end:::
357-
:::row:::
358-
:::column:::
359-
[![SFTP-SSH ISE icon][sftp-ssh-icon]][sftp-ssh-doc]
360-
<br><br>[**SFTP-SSH** ISE][sftp-ssh-doc]
361-
:::column-end:::
362-
:::column:::
363-
[![SMTP ISE icon][smtp-icon]][smtp-doc]
364-
<br><br>[**SMTP** ISE][smtp-doc]
365-
:::column-end:::
366-
:::column:::
367-
[![SQL Server ISE icon][sql-server-icon]][sql-server-doc]
368-
<br><br>[**SQL Server** ISE][sql-server-doc]
369-
:::column-end:::
370-
:::column:::
371-
[![X12 ISE icon][x12-icon]][x12-doc]
372-
<br><br>[**X12** ISE][x12-doc]
373-
:::column-end:::
374-
:::row-end:::
375-
376-
For more information, see these topics:
377-
378-
* [Access to Azure virtual network resources from Azure Logic Apps](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md)
379-
* [Azure Logic Apps pricing model](../logic-apps/logic-apps-pricing.md)
380259

381260
## Next steps
382261

articles/logic-apps/.openpublishing.redirection.logic-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md",
5+
"redirect_url": "/azure/logic-apps/single-tenant-overview-compare",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path_from_root": "/articles/logic-apps/connect-virtual-network-vnet-set-up-single-ip-address.md",
510
"redirect_url": "/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint",

0 commit comments

Comments
 (0)