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-azure-resource-manager-templates-overview.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -609,7 +609,7 @@ For more information about workflow definition parameters, see [Parameters - Wor
609
609
610
610
## Connection resource definitions
611
611
612
-
When your logic app creates and uses connections to other services and system by using [managed connectors](../connectors/managed.md), your template's `resources` object contains the resource definitions for those connections. Although you create connections from within a logic app, connections are separate Azure resources with their own resource definitions. Also, if your connection uses an on-premises data gateway resource, this resource definition exists separately from the connector resource definition. For more information, see [Microsoft.Web connectionGateways](/azure/templates/microsoft.web/connectiongateways?pivots=deployment-language-arm-template#connectiongatewayreference-1).
612
+
When your logic app creates and uses connections to other services and system by using [managed connectors](../connectors/managed.md), your template's `resources` object contains the resource definitions for those connections. Although you create connections from within a logic app, connections are separate Azure resources with their own resource definitions. Also, if your connection uses an on-premises data gateway resource, this resource definition exists separately from the connector resource definition. For more information, see [On-premises data gateway resource definitions](#data-gateway-resource-definitions) and [Microsoft.Web connectionGateways](/azure/templates/microsoft.web/connectiongateways?pivots=deployment-language-arm-template#connectiongatewayreference-1).
613
613
614
614
To review connection resource definitions, [download your logic app from Azure into Visual Studio](../logic-apps/manage-logic-apps-with-visual-studio.md), which is the easiest way to create a valid parameterized logic app template that's mostly ready for deployment.
615
615
@@ -785,6 +785,20 @@ This example shows the interactions between your logic app's resource definition
785
785
}
786
786
```
787
787
788
+
<aname="data-gateway-resource-definitions"></a>
789
+
790
+
## On-premises data gateway resource definitions
791
+
792
+
If your connection uses an on-premises data gateway resource, this resource definition exists separately from the connector resource definition. To view the data gateway's resource definition, follow these steps:
793
+
794
+
1. In the [Azure portal](https://portal.azure.com), find and view the Azure resource for your on-premises data gateway.
795
+
796
+
1. On the resource menu, under **Automation**, select **Export template**.
797
+
798
+
After Azure generates the template, the gateway's resource definition appears in the code window.
799
+
800
+
For more information, see [Microsoft.Web connectionGateways](/azure/templates/microsoft.web/connectiongateways?pivots=deployment-language-arm-template#connectiongatewayreference-1).
801
+
788
802
<aname="secure-connection-parameters"></a>
789
803
790
804
### Secure connection parameters
@@ -987,7 +1001,6 @@ Some connections support using a Microsoft Entra [service principal](../active-d
987
1001
|`token:clientSecret`| The key value associated with your service principal |
988
1002
|`token:TenantId`| The directory ID for your Microsoft Entra tenant |
989
1003
|`token:grantType`| The requested grant type, which must be `client_credentials`. For more information, see [Microsoft identity platform and the OAuth 2.0 client credentials flow](../active-directory/develop/v2-oauth2-client-creds-grant-flow.md). |
0 commit comments