Completed
- Wrap-up
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Deploy .NET Core Apps to Azure with GitHub Actions - Azure Friday
Automatically move to the next video in the Classroom when playback concludes
- 1 - Overview
- 2 - Project setup
- 3 - Configuring the workflow
- 4 - Build job - setting up the environment
- 5 - Build job - configuring the build
- 6 - Getting the publish profile from Azure
- 7 - Build job - handling secrets
- 8 - Build job - deploying to Azure
- 9 - Actions tab in GitHub and workflow log review
- 10 - Adding artifacts to the job
- 11 - Wrap-up