Logic Apps -- Can we change connection user for different environments ???

Tarapareddy,Saikrishna 61 Reputation points
2020-11-25T04:37:03.09+00:00

Hi ,

we have few logic apps in DEV and we are trying to determine the best way to deploy them to PROD without manual intervention

if we have a logic app that connects to ADLS and moves files to Sharepoint online we use our developer credentials in DEV , but in PROD if we want to use a different credential like a generic account , can we do it.?

Do we have to manually export the template and change the connections? or is there any easier way.?

Regards,

Sai

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

Accepted answer
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2020-11-25T11:10:47.423+00:00

    Just the $connections in the workflow JSON would be different. Once you have authorized API Connection resources for PROD, your Logic App deployment would just have to use them instead of the DEV resources.

    In your ARM Template, you could have a parameter to decide which connection resource to use.


0 additional answers

Sort by: Most helpful