Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
/ github-azure-demo Public archive

Demonstration of using GitHub actions to deploy Azure app services

License

Notifications You must be signed in to change notification settings

liatrio/github-azure-demo

Repository files navigation

GitHub Actions + Azure App Service demo

This project demonstrates using GitHub Actions to test, build and deploy an application to Azure App Service.

It uses the Realworld example application to demonstrate the pipeline and services. The application is built using the Realworld ASP.NET Core backend combined with the Realworld React frontend.

Featured Technologies

Realworld Application Setup

Install the .NET Core SDK and lots of documentation: https://www.microsoft.com/net/download/core

Documentation for ASP.NET Core: https://docs.microsoft.com/en-us/aspnet/core/

Realworld Application Docker Build

There is a 'Makefile' for OS X and Linux:

  • make build executes docker-compose build
  • make run executes docker-compose run

The above might work for Docker on Windows

Realworld Application Local building

  • It's just another C# file! dotnet run -p build/build.csproj

Realworld Application Swagger URL

  • http://localhost:5000/swagger

About

Demonstration of using GitHub actions to deploy Azure app services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published