Azure Container Apps

Benefits of Azure Container Apps

  • Serverless approach, powered by Kubernetes
  • Kubernetes-style apps with service discovery and traffic splitting
  • Ideal for apps that span many microservices
  • Event-driven application architectures
  • Support for long-running processes and background tasks

Consider:

  • Azure Kubernetes Service (AKS) for access to Kubernetes APIs and control plane
  • Azure Container Instances for a lower-level “building block” approach

Deployment

  • Azure CLI or VS
  • Environment
  • Secrets
  • Scaling rules

Service Connector

  • Connects to backing services
  • Multiple target services
  • Designed for ease of use

References