The previous chapter provided you with an overview of Azure DevOps and the importance of leveraging a modularized approach with ARM templates. We went through the core concepts of Azure DevOps and how you can build a continuous integration/continuous deployment pipeline in Azure DevOps.
This chapter will focus on integrating GitHub actions to implement a continuous integration/continuous deployment to publish your environment in Azure.
The fundamentals of GitHub actions
How to build a GitHub ...