CI/CD

CI/CD For Azure Functions App By Using GitHub And Azure DevOps

This post details the process of using Azure DevOps to implement the CI/CD pipeline for our Azure Functions app project created in the previous post, the issues encountered in the process (of course they are solved 😃), and how to add the build/deployment status badges to our GitHub repo.

CI/CD For Python Code Using Azure, Jenkins, Nginx, and GitHub: Part One

I will introduce how to set a Jenkins server up behind an Nginx reverse proxy server on Azure by creating a Linux virtual machine on Azure and configuring Azure NSG(network security group)