From a077cc4097d9ef81a65734179ab3931a9983737f Mon Sep 17 00:00:00 2001 From: Joe Irizarry Date: Tue, 14 Jun 2022 20:10:26 -0400 Subject: [PATCH] Add Azure Container Apps Add Azure Container Apps and minor edits/updates to other services which have had enhancements since last edit. --- docs/core/docker/introduction.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/core/docker/introduction.md b/docs/core/docker/introduction.md index 9ee2ed3b24d06..c33a55248625d 100644 --- a/docs/core/docker/introduction.md +++ b/docs/core/docker/introduction.md @@ -48,19 +48,22 @@ Microsoft provides images that are tailored for specific scenarios. For example, Various Azure services support containers. You create a Docker image for your application and deploy it to one of the following services: - [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/services/kubernetes-service/)\ -Scale and orchestrate Linux containers using Kubernetes. +Scale and orchestrate Windows & Linux containers using Kubernetes. - [Azure App Service](https://azure.microsoft.com/services/app-service/containers/)\ -Deploy web apps or APIs using Linux containers in a PaaS environment. +Deploy web apps or APIs using containers in a PaaS environment. + +- [Azure Container Apps](https://azure.microsoft.com/services/container-apps/)\ +Run your container workloads without manaing servers, orchestration, or infrastructure and leverage native support for [Dapr](https://dapr.io/) and [KEDA](https://keda.sh/) for observability and scaling to zero. - [Azure Container Instances](https://azure.microsoft.com/services/container-instances/)\ -Host your container in the cloud without any higher-level management services. +Create individual containers in the cloud without any higher-level management services. - [Azure Batch](https://azure.microsoft.com/services/batch/)\ Run repetitive compute jobs using containers. - [Azure Service Fabric](https://azure.microsoft.com/services/service-fabric/)\ -Lift, shift, and modernize .NET applications to microservices using Windows Server containers. +Lift, shift, and modernize .NET applications to microservices using Windows & Linux containers. - [Azure Container Registry](https://azure.microsoft.com/services/container-registry/)\ Store and manage container images across all types of Azure deployments.