documentdb-security

Installation
SKILL.md

Security — Azure DocumentDB

Core controls: TLS on the wire, network isolation with Private Endpoint, Microsoft Entra ID for identity, and CMK for data-at-rest encryption on regulated workloads.

Rules

  • security-tls-required — Always connect with TLS; never disable certificate validation in production.
  • security-private-endpoint — Use Private Endpoint / firewall rules; disable public network access where possible.
  • security-entra-rbac — Prefer Microsoft Entra ID + RBAC over long-lived passwords; create per-app secondary users with least privilege.
  • security-cmk-encryption — Use customer-managed keys (CMK) for data-at-rest encryption on regulated workloads.
Installs
11
GitHub Stars
5
First Seen
May 8, 2026
documentdb-security — azure/documentdb-agent-kit