You are on page 1of 1

Availability zones don't support all virtual machine sizes and aren't available in all

Azure regions

Azure Batch enables large-scale job scheduling and compute management with
the ability to scale to tens, hundreds, or thousands of VMs.

Containers in Azure
A container is a modified runtime environment built on top of a host OS that executes your
application.

Azure Container Instances (ACI) - By default, Azure Container Instances are stateless.
If the container crashes or stops, all of its state is lost. To persist state beyond the
lifetime of the container, you must mount a volume from an external store.

Azure Kubernetes Service (AKS)

 The task of automating, managing, and interacting with many containers is


known as orchestration.
 Azure Kubernetes Service (AKS) is a complete orchestration service for
containers with distributed architectures with multiple containers.

11 | P a g e

You might also like