This document summarizes a workshop on using Docker for Python development on Azure. It introduces Docker as a way to package code and dependencies to be deployed as a container. It then walks through steps to create an Azure VM with Docker Machine, build a Python web app and Docker image, and deploy the containerized app to Azure using Docker and Docker Compose. The workshop aims to demonstrate how Docker can improve deployment processes for Python apps on Azure.