From 05c08efa6e0ae6e46bbe960417a13dbb7b802dca Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 29 Mar 2017 12:32:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a2c47e..12ae8d3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Sample ASP.NET Core reference application, powered by Microsoft, demonstrating a monolithic application architecture and deployment model. This reference application is meant to support the [Architecting and Developing Modern Web Applications with ASP.NET Core and Azure eBook] +The **eShopOnWeb** is related to the eShopOnContainers sample application which, in that case, focuses on a microservices/containers based application architecture. However, **eShopOnWeb** is much simpler in regards its current functionality and focuses on traditional Web Application Development with a single monolithic deployment, no microservices/containers related. + > ### DISCLAIMER > **IMPORTANT:** The current state of this sample application is **ALPHA**, consider it a 0.1 foundational version. Therefore areas will change significantly while refactoring current code and implementing new features. **Feedback with improvements and pull requests from the community are highly appreciated and accepted.**