Azure Container Apps
Azure Container Apps is a serverless container orchestration and management service provided by Microsoft Azure. It enables developers to easily deploy and scale containerized applications, automatically managing underlying resources
Use cases
-
Serverless Container Orchestration: Azure Container Apps allows developers to focus solely on building and deploying containerized applications without managing the underlying infrastructure, thanks to its serverless architecture.
-
Native Integration with Azure Services: It seamlessly integrates with other Azure services such as Azure App Insight, Azure Monitor or Azure Active Directory, enabling a comprehensive ecosystem for building and managing modern applications.
-
Consumption-Based Pricing: Azure Container Apps offers consumption-based pricing, allowing users to pay only for the resources they use, making it a cost-effective solution for running container-based workloads at scale.
Reference of usage in our organization
- Selfcare Onboarding domain (https://github.com/pagopa/selfcare-onboarding)
- Selfcare User domain (https://github.com/pagopa/selfcare-user)