In this video you will learn how to deploy Asp.net core application with GitHub workflow and actions.
we will create a new asp.net core app with vs-code ,create a web app into azure subscription and then we will deploy the app from GitHub, this will include the steps like GitHub repository setup a workflow configuration and deployment setup with approvals and stages.
source code can be find here on GitHub:
https://github.com/bee-a-learner/gith...
Table of Contents:
00:00 - Introduction
00:25 - setup GitHub repo
01:19 - create asp.net core app
04:04 - create web-app in azure
05:07 - configure GitHub workflow
13:37 - modify GitHub workflow in vocode
#github #azure #asp.net