Documentdb Local Deployment

Best practices for running Azure DocumentDB locally for development — choosing between the Gateway Docker image and the psql-only image, docker-compose setup, connection config (port 10260, TLS, SCRAM-SHA-256), env-driven configuration, sample-data management (`SKIP_INIT_DATA` / `INIT_DATA_PATH`), port bindings, and dev/prod parity via versioned seed and schema scripts. Use when setting up a new local dev environment, writing sample apps, building integration tests, or diagnosing local connection problems.

Azure bf54642 8 files · 19.1 KB Updated

File contents

azure/documentdb-agent-kit/tree/main/skills/local-deployment commit bf5464286a

Frequently asked questions

npx skillmds@latest add azure/documentdb-local-deployment