You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-refresh-logic-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ To learn more about using REST APIs with Azure Analysis Services, see [Asynchron
18
18
19
19
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).
20
20
21
-
## Design the Logic App
21
+
## Design the logic app
22
22
23
23
> [!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).
Copy file name to clipboardExpand all lines: articles/logic-apps/add-artifacts-integration-service-environment-ise.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ ms.date: 02/28/2020
12
12
13
13
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.
14
14
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
+
15
19
## Prerequisites
16
20
17
21
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
Copy file name to clipboardExpand all lines: articles/logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,25 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: klam, logicappspm
7
7
ms.topic: article
8
-
ms.date: 03/05/2020
8
+
ms.date: 03/12/2020
9
9
---
10
10
11
11
# Access to Azure Virtual Network resources from Azure Logic Apps by using integration service environments (ISEs)
12
12
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.
14
14
15
15
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:
16
16
17
17
* 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.
18
18
19
19
* 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).
20
20
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
+
21
27
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.
22
28
23
29

@@ -40,7 +46,7 @@ You can still also use connectors that don't have the **CORE** or **ISE** label
40
46
> For more information, see [Logic Apps pricing model](../logic-apps/logic-apps-pricing.md#fixed-pricing).
41
47
> For pricing details, see [Logic Apps pricing](../logic-apps/logic-apps-pricing.md).
42
48
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.
44
50
45
51
<aname="difference"></a>
46
52
@@ -50,8 +56,6 @@ When you create and run logic apps in an ISE, you get the same user experiences
50
56
51
57

52
58
53
-
54
-
55
59
* 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.
56
60
57
61
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
130
134
131
135
## Next steps
132
136
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)
136
138
* Learn more about [Azure Virtual Network](../virtual-network/virtual-networks-overview.md)
137
139
* Learn about [virtual network integration for Azure services](../virtual-network/virtual-network-for-azure-services.md)
0 commit comments