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
##customerIntent: As a logic app developer, I want to authenticate connections for my logic app workflow using a managed identity so I don't have to use credentials or secrets.
Copy file name to clipboardExpand all lines: articles/logic-apps/connect-on-premises-data-sources.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: mideboer, azla
7
7
ms.topic: how-to
8
-
ms.date: 12/01/2023
8
+
ms.date: 01/26/2025
9
9
#Customer intent: As a logic apps developer, I want to create a data gateway resource in the Azure portal so that my logic app workflow can connect to on-premises data sources.
10
10
---
11
11
@@ -145,23 +145,28 @@ After you create your gateway resource and associate your Azure subscription wit
145
145
146
146
The following example for a Consumption workflow shows sample information for a SQL Server connection:
147
147
148
-
:::image type="content" source="./media/connect-on-premises-data-sources/logic-app-gateway-connection.png" alt-text="Screenshot of a SQL Server connector. The 'Subscription,' 'Connection Gateway,' 'Connection name,' and other boxes have values.":::
148
+
:::image type="content" source="./media/connect-on-premises-data-sources/logic-app-gateway-connection.png" alt-text="Screenshot shows SQL Server managed connector with values in the Connection Name, Authentication Type, and other parameter boxes.":::
149
149
150
150
1. When you're done, select **Create**.
151
151
152
152
Your gateway connection is now ready for your logic app workflow to use.
153
153
154
154
## Edit connection
155
155
156
-
To update the settings for a gateway connection, you can edit your connection. This section continues using a Consumption workflow as the example.
157
-
158
-
1. To find all the API connections for your logic app resource, on your logic app's menu, under **Development Tools**, select **API connections**.
156
+
To update the settings for a connection that uses the on-premises data gateway, you can edit your connection.
157
+
158
+
### [Consumption](#tab/consumption)
159
+
160
+
1. To find all the API connections for your Consumption logic app resource, on your logic app menu, under **Development Tools**, select **API connections**.
159
161
160
-
:::image type="content" source="./media/connect-on-premises-data-sources/logic-app-api-connections.png" alt-text="Screenshot of a logic app resource in the Azure portal. On the logic app navigation menu, 'API connections' is highlighted.":::
162
+
:::image type="content" source="./media/connect-on-premises-data-sources/logic-app-api-connections.png" alt-text="Screenshot shows Azure portal, Consumption logic app resource, and resource menu. On resource menu, under Development Tools, API connections is selected.":::
161
163
162
-
1. Select the gateway connection that you want to edit, and then select **Edit API connection**.
164
+
1. Select the connection that you want to edit. On the connection pane, go to the connection menu, under **General**, select **Edit API connection**.
165
+
166
+
1. Make the changes that you want.
163
167
164
168
> [!TIP]
169
+
>
165
170
> If your updates don't take effect, try
166
171
> [stopping and restarting the gateway Windows service account](logic-apps-gateway-install.md#restart-gateway)
167
172
> for your gateway installation.
@@ -171,6 +176,18 @@ To find all API connections associated with your Azure subscription, use one of
171
176
* In the Azure portal search box, enter **api connections**, and select **API Connections**.
172
177
* From the Azure portal menu, select **All resources**. Set the **Type** filter to **API Connection**.
173
178
179
+
### [Standard](#tab/standard)
180
+
181
+
1. To find all the API connections for your Standard logic app resource, on your logic app menu, under **Workflows**, select **Connections**.
182
+
183
+
1. On the **Connections** page, select **API Connections**.
184
+
185
+
1. On the **API Connections** tab, select the connection that you want to edit.
186
+
187
+
1. On the connection page, go to the connection menu, under **General**, select **Edit API connection**.
Copy file name to clipboardExpand all lines: articles/logic-apps/install-on-premises-data-gateway.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: mideboer, azla
7
7
ms.topic: how-to
8
-
ms.date: 12/06/2023
8
+
ms.date: 01/26/2025
9
9
#Customer intent: As a logic apps developer, I want to create workflows that can access data in on-premises systems, which require that I install and set up the on-premises data gateway.
10
10
---
11
11
@@ -97,10 +97,14 @@ You can use the same gateway installation with other cloud services, such as Pow
97
97
98
98
1. If prompted, confirm that the installer can make changes to your computer.
99
99
100
+
Installation might take a few minutes.
101
+
100
102
1. After the gateway installation finishes, provide the email address for your Azure account, and select **Sign in**.
101
103
102
104
:::image type="content" source="./media/install-on-premises-data-gateway/sign-in-gateway-install.png" alt-text="Screenshot shows gateway installer with a message about successful installation, a box that contains an email address, and a button for Sign in.":::
103
105
106
+
1. When you're prompted to pick an account, select your Azure account.
107
+
104
108
1. Select **Register a new gateway on this computer** > **Next**.
105
109
106
110
This step registers your gateway installation with the [gateway cloud service](#how-the-gateway-works).
0 commit comments