mirror of https://github.com/dapr/docs.git
Merge pull request #1896 from dapr/aacrawfi/containerapps
Add container apps hosting option
This commit is contained in:
commit
388d2cba8b
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Run Dapr in a serverless offering"
|
||||
linkTitle: "Serverless"
|
||||
weight: 3000
|
||||
description: "Learn how to run your Dapr applications on a serverless cloud offering"
|
||||
---
|
||||
|
||||
If you'd like to run your Dapr applications without managing any of the underlying infrasturcture such as VMs or Kubernetes, you can choose a serverless cloud offering. These platforms integrate with Dapr to make it easy to deploy and manage your applications.
|
||||
|
||||
## Offerings
|
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Azure Container Apps"
|
||||
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/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/azure/container-apps/overview" newtab="true" >}}
|
||||
|
||||
## Tutorial
|
||||
|
||||
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.
|
||||
|
||||
|
||||
|
||||
<img src="azure-container-apps-microservices-dapr.png" alt="Diagram of a Container Apps environment with two Dapr services" style="width:600px" >
|
||||
|
||||
{{< button text="Try out Dapr on Container Apps" link="https://docs.microsoft.com/azure/container-apps/microservices-dapr" newtab="true" >}}
|
Loading…
Reference in New Issue