Skip to content

An example .NET 5 Ionic REST API using GitHub Actions (CI/CD) to Microsoft Azure.

License

Notifications You must be signed in to change notification settings

galactic-plane/line-ready-api

Repository files navigation

line-ready-api

Deploy ASP.NET Core app to Azure Web App


Language Framework Platform Author
C# .NET 5 Fully managed compute platform on Windows. Daniel Penrod

View on Azure: https://line-ready-api.azurewebsites.net

About: An example .NET 5 Ionic REST API using GitHub Actions (CI/CD)



Daniel Penrod


View on Azure: https://line-ready-api.azurewebsites.net


Running

  • Clone this repository

    $ git clone https://github.com/galactic-plane/line-ready-api.git
  • Install dependencies

    $ cd Application
    $ dotnet build
  • Run Application

    $ cd Application/line-ready-api
    $ dotnet run

    You should see something like:

    info: Microsoft.Hosting.Lifetime[0]
      Now listening on: https://localhost:5001       
    info: Microsoft.Hosting.Lifetime[0]
      Now listening on: http://localhost:5000        
    info: Microsoft.Hosting.Lifetime[0]
      Application started. Press Ctrl C to shut down.

Deploying on Azure

Any change to this repository will result in triggering a workflow to build and deploy this app on azure as an app service. Learn more about Azure App Service and Github Actions.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License:

See LICENSE.

About

An example .NET 5 Ionic REST API using GitHub Actions (CI/CD) to Microsoft Azure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published