The document provides an overview of containerization with Microsoft Azure. It defines containers as lightweight alternatives to virtual machines that package an application and its dependencies in a standardized unit. Docker is described as the leading containerization platform, with containers wrapping software in a complete filesystem. Key aspects of Docker architecture and common Docker CLI commands are outlined. Azure Container Service is introduced as providing a robust hosting environment for containers using orchestration tools like Kubernetes, DC/OS and Docker Swarm. Container orchestration facilitates deployment and management at scale through container clusters managed by master nodes.