Move container apps under serverless directory

This commit is contained in:
Aaron Crawfis 2021-11-12 14:44:09 -08:00
parent c07ce8c89f
commit 8a18ec8504
3 changed files with 35 additions and 26 deletions

View File

@ -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

View File

@ -1,26 +1,24 @@
---
type: docs
title: "Run Dapr in Azure Container Apps"
linkTitle: "Azure Container Apps"
weight: 3000
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.
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" >}}
## 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.
<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/en-us/azure/container-apps/microservices-dapr" newtab="true" >}}
---
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/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.
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" >}}
## 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.
<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/en-us/azure/container-apps/microservices-dapr" newtab="true" >}}