Azure Container Apps - amitbhilagude/userfullinks GitHub Wiki
Overview
Serverless offering for hosting Container.
Better options than AKS or Service Fabric and you don't need to manage infrastructure
Setup an Environment like Dev, Test, etc. where all container apps can be grouped
Each container has the option to set up a Public domain or Internal Domain. Configuration option. Can be decided if you wish accessible over the internet or by another Container like the Front end will call API Service
Each container will have replicas same as Kubernetes. You can set different rules like based on HTTP Traffic, CPU or Memory to auto-scale out
It support Dapr and Keda for Microservice architecture
Blue-Green Deployment is managed using Revision management