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
> If your connection uses an on-premises data gateway resource, this resource definition exists separately from the connector resource definition.
165
-
> For more information, see [Microsoft.Web connectionGateways](/azure/templates/microsoft.web/connectiongateways?pivots=deployment-language-arm-template#connectiongatewayreference-1).
166
-
167
162
In the response, find the **connectionParameters** object, which contains the necessary information to complete the resource definition for that specific connector. The following example shows an example resource definition for a SQL managed connection:
168
163
169
164
```json
@@ -190,6 +185,18 @@ In the response, find the **connectionParameters** object, which contains the ne
190
185
191
186
As an alternative, you can capture and review the network trace for when you create a connection using the workflow designer in Azure Logic Apps. Find the `PUT` call that's sent to the connector's managed API as previously described, and review the request body for all the necessary information.
192
187
188
+
#### On-premises data gateway resource definition
189
+
190
+
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:
191
+
192
+
1. In the [Azure portal](https://portal.azure.com), find and view the Azure resource for your on-premises data gateway.
193
+
194
+
1. On the resource menu, under **Automation**, select **Export template**.
195
+
196
+
After Azure generates the template, the gateway's resource definition appears in the code window.
197
+
198
+
For more information, see [Microsoft.Web connectionGateways](/azure/templates/microsoft.web/connectiongateways?pivots=deployment-language-arm-template#connectiongatewayreference-1).
199
+
193
200
### Release to Azure
194
201
195
202
To set up a release pipeline that deploys to Azure, follow the associated steps for GitHub, Azure DevOps, or Azure CLI.
0 commit comments