Compare Compute Types: Virtual Machines, Containers, and Functions
Slide 5 / 13
Containers
Containers package the app, and typically share the host OS kernel. App plus dependencies in one package. Usually shares the host OS kernel. Consistent 'run the same everywhere'. Can run on Azure Container Instances (ACI).