In this lab, you will be deploying a web application to an Azure Web App using GitHub Actions.
The architecture looks like this:
By the end of this lab, you will have learned:
- What GitHub Workflows are and what you can do with them
- How to write a workflow file
- What events can trigger a workflow
- How to search the GitHub Actions marketplace for pre-built actions
- How to use Actions to deploy applications to Azure
Links to the labs are below, and these are sequential - please ensure you do them in order.
Lab 1 - Getting Started with Actions
Lab 2 - GitHub Actions & Secrets