diff --git a/daprdocs/content/en/operations/hosting/serverless/azure-container-apps/index.md b/daprdocs/content/en/operations/hosting/serverless/azure-container-apps/index.md index 62aae8e71..5866fba36 100644 --- a/daprdocs/content/en/operations/hosting/serverless/azure-container-apps/index.md +++ b/daprdocs/content/en/operations/hosting/serverless/azure-container-apps/index.md @@ -5,20 +5,20 @@ linkTitle: "Azure Container Apps" description: "Learn how to run your Dapr applications on the Azure Container Apps serverless platform " --- -[Azure Container Apps](https://docs.microsoft.com/en-us/azure/container-apps/overview) is a serverless application hosting service where users do not see nor manage any underlying VMs, orchestrators, or other cloud infrastructure. Azure Container Apps enables you to run your application code packaged in multiple containers and is unopinionated about runtimes or programming models that are used. +[Azure Container Apps](https://docs.microsoft.com/azure/container-apps/overview) is a serverless application hosting service where users do not see nor manage any underlying VMs, orchestrators, or other cloud infrastructure. Azure Container Apps enables you to run your application code packaged in multiple containers and is unopinionated about runtimes or programming models that are used. Dapr is built-in to Container Apps, enabling you to use the Dapr API building blocks without any manual deployment of the Dapr runtime. You simply deploy your services with their Dapr components. -{{< button text="Learn more" link="https://docs.microsoft.com/en-us/azure/container-apps/overview" newtab="true" >}} +{{< button text="Learn more" link="https://docs.microsoft.com/azure/container-apps/overview" newtab="true" >}} ## 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 deploy two Dapr-enabled applications to Azure Container Apps. +Visit the [Azure docs](https://docs.microsoft.com/azure/container-apps/microservices-dapr) to try out a microservices tutorial, where you'll deploy two Dapr-enabled applications to Azure Container Apps. Diagram of a Container Apps environment with two Dapr services -{{< button text="Try out Dapr on Container Apps" link="https://docs.microsoft.com/en-us/azure/container-apps/microservices-dapr" newtab="true" >}} +{{< button text="Try out Dapr on Container Apps" link="https://docs.microsoft.com/azure/container-apps/microservices-dapr" newtab="true" >}}