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.
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.
@Sayeeda-9639 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.
11 people are following this question.