Options for running Containers in Azure

Options for running Containers in Azure:

  1. Azure Container Service: Scale and orchestrate containers using Kubernetes, DC/OS or Docker Swarm
  2. Azure Container Instances: Easily run containers on Azure with a single command
  3. Azure Service Fabric: Develop microservices and orchestrate containers on Windows or Linux
  4. Web Apps for Containers: Deploy web applications on Linux using containers
  5. Azure Batch: Run Linux container workloads - samples on GitHub showing how to integrate Docker with Azure Batch

Further reading:

Comments