Atlanta, USA
Last updated: 2026-08-04
Guides and demos for Microsoft Entra architecture, deployment, governance, and operations across cloud and hybrid environments.
These demos and guides are intended as a practical learning reference. For official guidance, support, or detailed implementation coverage, use Microsoft Learn and Microsoft support channels.
- Microsoft Entra overview and architecture
- Tenant setup and deployment planning
- Conditional access and authentication strategy
- Application integration and single sign-on design
- Hybrid identity, governance, and privileged access controls
- Monitoring, reporting, and rollout operations
| File or folder | Purpose |
|---|---|
mkdocs.yml |
Documentation site metadata and navigation. |
docs/ |
Published GitHub Pages content for Microsoft Entra setup and operations. |
requirements.txt |
Build dependencies for MkDocs Material. |
.github/workflows/deploy-github-pages.yml |
Build and deploy workflow for GitHub Pages. |
pip install -r requirements.txt
mkdocs build --strict
mkdocs serve- Keep the required Markdown header block in all tracked pages.
- Use authoritative Microsoft documentation references.
- Keep acronym expansions explicit in parentheses.
- Update
mkdocs.ymlnavigation when adding new pages.