Skip to content

Commit 5a827c6

Browse files
authored
Add steps to view gateway resource definition
1 parent 710a216 commit 5a827c6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

articles/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,6 @@ To find the values that you need to use in the **properties** object for complet
159159

160160
`GET https://management.azure.com/subscriptions/{Azure-subscription-ID}/providers/Microsoft.Web/locations/{Azure-region-location}/managedApis/{connector-name}?api-version=2016-06-01`
161161

162-
> [!NOTE]
163-
>
164-
> 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-
167162
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:
168163

169164
```json
@@ -190,6 +185,18 @@ In the response, find the **connectionParameters** object, which contains the ne
190185

191186
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.
192187

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+
193200
### Release to Azure
194201

195202
To set up a release pipeline that deploys to Azure, follow the associated steps for GitHub, Azure DevOps, or Azure CLI.

0 commit comments

Comments
 (0)