Continuous Integration and Continuous Deployment (CI/CD) is an essential practice in Azure development. Although it is possible to execute each CI/CD pipeline step manually, the true value is achieved only through automation.
And to improve software delivery using CI/CD pipelines, either a DevOps or a Site Reliability Engineering (SRE) approach is highly recommended.

In this whitepaper, Pedro Almeida and I will demonstrate how to use Azure DevOps Pipelines to implement CI/CD with Logic Apps Consumption.
We will explain it all in detail, from creating a project in Azure DevOps, provisioning a Logic App Consumption, to configuring the built Logic App for CI/CD.
📝 One-Minute Brief
A comprehensive whitepaper that teaches you how to implement complete CI/CD automation for Logic Apps Consumption using Azure DevOps Pipelines. It walks you through creating your Azure DevOps project, structuring your Logic App solution, preparing it for CI/CD, and building automated pipelines that improve delivery, reliability, and DevOps maturity.
What’s in store for you?
This whitepaper will give you a detailed understanding of the following:
- An introduction to:
- What is a CI/CD Pipeline?
- What are CI/CD Pipelines?
- What is Azure DevOps?
- Create an organization or project collection in Azure DevOps
- Create a project in Azure DevOps
- Building a Logic App (Consumption) from scratch
- Setting up the Visual Studio Logic App (Consumption) project for CI/CD
- A step-by-step approach to building Azure Pipelines
Where can I download it?
You can download the whitepaper here:
I hope you enjoy reading this paper, and any comments or suggestions are welcome.
Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son.
Hi,
it seems the development of logic apps has stalled. Eg there is no extension for visual studio 2022. The visual studio code extension seems to be interacting directly with the logic apps while not really having source control integration.
Do you still recommend using vstudio 2019 for logic app development?
Yep, I know your pain. Yes, I will recommend using Visual Studio 2019 for Logic App Consumption development.
At the moment, I use:
– Visual Studio Code for developing Logic App Standard
– Visual Studio 2019 for developing Logic App Consumption
– Visual Studio 2022 for developing Azure Functions