Skip to content

Commit ddd365c

Browse files
author
Jill Grant
authored
Merge pull request #284901 from ecfan/ise
ISE retirement prep: Remove references to ISE
2 parents b514605 + 11ff7a4 commit ddd365c

28 files changed

+89
-120
lines changed

articles/azure-monitor/autoscale/autoscale-custom-metric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure Monitor autoscale applies to:
2727
+ [Azure Cloud Services](https://azure.microsoft.com/services/cloud-services/)
2828
+ [Azure App Service - Web Apps](https://azure.microsoft.com/services/app-service/web/)
2929
+ [Azure Data Explorer cluster](https://azure.microsoft.com/services/data-explorer/)
30-
+ Integration service environment and [Azure API Management](../../api-management/api-management-key-concepts.md)
30+
+ [Azure API Management](../../api-management/api-management-key-concepts.md)
3131

3232
## Prerequisite
3333

articles/connectors/built-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For a smaller number of services, systems, and protocols, Azure Logic Apps provi
1717

1818
For example, a Standard workflow can use both managed connectors and built-in connectors for Azure Blob Storage, Azure Cosmos DB, Azure Event Hubs, Azure Service Bus, FTP, IBM DB2, IBM MQ, SFTP, and SQL Server. A Consumption workflow doesn't have the built-in versions. A Consumption workflow can use built-in connectors for Azure API Management, and Azure App Service, while a Standard workflow doesn't have these built-in connectors.
1919

20-
Also, in Standard workflows, some [built-in connectors with specific attributes are informally known as *service providers*](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). Some built-in connectors support only a single way to authenticate a connection to the underlying service. Other built-in connectors can offer a choice, such as using a connection string, Microsoft Entra ID, or a managed identity. All built-in connectors run in the same process as the Azure Logic Apps runtime. For more information, review [Single-tenant versus multitenant and integration service environment (ISE)](../logic-apps/single-tenant-overview-compare.md).
20+
Also, in Standard workflows, some [built-in connectors with specific attributes are informally known as *service providers*](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). Some built-in connectors support only a single way to authenticate a connection to the underlying service. Other built-in connectors can offer a choice, such as using a connection string, Microsoft Entra ID, or a managed identity. All built-in connectors run in the same process as the Azure Logic Apps runtime. For more information, review [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md).
2121

2222
This article provides a general overview about built-in connectors in Consumption workflows versus Standard workflows.
2323

articles/connectors/introduction.md

Lines changed: 22 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This overview provides a high-level introduction to connectors and how they gene
2929

3030
## Built-in connectors versus managed connectors
3131

32-
In Azure Logic Apps, connectors are either *built in* or *managed*. Some connectors have both versions. The available versions depend on whether you create a *Consumption* logic app workflow that runs in multi-tenant Azure Logic Apps or a *Standard* logic app workflow that runs in single-tenant Azure Logic Apps. For more information about logic app resource types, see [Resource types and host environment differences](../logic-apps/logic-apps-overview.md#resource-environment-differences).
32+
In Azure Logic Apps, connectors are either *built in* or *managed*. Some connectors have both versions. The available versions depend on whether you create a *Consumption* logic app workflow that runs in multitenant Azure Logic Apps or a *Standard* logic app workflow that runs in single-tenant Azure Logic Apps. For more information about logic app resource types, see [Resource types and host environment differences](../logic-apps/logic-apps-overview.md#resource-environment-differences).
3333

3434
* [Built-in connectors](built-in.md) are designed to run directly and natively inside Azure Logic Apps.
3535

@@ -120,7 +120,7 @@ If your workflows also use managed connectors, such as the Office 365 Outlook co
120120

121121
## Custom connectors and APIs
122122

123-
In Consumption workflows for multi-tenant Azure Logic Apps, you can call Swagger-based or SOAP-based APIs that aren't available as out-of-the-box connectors. You can also run custom code by creating custom API Apps. For more information, see the following documentation:
123+
In Consumption workflows for multitenant Azure Logic Apps, you can call Swagger-based or SOAP-based APIs that aren't available as out-of-the-box connectors. You can also run custom code by creating custom API Apps. For more information, see the following documentation:
124124

125125
* [Swagger-based or SOAP-based custom connectors for Consumption workflows](../logic-apps/custom-connector-overview.md#custom-connector-consumption)
126126

@@ -138,7 +138,17 @@ In Standard workflows for single-tenant Azure Logic Apps, you can create nativel
138138

139139
## ISE and connectors
140140

141-
For workflows that need direct access to resources in an Azure virtual network, you can use a dedicated [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) where you can build, deploy, and run your workflows on dedicated resources.
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.
142152

143153
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.
144154

@@ -147,36 +157,20 @@ In the workflow designer, when you browse the built-in connectors or managed con
147157
:::row:::
148158
:::column:::
149159
![Example CORE connector](./media/apis-list/example-core-connector.png)
150-
\
151-
\
152-
**CORE**
153-
\
154-
\
155-
Built-in connectors with this label run in the same ISE as your workflows.
160+
<br><br>**CORE**
161+
<br><br>Built-in connectors with this label run in the same ISE as your workflows.
156162
:::column-end:::
157163
:::column:::
158164
![Example ISE connector](./media/apis-list/example-ise-connector.png)
159-
\
160-
\
161-
**ISE**
162-
\
163-
\
164-
Managed connectors with this label run in the same ISE as your workflows.
165-
\
166-
\
167-
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-
\
169-
\
170-
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).
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).
171169
:::column-end:::
172170
:::column:::
173-
![Example non-ISE connector](./media/apis-list/example-multi-tenant-connector.png)
174-
\
175-
\
176-
No label
177-
\
178-
\
179-
All other connectors without a label, which you can continue to use, run in the global, multi-tenant Logic Apps service.
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.
180174
:::column-end:::
181175
:::column:::
182176
:::column-end:::

articles/connectors/managed.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Managed connectors provide ways for you to access other services and systems whe
1515

1616
For a smaller number of services, systems and protocols, Azure Logic Apps provides a built-in version alongside the managed version. The number and range of built-in connectors vary based on whether you create a Consumption logic app workflow that runs in multitenant Azure Logic Apps or a Standard logic app workflow that runs in single-tenant Azure Logic Apps. In most cases, the built-in version provides better performance, capabilities, pricing, and so on. In a few cases, some built-in connectors are available only in one logic app workflow type, and not the other.
1717

18-
For example, a Standard workflow can use both managed connectors and built-in connectors for Azure Blob, Azure Cosmos DB, Azure Event Hubs, Azure Service Bus, DB2, FTP, MQ, SFTP, and SQL Server, while a Consumption workflow doesn't have the built-in versions. A Consumption workflow can use built-in connectors for Azure API Management, Azure App Services, and Batch, while a Standard workflow doesn't have these built-in connectors. For more information, review [Built-in connectors in Azure Logic Apps](built-in.md) and [Single-tenant versus multitenant and integration service environment (ISE)](../logic-apps/single-tenant-overview-compare.md).
18+
For example, a Standard workflow can use both managed connectors and built-in connectors for Azure Blob, Azure Cosmos DB, Azure Event Hubs, Azure Service Bus, DB2, FTP, MQ, SFTP, and SQL Server, while a Consumption workflow doesn't have the built-in versions. A Consumption workflow can use built-in connectors for Azure API Management, Azure App Services, and Batch, while a Standard workflow doesn't have these built-in connectors. For more information, review [Built-in connectors in Azure Logic Apps](built-in.md) and [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md).
1919

2020
This article provides a general overview about managed connectors and the way they're organized in the Consumption workflow designer versus the Standard workflow designer with examples. For technical reference information about each managed connector in Azure Logic Apps, review [Connectors reference for Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors).
2121

@@ -37,8 +37,6 @@ Some managed connectors also fall into the following informal groups:
3737

3838
* [Integration account connectors](#integration-account-connectors) help you transform and validate XML, encode and decode flat files, and process business-to-business (B2B) messages using AS2, EDIFACT, and X12 protocols.
3939

40-
* [Integration service environment connectors](#ise-connectors) and are designed to run specifically in an ISE and provide benefits over their non-ISE versions.
41-
4240
<a name="standard-connectors"></a>
4341

4442
## Standard connectors

articles/event-grid/monitor-virtual-machine-changes-logic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this tutorial, you learn how to:
8585
> make sure that you create a *stateful* workflow, not a stateless workflow. This tutorial applies only
8686
> to Consumption logic apps, which follow a different user experience. To add Azure Event Grid operations
8787
> to your workflow in the designer, on the operations picker pane, make sure that you select the **Azure** tab.
88-
> For more information about multitenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multitenant and integration service environment](../logic-apps/single-tenant-overview-compare.md).
88+
> For more information about multitenant versus single-tenant Azure Logic Apps, review [Single-tenant versus multitenant](../logic-apps/single-tenant-overview-compare.md).
8989
9090
1. When you're done, select **Review + create**. On the next pane, confirm the provided information, and select **Create**.
9191

articles/logic-apps/azure-arc-enabled-logic-apps-create-deploy-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, this cluster can be Azure Kubernetes Service, bare-metal Kubernetes
2323
For more information, review the following documentation:
2424

2525
- [What is Azure Arc-enabled Logic Apps?](azure-arc-enabled-logic-apps-overview.md)
26-
- [Single-tenant versus multitenant and integration service environment](../logic-apps/single-tenant-overview-compare.md)
26+
- [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md)
2727
- [Azure Arc overview](../azure-arc/overview.md)
2828
- [Azure Kubernetes Service overview](/azure/aks/intro-kubernetes)
2929
- [What is Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)

articles/logic-apps/azure-arc-enabled-logic-apps-overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ With Azure Arc-enabled Logic Apps, you can develop and run single-tenant based l
2727
For more information, review the following documentation:
2828

2929
- [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
30-
- [Single-tenant versus other Logic Apps environments](../logic-apps/single-tenant-overview-compare.md)
30+
- [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md)
3131
- [Azure Arc overview](../azure-arc/overview.md)
3232
- [Azure Kubernetes Service overview](/azure/aks/intro-kubernetes)
3333
- [What is Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)
@@ -39,13 +39,13 @@ For more information, review the following documentation:
3939

4040
With Azure Arc-enabled Logic Apps, you can create and deploy logic app workflows in the same way as in the single-tenant experience for Azure Logic Apps. You also gain more control and flexibility when you have logic apps running on a Kubernetes infrastructure that you operate and manage.
4141

42-
Minor differences exist between the Azure Arc and single-tenant Logic Apps experiences for creating, designing, and deploying logic apps. When you use Azure Arc-enabled Logic Apps, the major difference is that your logic apps run in a *custom location*. This location is mapped to an Azure Arc-enabled Kubernetes cluster where you have installed and enabled the Azure App Service platform extensions bundle.
42+
Minor differences exist between the Azure Arc and single-tenant Azure Logic Apps experiences for creating, designing, and deploying logic apps. When you use Azure Arc-enabled Logic Apps, the major difference is that your logic apps run in a *custom location*. This location is mapped to an Azure Arc-enabled Kubernetes cluster where you have installed and enabled the Azure App Service platform extensions bundle.
4343

4444
For example, this cluster can be Azure Kubernetes Service, bare-metal Kubernetes, or another setup. The extensions bundle enables you to run platform services such as Azure Logic Apps, Azure Functions, and Azure App Service on your Kubernetes cluster.
4545

4646
For more information, review the following documentation:
4747

48-
- [Single-tenant versus other Azure Logic Apps environments](../logic-apps/single-tenant-overview-compare.md)
48+
- [Single-tenant versus multitenant in Azure Logic Apps](../logic-apps/single-tenant-overview-compare.md)
4949
- [Azure Kubernetes Service overview](/azure/aks/intro-kubernetes)
5050
- [What is Azure Arc-enabled Kubernetes?](../azure-arc/kubernetes/overview.md)
5151
- [Custom locations on Azure Arc-enabled Kubernetes](../azure-arc/kubernetes/conceptual-custom-locations.md)
@@ -56,15 +56,15 @@ For more information, review the following documentation:
5656

5757
## When to use Azure Arc-enabled Logic Apps
5858

59-
Although Kubernetes provides more control and flexibility, you also have operational overhead. If you're satisfied that the Logic Apps service meets your needs, you're encouraged to continue using this service. However, consider using Azure Arc-enabled Logic Apps when you have the following scenarios:
59+
Although Kubernetes provides more control and flexibility, you also have operational overhead. If you're satisfied that Azure Logic Apps meets your needs, you're encouraged to continue using this service. However, consider using Azure Arc-enabled Logic Apps when you have the following scenarios:
6060

6161
- You already run all your apps and services on Kubernetes. You want to extend these processes and controls to all your other PaaS services.
6262

63-
- You want to use Logic Apps as your integration platform. However, you need fine grained networking with compute control and flexibility. You don't want to use an integration service environment (ISE) or App Service Environment (ASE).
63+
- You want to use Azure Logic Apps as your integration platform. However, you need fine grained networking with compute control and flexibility. You don't want to use an App Service Environment (ASE).
6464

6565
- For security reasons, you need control over where your logic apps run, for example, in your own region or in your own datacenter.
6666

67-
- You want to run your logic apps in multi-cloud scenarios and use the Logic Apps service as your sole integration platform for all your applications wherever they run.
67+
- You want to run your logic apps in multi-cloud scenarios and use Azure Logic Apps as your sole integration platform for all your applications wherever they run.
6868

6969
<a name="compare"></a>
7070

@@ -77,10 +77,10 @@ This table provides a high-level comparison between the capabilities in the curr
7777
**Capability**
7878
:::column-end:::
7979
:::column:::
80-
**Multi-tenant Logic Apps (Consumption)**
80+
**Multitenant Azure Logic Apps (Consumption)**
8181
:::column-end:::
8282
:::column:::
83-
**Single-tenant Logic Apps (Standard)**
83+
**Single-tenant Azure Logic Apps (Standard)**
8484
:::column-end:::
8585
:::column:::
8686
**Standalone containers** <br><br>**Note**: Unsupported for workflows in production environments. For fully supported containers, [create Azure Arc-enabled Logic Apps workflows](azure-arc-enabled-logic-apps-create-deploy-workflows.md) instead.
@@ -128,16 +128,16 @@ This table provides a high-level comparison between the capabilities in the curr
128128
Management
129129
:::column-end:::
130130
:::column:::
131-
Fully managed Logic Apps experience
131+
Fully managed Azure Logic Apps experience
132132
:::column-end:::
133133
:::column:::
134-
Fully managed Logic Apps experience
134+
Fully managed Azure Logic Apps experience
135135
:::column-end:::
136136
:::column:::
137137
Not managed
138138
:::column-end:::
139139
:::column:::
140-
Managed Logic Apps experience with operational control at the Kubernetes level
140+
Managed Azure Logic Apps experience with operational control at the Kubernetes level
141141
:::column-end:::
142142
:::row-end:::
143143
:::row:::

0 commit comments

Comments
 (0)