diff --git a/daprdocs/content/en/operations/hosting/azure-container-apps/index.md b/daprdocs/content/en/operations/hosting/azure-container-apps/index.md index 5fc4a6e8c..4d6ed4ea1 100644 --- a/daprdocs/content/en/operations/hosting/azure-container-apps/index.md +++ b/daprdocs/content/en/operations/hosting/azure-container-apps/index.md @@ -6,7 +6,8 @@ weight: 3000 description: "Learn how to run your Dapr apps on the Azure Container Apps serverless runtime" --- -[Azure Container Apps](https://docs.microsoft.com/en-us/azure/container-apps/overview) is a serverless application centric hosting service where users do not see or manage any underlying VMs, orchestrators, or other cloud infrastructure. Azure Container Apps enables executing application code packaged in any container and is unopinionated about runtime or programming model. +[Azure Container Apps](https://docs.microsoft.com/en-us/azure/container-apps/overview) is a serverless application centric hosting service where users do not see nor manage any underlying VMs, orchestrators, or other cloud infrastructure. Azure Container Apps enables executing application code packaged in any container and is unopinionated about runtime or programming model. + Dapr is built-in as a first-class experience in Container Apps, letting you use Dapr building blocks without any manual deployment or management of Kubernetes or the Dapr runtime. Simply deploy your services and Dapr components and let the platform take care of the rest. @@ -14,7 +15,8 @@ Dapr is built-in as a first-class experience in Container Apps, letting you use ## Tutorial -Visit the [Azure docs](https://docs.microsoft.com/en-us/azure/container-apps/microservices-dapr) to try out a microservices tutorial, where you'll model two services and add Dapr: +Visit the [Azure docs](https://docs.microsoft.com/en-us/azure/container-apps/microservices-dapr) to try out a microservices tutorial, where you'll deploy two Dapr-enabled services in Azure Container Apps: + Diagram of a Container Apps environment with two Dapr services