r3dlin3 / aspnet-core-mvc-headers

ASP.NET Core MVC app to display headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aspnet-core-mvc-headers

Simple ASP.NET Core MVC app that displays headers.

The idea is to display headers generated by Easy Auth in MVC.

This repository has the required ARM template to:

  • Create such an App Service with or without an App Service Plan
  • Configure Easy Auth
  • Deploy automatically from GitHub

The ARM templates are present in the folder infra.

They can be deployed with the command:

New-AzureRmResourceGroupDeployment -ResourceGroupName $rg -Verbose -TemplateParameterFile .\infra\AppServiceWithAppServicePlan.parameters.json -TemplateFile .\infra\AppServiceWithAppServicePlan.json

About

ASP.NET Core MVC app to display headers.

License:MIT License


Languages

Language:HTML 59.8%Language:C# 29.5%Language:CSS 8.9%Language:JavaScript 1.8%