-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (88 loc) · 3.17 KB
/
index.html
File metadata and controls
88 lines (88 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cloud Security Service Model</title>
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<header class="topbar">
<div class="topbar-content">
<div>
<p class="eyebrow">Cloud Security Service Model</p>
<h1>Cloud Security Service Model</h1>
<p class="subhead">
A modern, enterprise-ready operating model for security services across Azure and hybrid environments.
</p>
</div>
<div class="topbar-actions">
<a class="button primary" href="pages/overview.html">Explore overview</a>
<a class="button secondary" href="00-executive-overview.md">View executive doc</a>
</div>
</div>
</header>
<div class="layout">
<nav class="sidebar">
<div class="search">
<input id="search" type="text" placeholder="Search pages" />
</div>
<div class="nav-title">Documentation</div>
<div id="nav-links"></div>
</nav>
<main class="content">
<section class="card">
<h2>Start here</h2>
<p>
This site summarizes the Cloud Security Service operating model. The Markdown documentation in the
<code>docs/</code> directory remains the source of truth for governance, runbooks, and templates.
</p>
<div class="pill-group">
<span class="pill">Service ownership</span>
<span class="pill">Controls as Code</span>
<span class="pill">Audit readiness</span>
<span class="pill">Azure + Hybrid</span>
</div>
</section>
<section class="card">
<h2>Core pillars</h2>
<div class="card-grid">
<div class="card">
<h3>Service definition</h3>
<p>Mission, boundaries, and stakeholder interfaces.</p>
<div class="link-list">
<a href="pages/service-definition.html">View page</a>
<a href="01-service-definition.md">Markdown source</a>
</div>
</div>
<div class="card">
<h3>Operating model</h3>
<p>Plan, Build, Run, Improve — with cadence and escalation.</p>
<div class="link-list">
<a href="pages/operating-model.html">View page</a>
<a href="05-operating-model.md">Markdown source</a>
</div>
</div>
<div class="card">
<h3>Metrics & KPIs</h3>
<p>Service KPIs, SLAs, and operational dashboards.</p>
<div class="link-list">
<a href="pages/kpis.html">View page</a>
<a href="07-metrics-and-kpis.md">Markdown source</a>
</div>
</div>
<div class="card">
<h3>Runbooks & templates</h3>
<p>Operational playbooks and ready-to-use templates.</p>
<div class="link-list">
<a href="pages/runbooks.html">View page</a>
<a href="20-runbooks/README.md">Markdown source</a>
</div>
</div>
</div>
</section>
</main>
</div>
<script src="assets/app.js"></script>
</body>
</html>