This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Run Dapr in a serverless offering

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

1 - Azure Container Apps

Learn how to run your Dapr applications on the Azure Container Apps serverless platform

Azure Container Apps 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.

Learn more

Tutorial

Visit the Azure docs 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 Try out Dapr on Container Apps