Skip to content

Commit 0fc7fa3

Browse files
Merge pull request #216966 from ecfan/ise
Azure Logic Apps: ISE - Add retirement guidance (11/04/2022)
2 parents bce12e2 + 207dfa5 commit 0fc7fa3

7 files changed

+125
-8
lines changed

articles/logic-apps/add-artifacts-integration-service-environment-ise.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Add resources to your integration service environment (ISE) in Azure Logic Apps
1212

13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
29+
1330
After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), you can add resources such as **Consumption** logic apps, integration accounts, and connectors so that they can access the resources in your Azure virtual network. For example, managed ISE connectors that become available after you create your ISE don't automatically appear in the Logic App Designer. Before you can use these ISE connectors, you have to manually [add and deploy those connectors to your ISE](#add-ise-connectors-environment) so that they appear in the Logic App Designer.
1431

1532
> [!IMPORTANT]

articles/logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Access to Azure virtual networks from Azure Logic Apps using an integration service environment (ISE)
1212

13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
29+
1330
Sometimes, your logic app workflows need access to protected resources, such as virtual machines (VMs) and other systems or services, that are inside or connected to an Azure virtual network. To directly access these resources from workflows that usually run in multi-tenant Azure Logic Apps, you can create and run your logic apps in an *integration service environment* (ISE) instead. An ISE is actually an instance of Azure Logic Apps that runs separately on dedicated resources, apart from the global multi-tenant Azure environment, and doesn't [store, process, or replicate data outside the region where you deploy the ISE](https://azure.microsoft.com/global-infrastructure/data-residency#select-geography).
1431

1532
For example, some Azure virtual networks use private endpoints ([Azure Private Link](../private-link/private-link-overview.md)) for providing access to Azure PaaS services, such as Azure Storage, Azure Cosmos DB, or Azure SQL Database, partner services, or customer services that are hosted on Azure. If your logic app workflows require access to virtual networks that use private endpoints, you have these options:

articles/logic-apps/connect-virtual-network-vnet-isolated-environment.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Connect to Azure virtual networks from Azure Logic Apps using an integration service environment (ISE)
1212

13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
29+
1330
For scenarios where Consumption logic app resources and integration accounts need access to an [Azure virtual network](../virtual-network/virtual-networks-overview.md), create an [*integration service environment* (ISE)](connect-virtual-network-vnet-isolated-environment-overview.md). An ISE is an environment that uses dedicated storage and other resources that are kept separate from the "global" multi-tenant Azure Logic Apps. This separation also reduces any impact that other Azure tenants might have on your apps' performance. An ISE also provides you with your own static IP addresses. These IP addresses are separate from the static IP addresses that are shared by the logic apps in the public, multi-tenant service.
1431

1532
When you create an ISE, Azure *injects* that ISE into your Azure virtual network, which then deploys Azure Logic Apps into your virtual network. When you create a logic app or integration account, select your ISE as their location. Your logic app or integration account can then directly access resources, such as virtual machines (VMs), servers, systems, and services, in your virtual network.

articles/logic-apps/connect-virtual-network-vnet-set-up-single-ip-address.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Set up a single IP address for one or more integration service environments in Azure Logic Apps
1212

13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
29+
1330
When you work with Azure Logic Apps, you can set up an [*integration service environment* (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) for hosting logic apps that need access to resources in an [Azure virtual network](../virtual-network/virtual-networks-overview.md). When you have multiple ISE instances that need access to other endpoints that have IP restrictions, deploy an [Azure Firewall](../firewall/overview.md) or a [network virtual appliance](../virtual-network/virtual-networks-overview.md#filter-network-traffic) into your virtual network and route outbound traffic through that firewall or network virtual appliance. You can then have all the ISE instances in your virtual network use a single, public, static, and predictable IP address to communicate with the destination systems that you want. That way, you don't have to set up additional firewall openings at your destination systems for each ISE.
1431

1532
This topic shows how to route outbound traffic through an Azure Firewall, but you can apply similar concepts to a network virtual appliance such as a third-party firewall from the Azure Marketplace. While this topic focuses on setup for multiple ISE instances, you can also use this approach for a single ISE when your scenario requires limiting the number of IP addresses that need access. Consider whether the additional costs for the firewall or virtual network appliance make sense for your scenario. Learn more about [Azure Firewall pricing](https://azure.microsoft.com/pricing/details/azure-firewall/).

articles/logic-apps/create-integration-service-environment-rest-api.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,27 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: rarayudu, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Create an integration service environment (ISE) by using the Logic Apps REST API
1212

13-
[!INCLUDE [logic-apps-sku-consumption](../../includes/logic-apps-sku-consumption.md)]
13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
1429
1530
For scenarios where your logic apps and integration accounts need access to an [Azure virtual network](../virtual-network/virtual-networks-overview.md), you can create an [*integration service environment* (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) by using the Logic Apps REST API. To learn more about ISEs, see [Access to Azure Virtual Network resources from Azure Logic Apps](connect-virtual-network-vnet-isolated-environment-overview.md).
1631

articles/logic-apps/customer-managed-keys-integration-service-environment.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: mijos, rarayudu, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Set up customer-managed keys to encrypt data at rest for integration service environments (ISEs) in Azure Logic Apps
1212

13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
29+
1330
Azure Logic Apps relies on Azure Storage to store and automatically [encrypt data at rest](../storage/common/storage-service-encryption.md). This encryption protects your data and helps you meet your organizational security and compliance commitments. By default, Azure Storage uses Microsoft-managed keys to encrypt your data. For more information about how Azure Storage encryption works, see [Azure Storage encryption for data at rest](../storage/common/storage-service-encryption.md) and [Azure Data Encryption-at-Rest](../security/fundamentals/encryption-atrest.md).
1431

1532
When you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) for hosting your logic apps, and you want more control over the encryption keys used by Azure Storage, you can set up, use, and manage your own key by using [Azure Key Vault](../key-vault/general/overview.md). This capability is known as "Bring Your Own Key" (BYOK), and your key is called a "customer-managed key". With this capability, Azure Storage automatically enables [double encryption or *infrastructure encryption* using platform-managed keys](../security/fundamentals/double-encryption.md) for your key. To learn more, see [Doubly encrypt data with infrastructure encryption](../storage/common/storage-service-encryption.md#doubly-encrypt-data-with-infrastructure-encryption).

articles/logic-apps/ise-manage-integration-service-environment.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 11/04/2022
99
---
1010

1111
# Manage your integration service environment (ISE) in Azure Logic Apps
1212

13+
> [!IMPORTANT]
14+
>
15+
> On August 31, 2024, the ISE resource will retire, due to its dependency on Azure Cloud Services (classic),
16+
> which retires at the same time. Before the retirement date, export any logic apps from your ISE to Standard
17+
> logic apps so that you can avoid service disruption. Standard logic app workflows run in single-tenant Azure
18+
> Logic Apps and provide the same capabilities plus more.
19+
>
20+
> Starting November 1, 2022, you can no longer create new ISE resources. However, ISE resources existing
21+
> before this date are supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [ISE Retirement - what you need to know](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/ise-retirement-what-you-need-to-know/ba-p/3645220)
24+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
25+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
26+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
27+
> - [Integration Services Environment will be retired on 31 August 2024 - transition to Logic Apps Standard](https://azure.microsoft.com/updates/integration-services-environment-will-be-retired-on-31-august-2024-transition-to-logic-apps-standard/)
28+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
29+
1330
This article shows how to perform management tasks for your [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), for example:
1431

1532
* Manage the resources such as multi-tenant based logic apps, connections, integration accounts, and connectors in your ISE.

0 commit comments

Comments
 (0)