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/logic-apps/logic-apps-gateway-install.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,29 +5,33 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: arthii, azla
7
7
ms.topic: how-to
8
-
ms.date: 10/04/2022
8
+
ms.date: 10/12/2022
9
9
10
-
#Customer intent: As a software developer, I want to install and set up the on-premises data gateway so that I can create logic app workflows that can access data in on-premises systems.
10
+
#Customer intent: As a software developer, I want to create logic app workflows that can access data in on-premises systems, which requires that I install and set up the on-premises data gateway.
11
11
---
12
12
13
13
# Install on-premises data gateway for Azure Logic Apps
14
14
15
-
Before you can [connect to on-premises data sources from Azure Logic Apps](../logic-apps/logic-apps-gateway-connection.md), download and install the [on-premises data gateway](https://aka.ms/on-premises-data-gateway-installer) on a local computer. The gateway works as a bridge that provides quick data transfer and encryption between data sources on premises and your logic apps. You can use the same gateway installation with other cloud services, such as Power Automate, Power BI, Power Apps, and Azure Analysis Services. For information about how to use the gateway with these services, see these articles:
15
+
In Consumption logic app workflows, some connectors provide access on-premises data sources. However, before you can create these connections, you have to download and install the [on-premises data gateway](https://aka.ms/on-premises-data-gateway-installer) and then create an Azure resource for that gateway installation. The gateway works as a bridge that provides quick data transfer and encryption between on-premises data sources and your workflows. You can use the same gateway installation with other cloud services, such as Power Automate, Power BI, Power Apps, and Azure Analysis Services.
16
+
17
+
In Standard logic app workflows, [built-in service provider connectors](/azure/logic-apps/connectors/built-in/reference/) don't need the gateway to access your on-premises data source. Instead, you provide information that authenticates your identity and authorizes access to your data source. If a built-in connector isn't available for your data source, but a managed connector is available, you'll need the on-premises data gateway.
18
+
19
+
This article shows how to download, install, and set up your on-premises data gateway so that you can access on-premises data sources from Azure Logic Apps. You can also learn more about [how the data gateway works](#gateway-cloud-service) later in this topic. For more information about the gateway, see [What is an on-premises gateway](/data-integration/gateway/service-gateway-onprem)? To automate gateway installation and management tasks, visit the PowerShell gallery for the [DataGateway PowerShell cmdlets](https://www.powershellgallery.com/packages/DataGateway/3000.15.15).
20
+
21
+
For information about how to use the gateway with these services, see these articles:
16
22
17
23
*[Microsoft Power Automate on-premises data gateway](/power-automate/gateway-reference)
18
24
*[Microsoft Power BI on-premises data gateway](/power-bi/service-gateway-onprem)
19
25
*[Microsoft Power Apps on-premises data gateway](/powerapps/maker/canvas-apps/gateway-reference)
20
26
*[Azure Analysis Services on-premises data gateway](../analysis-services/analysis-services-gateway.md)
21
27
22
-
This article shows how to download, install, and set up your on-premises data gateway so that you can access on-premises data sources from Azure Logic Apps. You can also learn more about [how the data gateway works](#gateway-cloud-service) later in this topic. For more information about the gateway, see [What is an on-premises gateway](/data-integration/gateway/service-gateway-onprem)? To automate gateway installation and management tasks, visit the PowerShell gallery for the [DataGateway PowerShell cmdlets](https://www.powershellgallery.com/packages/DataGateway/3000.15.15).
23
-
24
28
<aname="requirements"></a>
25
29
26
30
## Prerequisites
27
31
28
32
* An Azure account and subscription. If you don't have an Azure account with a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29
33
30
-
* Your Azure account needs to be either a work account or school account, which looks like `[email protected]`. You can't use Azure B2B (guest) accounts or personal Microsoft accounts, such as @hotmail.com or @outlook.com.
34
+
* Your Azure account needs to use either a work account or school account, which looks like `[email protected]`. You can't use Azure B2B (guest) accounts or personal Microsoft accounts, such as @hotmail.com or @outlook.com.
31
35
32
36
> [!NOTE]
33
37
> If you signed up for a Microsoft 365 offering and didn't provide your work email address,
@@ -43,7 +47,7 @@ This article shows how to download, install, and set up your on-premises data ga
43
47
44
48
* Later in the Azure portal, you need to use the same Azure account to create an Azure gateway resource that links to your gateway installation. You can link only one gateway installation and one Azure gateway resource to each other. However, your Azure account can link to different gateway installations that are each associated with an Azure gateway resource. Your logic apps can then use this gateway resource in triggers and actions that can access on-premises data sources.
45
49
46
-
*Here are requirements for your local computer:
50
+
*Local computer requirements:
47
51
48
52
**Minimum requirements**
49
53
@@ -64,10 +68,7 @@ This article shows how to download, install, and set up your on-premises data ga
64
68
65
69
* Install the on-premises data gateway only on a local computer, not a domain controller. You don't have to install the gateway on the same computer as your data source. You need only one gateway for all your data sources, so you don't need to install the gateway for each data source.
66
70
67
-
> [!TIP]
68
-
> To minimize latency, you can install the gateway as close
69
-
> as possible to your data source, or on the same computer,
70
-
> assuming that you have permissions.
71
+
* To minimize latency, install the gateway as close as possible to your data source, or on the same computer, assuming that you have permissions.
71
72
72
73
* Install the gateway on a local computer that's on a wired network, connected to the internet, always turned on, and doesn't go to sleep. Otherwise, the gateway can't run, and performance might suffer over a wireless network.
0 commit comments