Skip to content
Robert Brands edited this page Jun 3, 2020 · 6 revisions

This web app is used as personal web sites and to evaluate and demonstrate everything around development of modern web sites with ASP.NET, autentication etc.

Creation and DevOps

The Web Project has been started from ground-up with Visual Studio 2019:

  • ASP.NET Core 3.1 WebApplication with Razor Pages
  • Authentication with Work- and Schoolaccounts with Azure AD
  • Published to GitHub
  • For deployment in Azure WebApp robert-brands-com was created, see Setup as WebApp in Azure
  • For CI/CD approach see CI CD

Configuration

For configuration handling and avoiding storing of secrets in source code see Configuration

Authentication

The application supports authentication and several application roles, see Application Roles

Database

As database in the backend Cosmos DB is used, see Cosmos DB