OneNote Deploy Integration Overview Deploying OneNote integrations into containers breaks local development assumptions: MSAL token caches vanish on restart, health checks must validate Graph API connectivity (not just HTTP 200), and graceful shutdown must flush token state. This skill provides production-ready Dockerfile, Docker Compose, and Kubernetes manifests with MSAL token persistence, health/readiness probes that verify actual Graph reachability, and SIGTERM handling. Prerequisites - Docker 24+ and Docker Compose v2 - Node.js 20 LTS or Python 3.11+ - Azure AD app registration with dele…