Skip to content

Files

Latest commit

 

History

History
68 lines (43 loc) · 2.81 KB

overview.md

File metadata and controls

68 lines (43 loc) · 2.81 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
Azure Container Apps overview
Learn about common scenarios and uses for Azure Container Apps
container-apps
craigshoemaker
container-apps
overview
11/02/2021
cshoe
ignite-fall-2021, event-tier1-build-2022

Azure Container Apps overview

Azure Container Apps enables you to run microservices and containerized applications on a serverless platform. Common uses of Azure Container Apps include:

  • Deploying API endpoints
  • Hosting background processing applications
  • Handling event-driven processing
  • Running microservices

Applications built on Azure Container Apps can dynamically scale based on the following characteristics:

:::image type="content" source="media/overview/azure-container-apps-example-scenarios.png" alt-text="Example scenarios for Azure Container Apps.":::

Azure Container Apps enables executing application code packaged in any container and is unopinionated about runtime or programming model. With Container Apps, you enjoy the benefits of running containers while leaving behind the concerns of managing cloud infrastructure and complex container orchestrators.

Features

With Azure Container Apps, you can:

1 Applications that scale on CPU or memory load can't scale to zero.

Introductory video

[!VIDEO https://www.youtube.com/embed/b3dopSTnSRg]

Next steps

[!div class="nextstepaction"] Deploy your first container app