Build your first Bicep deployment workflow by using GitHub Actions
In this module, you'll create an automated workflow in GitHub Actions that securely deploys resources to Azure from Bicep code. You'll also learn to configure your workflow to run on a schedule or when your configuration changes.
Learning objectives
After completing this module, you'll be able to:
- Automate Bicep deployments by using a workflow in GitHub Actions.
- Set up a workload identity to authenticate a workflow to Azure.
- Select an appropriate workflow trigger and set of tasks for a Bicep deployment.
Prerequisites
You should be familiar with using:
- Bicep, including creating and deploying basic files
- Azure, including the Azure portal, subscriptions, resource groups, and resources
- Basic Git commands, including cloning, committing files, and pushing changes to GitHub
To work through the exercises in the module, you'll need an Azure account with the ability to create resource groups and Azure Active Directory applications.
You'll also need the following installed locally:
- Visual Studio Code.
- The Bicep extension for Visual Studio Code.
- The latest Azure CLI tools or the latest Azure PowerShell.
- Git.