DEV Community

Cover image for MANUALLY CREATE A CI / CD PIPELINE FOR A AZURE V3 FUNCTION APP
jeff-nelson-78954
jeff-nelson-78954

Posted on

MANUALLY CREATE A CI / CD PIPELINE FOR A AZURE V3 FUNCTION APP

This is a tutorial on how to manually setup a CI / CD pipeline using Azure DevOps for a Azure V3 Function app. Azure does have tooling in place to help automate the creation of the pipeline. However, I found the tooling limiting when you want to create a development and production instance of a function. I also ran into issues with the tooling consistently generating a working pipeline.

Read more

Top comments (0)