Forum Discussion
Kadeabdul
Jul 05, 2023Copper Contributor
How to retrieve Azure Connection API with Connection Runtime Url for multiples environment
Hello, I set up my pipeline to deploy Logic App standard into multiples environments but I have issues retrieving the api connection from each different environment and use them in connection json f...
anilnair92
Jul 10, 2023Copper Contributor
Hello Abdul did you got any solution can you send me the code just want to check how you are achieving this
- KadeabdulJul 10, 2023Copper Contributor
This is how I resolve my issues. I set up those values into in the appsettings and call them in the connection.json file. It worked for me.
- anilnair92Jul 10, 2023Copper ContributorThanks abdul for the reply do you have the code that was used by you its seems the the same things iam looking for to implement and thanks very much for your help abdul
- KadeabdulJul 10, 2023Copper Contributor
- KadeabdulJul 10, 2023Copper Contributorhttps://dev.to/leonards/parameterising-logic-app-standard-connectionsjson-with-bicep-part-2-hdl this link also help too, you should take a look.