question

Sayeeda-9639 avatar image
0 Votes"
Sayeeda-9639 asked PramodValavala-MSFT answered

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

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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.