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-connection.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 10/18/2019
13
13
14
14
# Connect to on-premises data sources from Azure Logic Apps
15
15
16
-
Before you can access data sources on premises from your logic apps, you need to create an Azure resource for an *on-premises data gateway* that you've already[installed on a local computer](../logic-apps/logic-apps-gateway-install.md). Your logic apps then use this gateway resource in the triggers and actions provided by the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors).
16
+
Before you can access data sources on premises from your logic apps, you need to create an Azure resource for an *on-premises data gateway* that you've previously[installed on a local computer](../logic-apps/logic-apps-gateway-install.md). Your logic apps then use this gateway resource in the triggers and actions provided by the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors) that are available for Azure Logic Apps.
17
17
18
18
This article shows how to create your Azure gateway resource *after* you [install the gateway on a local computer](../logic-apps/logic-apps-gateway-install.md). For more information about the gateway, see [How the gateway works](../logic-apps/logic-apps-gateway-install.md#gateway-cloud-service).
19
19
@@ -32,7 +32,7 @@ For information about how to use the gateway with other services, see these arti
32
32
33
33
## Supported data sources
34
34
35
-
For Azure Logic Apps, the on-premises data gateway supports the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors) for these data sources:
35
+
In Azure Logic Apps, the on-premises data gateway supports the [on-premises connectors](../connectors/apis-list.md#on-premises-connectors) for these data sources:
36
36
37
37
* BizTalk Server 2016
38
38
* File System
@@ -55,9 +55,9 @@ Azure Logic Apps supports read and write operations through the data gateway. Ho
55
55
56
56
* You have the [same Azure account and Azure subscription](../logic-apps/logic-apps-gateway-install.md#requirements) that you used when you installed the on-premises data gateway.
57
57
58
-
*You haven't previously linked your gateway installation to another gateway resource in Azure.
58
+
*Your gateway installation isn't already linked to another Azure gateway resource in Azure.
59
59
60
-
When you create a gateway resource in the Azure portal, you select an installed gateway that you link to your gateway resource and only that gateway resource. In Azure Logic Apps, on-premises triggers and actions can then use the gateway resource for connecting to on-premises data sources. In these triggers and actions, you can select a gateway resource from your various Azure subscriptions. Each gateway resource links to only one gateway installation, which links to only one Azure subscription.
60
+
When you create a gateway resource in the Azure portal, you select a gateway installation that links to your gateway resource and only that gateway resource. In Azure Logic Apps, on-premises triggers and actions can then use the gateway resource for connecting to on-premises data sources. In these triggers and actions, you select a gateway resource from your various Azure subscriptions. However, each gateway resource links to only one gateway installation, which links to only one Azure subscription.
61
61
62
62
> [!TIP]
63
63
> To use more than one gateway installation in an Azure subscription,
@@ -67,7 +67,7 @@ Azure Logic Apps supports read and write operations through the data gateway. Ho
67
67
68
68
## Create Azure gateway resource
69
69
70
-
After you install the gateway on a local computer, create the Azure resource for your gateway.
70
+
After you install the gateway on a local computer, create the Azure resource for your gateway.
71
71
72
72
1. Sign in to the [Azure portal](https://portal.azure.com) with the same Azure account that was used to install the gateway.
73
73
@@ -83,14 +83,14 @@ After you install the gateway on a local computer, create the Azure resource for
83
83
84
84
| Property | Description |
85
85
|----------|-------------|
86
-
|**Resource Name**|Your gateway resource name, which can contain only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), and periods (`.`). |
87
-
|**Subscription**|Your Azure subscription, which must be the same as gateway installation and logic app. The default subscription is based on the Azure account that you used to sign in. |
86
+
|**Resource Name**|Provide a name for your gateway resource that contains only letters, numbers, hyphens (`-`), underscores (`_`), parentheses (`(`, `)`), or periods (`.`). |
87
+
|**Subscription**|Select the same Azure subscription that you used for your gateway installation. The default subscription is based on the Azure account that you used to sign in. |
88
88
|**Resource group**| The [Azure resource group](../azure-resource-manager/resource-group-overview.md) that you want to use |
89
-
|**Location**| The same region as the location that was selected for the gateway cloud service during [gateway installation](../logic-apps/logic-apps-gateway-install.md). Otherwise, your gateway installation won't appear in the **Installation Name** list for you to select. Your logic app location can differ from your gateway resource location. |
90
-
|**Installation Name**| Select a gateway installation that's already on a local computer. The list shows only gateway installations that meet these conditions: <p><p>- Not already linked to other Azure gateway resources <br>- Already linked to the Azure account and subscription that you're currently using to create the gateway resource. <p><p>Although a gateway installation maps to only one gateway resource and one subscription, in Azure Logic Apps, on-premises triggers and actions can select a gateway resource from your various Azure subscriptions. |
89
+
|**Location**| The same region as the location that you selected for the gateway cloud service during [gateway installation](../logic-apps/logic-apps-gateway-install.md). Otherwise, your gateway installation won't appear in the **Installation Name** list for you to select. Your logic app location can differ from your gateway resource location. |
90
+
|**Installation Name**| Select a gateway installation that already exists on a local computer. The list shows only gateway installations that meet these conditions: <p><p>- Exist in the same region as the gateway resource that you want to create <br>- Not already linked to another Azure gateway resource <br>- Linked to the Azure account and subscription that you're using to create the gateway resource <p><p>Although a gateway installation can link to only one gateway resource and one subscription, in Azure Logic Apps, on-premises triggers and actions can select a gateway resource from your various Azure subscriptions. |
91
91
|||
92
92
93
-
Here is an example:
93
+
Here is an example that shows a gateway installation that exists in the same region as your gateway resource:
94
94
95
95

96
96
@@ -104,7 +104,7 @@ After you create your gateway resource and associate your Azure subscription wit
104
104
105
105
1. Add a connector that supports on-premises connections, for example, **SQL Server**.
106
106
107
-
1. Select **Connect via on-premises data gateway**.
107
+
1. Select **Connect via on-premises data gateway**.
108
108
109
109
1. Under **Gateways**, from the **Subscriptions** list, select your Azure subscription that has the gateway resource you want.
110
110
@@ -113,34 +113,34 @@ After you create your gateway resource and associate your Azure subscription wit
113
113
> [!NOTE]
114
114
> The gateways list includes gateway resources in other regions because your
115
115
> logic app's location can differ from your gateway resource's location.
116
-
116
+
117
117
1. Provide a unique connection name and other required information, which depends on the connection that you want to create.
118
118
119
119
A unique connection name helps you easily find that connection later, especially if you create multiple connections. If applicable, also include the qualified domain for your username.
120
-
120
+
121
121
Here is an example:
122
122
123
123

124
124
125
-
1. When you're done, select **Create**.
125
+
1. When you're done, select **Create**.
126
126
127
127
Your gateway connection is now ready for your logic app to use.
128
128
129
129
## Edit connection
130
130
131
131
To update the settings for a gateway connection, you can edit your connection.
132
132
133
-
1. To find all API connections for just your logic app, on your logic app's menu, under **Development Tools**, select **API connections**.
134
-
133
+
1. To find all the API connections for just your logic app, on your logic app's menu, under **Development Tools**, select **API connections**.
134
+
135
135

136
136
137
137
1. Select the gateway connection you want, and then select **Edit API connection**.
138
138
139
139
> [!TIP]
140
-
> If your updates don't take effect,
141
-
> try [stopping and restarting the gateway Windows service account](../logic-apps/logic-apps-gateway-install.md#restart-gateway) for your gateway installation.
140
+
> If your updates don't take effect, try
141
+
> [stopping and restarting the gateway Windows service account](../logic-apps/logic-apps-gateway-install.md#restart-gateway) for your gateway installation.
142
142
143
-
To find all API connections associated with your Azure subscription:
143
+
To find all API connections associated with your Azure subscription:
144
144
145
145
* From the main Azure menu, go to **All services** > **Web** > **API Connections**.
146
146
* Or, from the main Azure menu, go to **All resources**. Set the **Type** filter to **API Connection**.
@@ -149,7 +149,7 @@ To find all API connections associated with your Azure subscription:
149
149
150
150
## Delete gateway resource
151
151
152
-
To create a different gateway resource, link your gateway installation to a different gateway resource, or remove the gateway resource, you can delete the gateway resource without affecting the gateway installation.
152
+
To create a different gateway resource, link your gateway installation to a different gateway resource, or remove the gateway resource, you can delete the gateway resource without affecting the gateway installation.
153
153
154
154
1. From the main Azure menu, select **All resources**. Find and select your gateway resource.
155
155
@@ -166,9 +166,11 @@ To create a different gateway resource, link your gateway installation to a diff
166
166
**Q**: Why don't I see my gateway installation when I create the gateway resource in Azure? <br/>
167
167
**A**: This issue can happen for these reasons:
168
168
169
-
* Your gateway installation is already registered and claimed by another gateway resource in Azure. Gateway installations don't appear in the instances list after gateway resources are created for them. To check your gateway registrations in the Azure portal, review all your Azure resources with the **On-premises Data Gateways** type for *all* Azure subscriptions.
169
+
* Your gateway resource and gateway installation need to use the same region. Otherwise, your gateway installation won't appear in the **Installation Name** list for you to select. Your logic app location can differ from your gateway resource location.
170
+
171
+
* Your gateway installation is already registered and claimed by another gateway resource in Azure. These gateway installations don't appear in the **Installation Name** list after they are linked to gateway resources. To check your gateway registrations in the Azure portal, review all your Azure resources that have the **On-premises Data Gateways** type across *all* your Azure subscriptions.
170
172
171
-
* The Azure AD identity for the person who installed the gateway differs from the person who signed in to the Azure portal. Check that you're signed in with the same identity that installed the gateway.
173
+
* The Azure account that you're using to create the gateway resource in the Azure portal differs from the Azure account that was used to install and register the gateway on the local computer. Check that you're signed in to the Azure portal with the same identity that was used to installed the gateway.
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-gateway-install.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ This article shows how to download, install, and set up your on-premises data ga
28
28
29
29
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
30
30
31
-
* You need to use the same Azure account to install and to administer the gateway on your local computer.
31
+
* You need to use the same Azure account to install and to administer the gateway on your local computer.
32
+
33
+
During gateway installation, you sign in with your Azure account, which links your gateway installation to your Azure subscription and only that subscription. Later, in the Azure portal, you need to use the same Azure account for creating an Azure gateway resource that links to your gateway installation. In Azure Logic Apps, on-premises triggers and actions then use the gateway resource for connecting to on-premises data sources.
32
34
33
-
During gateway installation, you sign in with your Azure account, which links your gateway installation to your Azure subscription and only that subscription. Later, in the Azure portal, you need to use the same Azure account for creating an Azure gateway resource that links to your gateway installation. In Azure Logic Apps, on-premises triggers and actions then use the gateway resource for connecting to on-premises data sources.
34
-
35
35
> [!NOTE]
36
36
> You can't link the same gateway installation to multiple subscriptions or gateway resources.
37
37
> However, in an on-premises trigger or action, you can select a gateway resource from your
@@ -258,9 +258,9 @@ If you're not a domain admin, you might not know your UPN. To find the UPN for y
258
258
259
259
### Synchronize an on-premises Active Directory with Azure Active Directory
260
260
261
-
The UPN for your on-premises Active Directory accounts and Azure AD accounts must be the same. So, make sure that each on-premises Active Directory account matches your Azure AD account. The cloud services know only about accounts within Azure AD. So, you don't need to add an account to your on-premises Active Directory. If the account doesn't exist in Azure AD, you can't use that account.
261
+
The UPN for your on-premises Active Directory accounts and Azure AD accounts must be the same. So, make sure that each on-premises Active Directory account matches your Azure AD account. The cloud services know only about accounts within Azure AD. So, you don't need to add an account to your on-premises Active Directory. If the account doesn't exist in Azure AD, you can't use that account.
262
262
263
-
Here are ways that you can match your on-premises Active Directory accounts with Azure AD.
263
+
Here are ways that you can match your on-premises Active Directory accounts with Azure AD.
0 commit comments