Skip to content

Commit 8eafafc

Browse files
authored
Doc updates (#261)
- Typos - Updates for consistency - Updated diagram on prod deployment doc - Adds troubleshooting tip for MFA tenants
1 parent 2206ac6 commit 8eafafc

File tree

7 files changed

+31
-374
lines changed

7 files changed

+31
-374
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Modern web app pattern for .NET
1+
# Modern Web App pattern for .NET
22

3-
The reference implementation provides a production-grade web application that uses best practices from our guidance and gives developers concrete examples to build their own Modern Web Application in Azure. This repository specifically demonstrates a concert ticketing application for the fictional company Relecloud, embodying the modern web app pattern with a focus on .NET technologies. It guides developers through a simulated migration from an on-premises ASP.NET application to Azure, detailing the architectural changes and enhancements that capitalize on the cloud's strengths during the initial adoption phase.
3+
The reference implementation provides a production-grade web application that uses best practices from our guidance and gives developers concrete examples to build their own Modern Web App in Azure. This repository specifically demonstrates a concert ticketing application for the fictional company Relecloud, embodying the Modern Web App pattern with a focus on .NET technologies. It guides developers through a simulated migration from an on-premises ASP.NET application to Azure, detailing the architectural changes and enhancements that capitalize on the cloud's strengths during the initial adoption phase.
44

5-
This project has [a companion article in the Azure Architecture Center](https://aka.ms/eap/mwa/dotnet/doc) that describes design patterns and best practices <!--and [a six-part video series (YouTube)](https://aka.ms/eap/mwa/dotnet/videos) that details the modern web app pattern for .NET web app -->. Here's an outline of the contents in this readme:
5+
This project has [a companion article in the Azure Architecture Center](https://aka.ms/eap/mwa/dotnet/doc) that describes design patterns and best practices. Here's an outline of the contents in this readme:
66

77
- [Architecture](#architecture)
88
- [Workflow](#workflow)

guide/apply-the-pattern.md

Lines changed: 0 additions & 191 deletions
This file was deleted.

guide/mwa-overview.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

guide/plan-the-implementation.md

Lines changed: 0 additions & 165 deletions
This file was deleted.

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ targetScope = 'subscription'
22

33
// ========================================================================
44
//
5-
// Relecloud Scenario of the Modern Web Application (MWA)
5+
// Relecloud Scenario of the Modern Web App (MWA)
66
// Infrastructure description
77
// Copyright (C) 2023 Microsoft, Inc.
88
//

0 commit comments

Comments
 (0)