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?