Designing for Azure Container Instances Solutions

When to use Azure Container Instances

Azure Container Instances are a fast and simple way to run a container on Azure.

Design for Azure Container Instances Solutions

Pros:

  • Fast and Easy.
  • Used for testing and development.
  • Used for short-lived processes.
  • Can be used for AKS overflow.

Cons:

  • Doesn’t scale.
  • Not designed for microservices.