/aspnet-dotnet-core

Primary LanguageC#MIT LicenseMIT

ASP.NET Core Demo Web App

Deploy ASP.NET Core app to Azure Web App

This is just a demo ASP.NET Core web app that you can deploy with GitHub Actions.

Take a look at the workflow file .github/workflows/main.yml

GitHub Actions gives you the flexibility to build an automated software development lifecycle workflow. With the Azure App Service Actions for GitHub, you can automate your workflow to deploy to Azure App Service using GitHub Actions.

Deploy to App Service using GitHub Actions