how to deploy logic app arm template having azure sql connection

Josh 46 Reputation points
2023-02-16T19:01:02.1166667+00:00

i have logic app that gets connected to Azure sql to pull records and then update those records through http post call. i have exported that logic app tempate and trying deploy it another Resource group through azure devops (CI/ Cd), how should i set up the sql sonnection through paramaters .

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

1 answer

Sort by: Most helpful
  1. MikeUrnun 9,777 Reputation points Moderator
    2023-02-21T21:28:14.1533333+00:00

    Hi @Josh - You'll want to have an environment-specific parameters file for connections like SQL, and configure your DevOps pipelines such that it uses the right parameters file for the corresponding environment that it's running deployment to. The guidance in the following doc is important on how to structure your parameters files: Parameters for Consumption versus Standard logic app workflows

    Once that part is completed, you'll then want to configure CI/CD with Azure DevOps: Deploy Logic Apps ARM templates via Azure DevOps

    Lastly, here are some resources that may help:

    I hope this is helpful. I'm not sure how exactly your workflow is designed, and what its ensuing ARM export structure looks like but if you include them in your post (omitting private details), I'd be happy to help in a more direct way.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.