Skip to content

Commit d32b0c5

Browse files
committed
Add initial banner
1 parent d9bec0e commit d32b0c5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,27 @@ 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 5, 2022, you can no longer create new ISE resources. However, existing ISE resources
21+
> before this date are still supported through August 31, 2024. For more information, see the following resources:
22+
>
23+
> - [Single-tenant versus multi-tenant and integration service environment for Azure Logic Apps](single-tenant-overview-compare.md)
24+
> - [Azure Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps/)
25+
> - [Export ISE workflows to a Standard logic app](export-from-ise-to-standard-logic-app.md)
26+
> - [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/)
27+
> - [Cloud Services (classic) deployment model is retiring on 31 August 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/)
28+
1329
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).
1430

1531
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:

0 commit comments

Comments
 (0)