Continuous integration/continuous delivery (CI/CD) pipelines are a practice focused on improving software delivery using a DevOps approach.
A CI/CD pipeline may sound like overhead, but it isn’t. It’s essentially a runnable specification of the steps that any developer needs to perform to deliver a new software product version. In the absence of an automated pipeline, Engineers would still need to perform these steps manually and, therefore, be far less productive.
So, this whitepaper by Sandro Pereira, Microsoft Azure MVP, will serve as a complete guide for automating the implementation of Logic Apps Standard using Azure DevOps Pipelines.
What’s in store for you?
This whitepaper will give you a detailed understanding of the following:
- A brief overview of CI/CD pipelines
- Building Logic App Standard using Visual Studio Code
- Getting the Logic App Standard project ready for CI/CD
- How to execute CI/CD in Logic Apps Standard?