0

I have gone through the Logic Apps (Single - tenant) documentation and then created single tenant logic app workflows using visual studio code. The created project structure contains the connections.json and local.settings.json files which contains the connections details of workflows.

I want to read the values from custom settings.json (appsettings.json) file instead of local.settings.json and then use those values in connections.json file. Also, I want to change these settings per environment wise in Azure DevOps release pipeline. So, can you please suggest me how to do it in Azure DevOps release pipeline?

Pradeep
  • 5,101
  • 14
  • 68
  • 140
  • I'm also struggling with this, I wonder did you get anywhere? – Jason Hyland Sep 24 '21 at 10:41
  • @JasonHyland, Follow this https://stackoverflow.com/questions/68888469/how-to-parameterize-the-values-in-workflow-json-and-connections-json-files-of-az stackoverflow question. – Pradeep Sep 24 '21 at 11:02

0 Answers0