Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.44 KB

File metadata and controls

58 lines (40 loc) · 1.44 KB

Security-Copilot-Overview

Atlanta, USA

GitHub Cloud2BR OSS - Learning Hub

Last updated: 2026-08-04


This repository publishes a Microsoft Security Copilot setup and overview documentation hub for practical implementation, governance, and operations.

Scope

The hub is structured for teams that need:

  • Service architecture and experience model context
  • Included versus manual onboarding guidance
  • Capacity and SCU (Security Compute Unit) management practices
  • Plugin and workflow governance standards
  • Support and incident operating model guidance

Information architecture

  • Home
  • Overview
  • Foundation
  • Implementation
  • Governance
  • Operations

Local validation

python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
mkdocs build --strict

Local preview

mkdocs serve

Publish model

Pushes to main trigger the GitHub Actions workflow and publish to GitHub Pages.

Primary references