Skip to content

Commit 810b962

Browse files
authored
Add steps to view gateway resource definition
1 parent 5a827c6 commit 810b962

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/logic-apps/logic-apps-azure-resource-manager-templates-overview.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ For more information about workflow definition parameters, see [Parameters - Wor
609609

610610
## Connection resource definitions
611611

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).
613613

614614
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.
615615

@@ -785,6 +785,20 @@ This example shows the interactions between your logic app's resource definition
785785
}
786786
```
787787

788+
<a name="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+
788802
<a name="secure-connection-parameters"></a>
789803

790804
### Secure connection parameters
@@ -987,7 +1001,6 @@ Some connections support using a Microsoft Entra [service principal](../active-d
9871001
| `token:clientSecret` | The key value associated with your service principal |
9881002
| `token:TenantId` | The directory ID for your Microsoft Entra tenant |
9891003
| `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). |
990-
|||
9911004

9921005
**Template parameter definitions**
9931006

0 commit comments

Comments
 (0)