Skip to content

Commit 3ab102a

Browse files
author
ecfan
committed
Refresh updates
1 parent 3ae9905 commit 3ab102a

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

articles/logic-apps/authenticate-with-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 05/10/2024
8+
ms.date: 01/27/2025
99
ms.custom: subject-rbac-steps, devx-track-arm-template
1010

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

articles/logic-apps/connect-on-premises-data-sources.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: mideboer, azla
77
ms.topic: how-to
8-
ms.date: 12/01/2023
8+
ms.date: 01/26/2025
99
#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.
1010
---
1111

@@ -145,23 +145,28 @@ After you create your gateway resource and associate your Azure subscription wit
145145

146146
The following example for a Consumption workflow shows sample information for a SQL Server connection:
147147

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.":::
149149

150150
1. When you're done, select **Create**.
151151

152152
Your gateway connection is now ready for your logic app workflow to use.
153153

154154
## Edit connection
155155

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**.
159161

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.":::
161163

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

164168
> [!TIP]
169+
>
165170
> If your updates don't take effect, try
166171
> [stopping and restarting the gateway Windows service account](logic-apps-gateway-install.md#restart-gateway)
167172
> for your gateway installation.
@@ -171,6 +176,18 @@ To find all API connections associated with your Azure subscription, use one of
171176
* In the Azure portal search box, enter **api connections**, and select **API Connections**.
172177
* From the Azure portal menu, select **All resources**. Set the **Type** filter to **API Connection**.
173178

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**.
188+
189+
---
190+
174191
<a name="change-delete-gateway-resource"></a>
175192

176193
## Delete gateway resource

articles/logic-apps/create-workflow-with-trigger-or-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
66
ms.suite: integration
77
ms.reviewer: estfan, azla
88
ms.topic: how-to
9-
ms.date: 05/14/2024
9+
ms.date: 01/27/2025
1010
# As an Azure Logic Apps developer, I want to create a workflow using trigger and action operations in Azure Logic Apps.
1111
---
1212

articles/logic-apps/install-on-premises-data-gateway.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: mideboer, azla
77
ms.topic: how-to
8-
ms.date: 12/06/2023
8+
ms.date: 01/26/2025
99
#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.
1010
---
1111

@@ -97,10 +97,14 @@ You can use the same gateway installation with other cloud services, such as Pow
9797

9898
1. If prompted, confirm that the installer can make changes to your computer.
9999

100+
Installation might take a few minutes.
101+
100102
1. After the gateway installation finishes, provide the email address for your Azure account, and select **Sign in**.
101103

102104
:::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.":::
103105

106+
1. When you're prompted to pick an account, select your Azure account.
107+
104108
1. Select **Register a new gateway on this computer** > **Next**.
105109

106110
This step registers your gateway installation with the [gateway cloud service](#how-the-gateway-works).
9.12 KB
Loading
-4.36 KB
Loading
770 Bytes
Loading

0 commit comments

Comments
 (0)