From 8918e207b3c6dbb150996c96c31aae8514dcade4 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 d871edb..ff3139f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Azure Container Apps is a new cloud native serverless managed service that is ju ## 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