mirror of https://github.com/dapr/docs.git
Apply suggestions from code review
Co-authored-by: Will <witsai@microsoft.com>
This commit is contained in:
parent
5cf1dd9b4b
commit
2606120876
|
@ -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:
|
||||
|
||||
|
||||
<img src="azure-container-apps-microservices-dapr.png" alt="Diagram of a Container Apps environment with two Dapr services" style="width:600px" >
|
||||
|
||||
|
|
Loading…
Reference in New Issue