Chapter 18 reviewed how you can enable automation through GitHub actions to deploy your ARM templates hosted in your GitHub repository to Azure, and it covered the components of GitHub actions and how you can start working on your actions.
Then we reviewed the process to deploy ARM templates to your environment using GitHub actions.
This chapter will focus on the most recent initiative from Microsoft to leverage a declarative language for describing and deploying Azure resources: Bicep.
Why Bicep is relevant for you
How Bicep ...