Azure Container Apps - amitbhilagude/userfullinks GitHub Wiki

  1. Overview
    1. Serverless offering for hosting Container.
    2. Better options than AKS or Service Fabric and you don't need to manage infrastructure
    3. Setup an Environment like Dev, Test, etc. where all container apps can be grouped
    4. 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
    5. 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
    6. It support Dapr and Keda for Microservice architecture
    7. Blue-Green Deployment is managed using Revision management