From 7a4abf655369ce6ecdd326876e3d92f988388310 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 10 Oct 2017 18:29:08 -0700 Subject: [PATCH] README updated in regards Azure API Management --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3eccafd6..31306fa7b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The architecture proposes a simplified microservice oriented architecture implem

> ### Important Note on API Gateways and published APIs -> Note that the previous architecture diagram is a how you deploy it in a local Docker development machine. For a production-ready architecture we recommend to keep evolving your architecture with additional features like API Gateways based on AzureAPI Management or any other approach for API Gateways explained in the related documentation/eBook, so you can filter APIs and apply security in a single tier. +> Note that the previous architecture diagram shows how you deploy eShopOnContainers in a local Docker development machine. For a production-ready architecture we recommend to keep evolving your architecture with additional features like API Gateways based on AzureAPI Management or any other approach for API Gateways explained in the related documentation/eBook, so you can filter APIs and apply security in a single tier while hiding/securing the internal microservices to the client apps or outside consumers.