This document discusses containers and how they can be used to run applications in Microsoft Azure. It explains that containers package an application and its dependencies to run consistently across development, test, and production environments. Containers allow developers to package applications once and run them anywhere using the same tooling for both Linux and Windows. The document also outlines how containers can be orchestrated in Azure using services like Container Service, Service Fabric, Kubernetes, and Swarm.
Related topics: