Deploy LogicApps in another account - default connections

Mayur Macwan 111 Reputation points
2021-02-27T19:37:26.42+00:00

Deploying LogicApps in other Subscriptions or Resource Groups or Environments is smoothly done using the ARM Templates. But If I want to deploy the logic app in a totally new Azure Account, where I do not have all the connections created yet, is it possible to customize the ARM template so that it deploys the LogicApp and allows you to create connections once you open the LogicApp in a designer?

e.g. I have a LogicApp that connects to a SQL Server.

in my new Azure Account, in order to create the SQL Connection, I need to first create a dummy LogicApp and create the SQL Connection. But What If I dont want to create the connection first. I want to deploy the logicApp using the ARM template, and after deployment, I Can open the LogicApp in designer mode and create connection?

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,591 Reputation points Microsoft Employee
    2021-03-01T05:09:56.123+00:00

    @Mayur Macwan In fact, you could also deploy the required Connection Resources as part of the ARM Template itself. And once created, you would just have to authorize all the created connections.

    Also, as mentioned in the docs, connectors that could use Service Principals allow to even skip the authorization step where applicable.