Skip to content

Commit cfad819

Browse files
authored
Merge pull request #106861 from ecfan/ISE-JEDI
ISE updates for 03/11/2020 deliverable
2 parents 6ee0012 + 343bd61 commit cfad819

17 files changed

+359
-142
lines changed

articles/analysis-services/analysis-services-refresh-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ To learn more about using REST APIs with Azure Analysis Services, see [Asynchron
1818

1919
All calls must be authenticated with a valid Azure Active Directory (OAuth 2) token. The examples in this article will use a Service Principal (SPN) to authenticate to Azure Analysis Services. To learn more, see [Create a service principal by using Azure portal](../active-directory/develop/howto-create-service-principal-portal.md).
2020

21-
## Design the Logic App
21+
## Design the logic app
2222

2323
> [!IMPORTANT]
24-
> The following examples assume that the Azure Analysis Services firewall is disabled. If the firewall is enabled, then the public IP address of the request initiator must be whitelisted in the Azure Analysis Services firewall. To learn more about Logic App IP ranges per region, see [Limits and configuration information for Azure Logic Apps](../logic-apps/logic-apps-limits-and-config.md#firewall-configuration-ip-addresses).
24+
> The following examples assume that the Azure Analysis Services firewall is disabled. If the firewall is enabled, the public IP address of the request initiator must be whitelisted in the Azure Analysis Services firewall. To learn more about Azure Logic Apps IP ranges per region, see [Limits and configuration information for Azure Logic Apps](../logic-apps/logic-apps-limits-and-config.md#configuration).
2525
2626
### Prerequisites
2727

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ ms.date: 02/28/2020
1212

1313
After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), add resources such as 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.
1414

15+
> [!IMPORTANT]
16+
> For logic apps and integration accounts to work together in an ISE,
17+
> both must use the *same ISE* as their location.
18+
1519
## Prerequisites
1620

1721
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,25 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
77
ms.topic: article
8-
ms.date: 03/05/2020
8+
ms.date: 03/12/2020
99
---
1010

1111
# Access to Azure Virtual Network resources from Azure Logic Apps by using integration service environments (ISEs)
1212

13-
Sometimes, your logic apps and integration accounts need access to secured resources, such as virtual machines (VMs) and other systems or services, that are inside an [Azure virtual network](../virtual-network/virtual-networks-overview.md). To set up this access, you can [create an *integration service environment* (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment.md). An ISE is an isolated instance of the Logic Apps service that uses dedicated resources and runs separately from the "global" multi-tenant Logic Apps service.
13+
Sometimes, your logic apps need access to secured resources, such as virtual machines (VMs) and other systems or services, that are inside an [Azure virtual network](../virtual-network/virtual-networks-overview.md). To set up this access, you can [create an *integration service environment* (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment.md). An ISE is an isolated instance of the Logic Apps service that uses dedicated resources and runs separately from the "global" multi-tenant Logic Apps service.
1414

1515
Running logic apps in your own separate isolated instance helps reduce the impact that other Azure tenants might have on your apps' performance, also known as the ["noisy neighbors" effect](https://en.wikipedia.org/wiki/Cloud_computing_issues#Performance_interference_and_noisy_neighbors). An ISE also provides these benefits:
1616

1717
* Your own static IP addresses, which are separate from the static IP addresses that are shared by the logic apps in the multi-tenant service. You can also set up a single public, static, and predictable outbound IP address to communicate with destination systems. That way, you don't have to set up additional firewall openings at those destination systems for each ISE.
1818

1919
* Increased limits on run duration, storage retention, throughput, HTTP request and response timeouts, message sizes, and custom connector requests. For more information, see [Limits and configuration for Azure Logic Apps](logic-apps-limits-and-config.md).
2020

21+
> [!NOTE]
22+
> Some Azure virtual networks use private endpoints ([Azure Private Link](../private-link/private-link-overview.md))
23+
> for providing access to Azure PaaS services, such as Azure Storage, Azure Cosmos DB, or Azure SQL Database,
24+
> partner services, or customer services that are hosted on Azure. If your logic apps need access to virtual
25+
> networks that use private endpoints, you must create, deploy, and run those logic apps inside an ISE.
26+
2127
When you create an ISE, Azure *injects* or deploys that ISE into your Azure virtual network. You can then use this ISE as the location for the logic apps and integration accounts that need access.
2228

2329
![Select integration service environment](./media/connect-virtual-network-vnet-isolated-environment-overview/select-logic-app-integration-service-environment.png)
@@ -40,7 +46,7 @@ You can still also use connectors that don't have the **CORE** or **ISE** label
4046
> For more information, see [Logic Apps pricing model](../logic-apps/logic-apps-pricing.md#fixed-pricing).
4147
> For pricing details, see [Logic Apps pricing](../logic-apps/logic-apps-pricing.md).
4248
43-
This overview describes more information about how an ISE gives your logic apps and integration accounts direct access to your Azure virtual network and compares the differences between an ISE and the multi-tenant Logic Apps service.
49+
This overview describes more information about how an ISE gives your logic apps direct access to your Azure virtual network and compares the differences between an ISE and the multi-tenant Logic Apps service.
4450

4551
<a name="difference"></a>
4652

@@ -50,8 +56,6 @@ When you create and run logic apps in an ISE, you get the same user experiences
5056

5157
![Connectors with and without labels in an ISE](./media/connect-virtual-network-vnet-isolated-environment-overview/labeled-trigger-actions-integration-service-environment.png)
5258

53-
54-
5559
* Built-in triggers and actions display the **CORE** label. They always run in the same ISE as your logic app. Managed connectors that display the **ISE** label also run in the same ISE as your logic app.
5660

5761
For example, here are some connectors that offer ISE versions:
@@ -130,8 +134,6 @@ You can use integration accounts with logic apps inside an integration service e
130134

131135
## Next steps
132136

133-
* [Connect to Azure virtual networks from isolated logic apps](../logic-apps/connect-virtual-network-vnet-isolated-environment.md)
134-
* [Add artifacts to integration service environments](../logic-apps/add-artifacts-integration-service-environment-ise.md)
135-
* [Manage integration service environments](../logic-apps/ise-manage-integration-service-environment.md)
137+
* [Connect to Azure virtual networks from Azure Logic Apps](../logic-apps/connect-virtual-network-vnet-isolated-environment.md)
136138
* Learn more about [Azure Virtual Network](../virtual-network/virtual-networks-overview.md)
137139
* Learn about [virtual network integration for Azure services](../virtual-network/virtual-network-for-azure-services.md)

0 commit comments

Comments
 (0)