From 7569a4386c5b4f95ac71990adfbc47deee5b5926 Mon Sep 17 00:00:00 2001 From: Fernando Antivero Date: Thu, 24 Feb 2022 12:16:03 +0000 Subject: [PATCH] remove reference to single environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d21937..d072d39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Container Apps Example Scenario ## Migrating a microservices workload from AKS to Azure Container Apps -This repository guides you during the process of running an example application composed of microservices in Azure Container Apps. In this example scenario, the Fabrikam Drone Delivery app that was previously running in Azure Kubernetes Services will be run in a newly created Azure Container App environment. This Azure managed service is optimized for running applications that span many microservices. This example will make some containers internet-facing via an HTTPS ingress, and internally accessible thanks to its built-in DNS-based service discovery capability. Additionally, it will manage their secrets in a secure manner. +This repository guides you during the process of running an example application composed of microservices in Azure Container Apps. In this example scenario, the Fabrikam Drone Delivery app that was previously running in Azure Kubernetes Services will be run in two Azure Container App environments. This Azure managed service is optimized for running applications that span many microservices. This example will make some containers internet-facing via an HTTPS ingress, and internally accessible thanks to its built-in DNS-based service discovery capability. Additionally, it will manage their secrets in a secure manner. ```output