-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
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
For configuration handling and avoiding storing of secrets in source code see Configuration
The application supports authentication and several application roles, see Application Roles
As database in the backend Cosmos DB is used, see Cosmos DB