Skip to content

Recommend MS's MWA first #44423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/architecture/modern-web-apps-azure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading