Azure Coding Architect

Tinkering in the cloud...

Multi-staged GitHub Pipeline

2021-09-11 3 min read Technology Bas Van De Sande
At the moment I’m working on some infrastructure pipelines to build and deploy Azure infrastructure for one of our clients. For me a cool project as I’m learning to work with technologies such as Bicep and GitHub actions. In this project we use GitHub actions for the CI/CD process. In this process every time a pull request is merged in the main branch, an automated build, test and deployment process is triggered. Continue reading