Relative Content

Tag Archive for azurearmazure-bicep

Bicep for creating API connection for SQL over Data Gateway

I’m trying to automate deployment of my Azure integration project using bicep. The projects includes a Logic App, which connects to an on-prem sql database unsing an on-premise data gateway. This requires creating an Api Connection for the Logic App. However, exact parameters for the API connection are not documented at all and cannot be exported from the UI. I found similar thread for Arm, not bicep, and gave the following code a try: