Share via

Creating a Release Pipeline to Deploy Logic Apps with Azure DevOps

Anonymous
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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,530 Reputation points MVP
    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

    Was this answer helpful?

    0 comments No comments

Your answer

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