I would like to integrate Azure logic app and connectors using ARM template

Sayeeda 21 Reputation points
2021-08-10T12:56:07.137+00:00

I am in need of integrating azure logic app with connectors like SQL using arm templates.How can I achieve this?I dont see any reference templates on the same.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2021-08-10T17:16:02.76+00:00

    @Sayeeda This official doc should cover most of the details required to deploy Logic Apps along with API Connections using ARM Templates.

    Do note that OAuth Connections are a bit trickier since they require user consent, and a few options are covered in this section of the docs. The best approach would be to reuse existing API Connection resources for such connectors.

    0 comments No comments