Skip to content

Commit b28d09a

Browse files
authored
Merge pull request #214211 from ecfan/gateway2
Azure Logic Apps: Add info about Standard built-in connectors
2 parents fc94183 + 50025ab commit b28d09a

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/logic-apps/logic-apps-gateway-install.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,33 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: arthii, azla
77
ms.topic: how-to
8-
ms.date: 10/04/2022
8+
ms.date: 10/12/2022
99

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.
1111
---
1212

1313
# Install on-premises data gateway for Azure Logic Apps
1414

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

1723
* [Microsoft Power Automate on-premises data gateway](/power-automate/gateway-reference)
1824
* [Microsoft Power BI on-premises data gateway](/power-bi/service-gateway-onprem)
1925
* [Microsoft Power Apps on-premises data gateway](/powerapps/maker/canvas-apps/gateway-reference)
2026
* [Azure Analysis Services on-premises data gateway](../analysis-services/analysis-services-gateway.md)
2127

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-
2428
<a name="requirements"></a>
2529

2630
## Prerequisites
2731

2832
* 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).
2933

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.
3135

3236
> [!NOTE]
3337
> 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
4347

4448
* 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.
4549

46-
* Here are requirements for your local computer:
50+
* Local computer requirements:
4751

4852
**Minimum requirements**
4953

@@ -64,10 +68,7 @@ This article shows how to download, install, and set up your on-premises data ga
6468

6569
* 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.
6670

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.
7172

7273
* 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.
7374

0 commit comments

Comments
 (0)