Can the accounts for creation of logic app and deployment of logic app be different?

Fareeha Sattar Shaikh 40 Reputation points
2024-05-15T14:52:04.7166667+00:00

Can I use a service account to create logic app? And then deploy it on test and live environment using a different user account?

How will that work? I know for automation, service account must be used. But is it necessary for the account through which we are deploying is same as the one through which the logic app is created?

Thanks.

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

Accepted answer
  1. LeelaRajeshSayana-MSFT 13,871 Reputation points
    2024-05-15T20:32:29.3633333+00:00

    Hi @Fareeha Sattar Shaikh Thank you for posting the question on this forum.

    If you have an ARM template generated for your Logic App, you can use that to deploy the App on a different environment using a different account and various approaches such as CLI, PowerShell, Visual Studio etc. Please refer to Deploy Azure Resource Manager templates for Azure Logic Apps

    Here is a reference on how you can Create Logic Apps using ARM templates. If you have an existing resource in the portal, you can export the ARM template for the resource through Azure portal or CLI or PowerShell. Here is a reference for the documentation - Use Azure portal to export a template If you do use this approach to generate the template, please make sure to test this before using it in Production as the template might be missing some password parameters.

    Hope this helps. Please let us know if you have any further questions.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.


0 additional answers

Sort by: Most helpful