Application Hosting Options in Azure: Web Apps, Containers, and Virtual Machines
Slide 10 / 13
Fit: containers for portability
Containers make 'runs the same everywhere' much easier. Same runtime across dev/test/prod. Ship app plus dependencies together. Portable container image. Not a full OS like a VM (shares host OS kernel).