KellysonRN / azure-webapp-labs

Validating practices and concepts and exercising IAC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template DotNet Labs

Overview

This will template to quickly start new labs or PoCs.

Requirements

The project requires .NET 7.0.

Compatible IDEs

Tested on:

  • Visual Studio Code (1.75.1)

Useful commands

From the terminal/shell/command line tool, use the following commands to build, test and run the API.

  • Build the project

dotnet build
  • Run the tests

dotnet test
  • Run the application

# Run the application which will be listening on port `5099`.
dotnet run --project DotNetProject.Api

TODO

[] Enable Health Check + Custom UI

About

Validating practices and concepts and exercising IAC

License:Apache License 2.0


Languages

Language:HCL 75.7%Language:C# 24.3%