Creating a Release Pipeline to Deploy Logic Apps with Azure DevOps

Francesco Ghigo 20 Reputation points
2024-03-25T09:25:44.5533333+00:00

Is it possible to create a release pipeline in Azure DevOps that can automatically extract and deploy Logic Apps from an artifact with the newest changes? Currently, I have to manually create separate releases if I make changes to multiple Logic Apps and provide the name of each Logic App. I am also working with multiple environments (e.g. Dev, Test, etc.).

Can someone help me achieve this?

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

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 13,825 Reputation points
    2024-03-25T17:16:36.5+00:00

    I think the best way to do this is to use ARM Templates

    you can check the following document

    https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview

    you can define parameters and and template parameters file for different environments

    0 comments No comments

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.