From 8da023e1585edeceee53bc7598a7b45550c44883 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:50:40 -1000 Subject: [PATCH 1/2] Recommend MS's MWA first --- docs/architecture/modern-web-apps-azure/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/architecture/modern-web-apps-azure/index.md b/docs/architecture/modern-web-apps-azure/index.md index 714f3c43ffb28..4ba1b9769085e 100644 --- a/docs/architecture/modern-web-apps-azure/index.md +++ b/docs/architecture/modern-web-apps-azure/index.md @@ -8,6 +8,12 @@ ms.date: 01/10/2022 # Architect Modern Web Applications with ASP.NET Core and Azure +Before reading this topic, we recommend you first read [Modern Web App pattern for .NET](/azure/architecture/web-apps/guides/enterprise-app-patterns/modern-web-app/dotnet/guidance). The [Modern Web App pattern for .NET](/azure/architecture/web-apps/guides/enterprise-app-patterns/modern-web-app/dotnet/guidance) topic: + +* Is Microsofts recommended guide to modern web app patterns. It provides a prescriptive architecture, code, and configuration guidance on how to modernize web apps in the cloud. +* Provides a [GitHub reference implementation]([url](https://github.com/Azure/modern-web-app-pattern-dotnet)): A production-grade web app that uses best practices. Contains concrete examples to build Modern Web Apps in Azure. +* Is more up to date than this topic and is actively updated. + ![Book cover image of the Architect Modern Web Applications guide.](./media/index/web-application-guide-cover-image.png) **EDITION v8.0** - Updated to ASP.NET Core 8.0 From 2d1f318a397ca0b3f20d84d5a25280ad71708675 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:35:05 -1000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- docs/architecture/modern-web-apps-azure/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/architecture/modern-web-apps-azure/index.md b/docs/architecture/modern-web-apps-azure/index.md index 4ba1b9769085e..0cc3332740d83 100644 --- a/docs/architecture/modern-web-apps-azure/index.md +++ b/docs/architecture/modern-web-apps-azure/index.md @@ -8,11 +8,11 @@ ms.date: 01/10/2022 # Architect Modern Web Applications with ASP.NET Core and Azure -Before reading this topic, we recommend you first read [Modern Web App pattern for .NET](/azure/architecture/web-apps/guides/enterprise-app-patterns/modern-web-app/dotnet/guidance). The [Modern Web App pattern for .NET](/azure/architecture/web-apps/guides/enterprise-app-patterns/modern-web-app/dotnet/guidance) topic: +Before reading this article, we recommend you first read [Modern Web App pattern for .NET](/azure/architecture/web-apps/guides/enterprise-app-patterns/modern-web-app/dotnet/guidance). The [Modern Web App pattern for .NET](/azure/architecture/web-apps/guides/enterprise-app-patterns/modern-web-app/dotnet/guidance) article: -* Is Microsofts recommended guide to modern web app patterns. It provides a prescriptive architecture, code, and configuration guidance on how to modernize web apps in the cloud. -* Provides a [GitHub reference implementation]([url](https://github.com/Azure/modern-web-app-pattern-dotnet)): A production-grade web app that uses best practices. Contains concrete examples to build Modern Web Apps in Azure. -* Is more up to date than this topic and is actively updated. +* Is Microsoft's recommended guide to modern web app patterns. It provides a prescriptive architecture, code, and configuration guidance on how to modernize web apps in the cloud. +* Provides a [GitHub reference implementation](https://github.com/Azure/modern-web-app-pattern-dotnet): A production-grade web app that uses best practices. Contains concrete examples to build Modern Web Apps in Azure. +* Is more up to date than this article and is actively updated. ![Book cover image of the Architect Modern Web Applications guide.](./media/index/web-application-guide-cover-image.png)