Skip to content

Commit

Permalink
Deployed c87f255 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Fernández committed Apr 23, 2024
1 parent 3c6e2a1 commit 0ab2882
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 15 deletions.
Binary file modified assets/tables/MCSB/Asset Management.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Backup and Recovery.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Data Protection.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/DevOps Security.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Endpoint Security.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Governance and Strategy.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Identity Management.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Incident Response.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Logging and Threat Detection.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Network Security.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Posture and Vulnerability Mgmt.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Privileged Access.xlsx
Binary file not shown.
Binary file modified assets/tables/MCSB/Readme.xlsx
Binary file not shown.
6 changes: 3 additions & 3 deletions blog/2024/04/22/management-groups/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
B --> C[Decommissioned]
B --> D[Landing Zones]
B --> E[Platform]
D --> F[Sandboxex]
B --> F[Sandboxes]
D --> G[Corp]
D --> H[Online]
E --> I[Connectivity]
E --> J[Identity]
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Landing Zones<ul> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h2 id=bad-examples>Bad Examples</h2> <h3 id=example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</h3> <pre class=mermaid><code>graph TD
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Landing Zones<ul> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h2 id=bad-examples>Bad Examples</h2> <h3 id=example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</h3> <pre class=mermaid><code>graph TD
A[Root Management Group] --&gt; B[Group 1]
B --&gt; C[Group 2]
C --&gt; D[Group 3]
Expand Down Expand Up @@ -48,7 +48,7 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxes]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
Expand Down
6 changes: 3 additions & 3 deletions blog/2024/04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxex]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
E --&gt; J[Identity]
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Landing Zones<ul> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h3 id=bad-examples><a class=toclink href=22/management-groups/#bad-examples>Bad Examples</a></h3> <h4 id=example-1-deeply-nested-hierarchy><a class=toclink href=22/management-groups/#example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</a></h4> <pre class=mermaid><code>graph TD
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Landing Zones<ul> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h3 id=bad-examples><a class=toclink href=22/management-groups/#bad-examples>Bad Examples</a></h3> <h4 id=example-1-deeply-nested-hierarchy><a class=toclink href=22/management-groups/#example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</a></h4> <pre class=mermaid><code>graph TD
A[Root Management Group] --&gt; B[Group 1]
B --&gt; C[Group 2]
C --&gt; D[Group 3]
Expand Down Expand Up @@ -137,7 +137,7 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxes]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
Expand Down
6 changes: 3 additions & 3 deletions blog/category/azure-services/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxex]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
E --&gt; J[Identity]
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Landing Zones<ul> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h3 id=bad-examples><a class=toclink href=../../2024/04/22/management-groups/#bad-examples>Bad Examples</a></h3> <h4 id=example-1-deeply-nested-hierarchy><a class=toclink href=../../2024/04/22/management-groups/#example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</a></h4> <pre class=mermaid><code>graph TD
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Landing Zones<ul> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h3 id=bad-examples><a class=toclink href=../../2024/04/22/management-groups/#bad-examples>Bad Examples</a></h3> <h4 id=example-1-deeply-nested-hierarchy><a class=toclink href=../../2024/04/22/management-groups/#example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</a></h4> <pre class=mermaid><code>graph TD
A[Root Management Group] --&gt; B[Group 1]
B --&gt; C[Group 2]
C --&gt; D[Group 3]
Expand Down Expand Up @@ -137,7 +137,7 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxes]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
Expand Down
6 changes: 3 additions & 3 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxex]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
E --&gt; J[Identity]
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Landing Zones<ul> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h3 id=bad-examples><a class=toclink href=2024/04/22/management-groups/#bad-examples>Bad Examples</a></h3> <h4 id=example-1-deeply-nested-hierarchy><a class=toclink href=2024/04/22/management-groups/#example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</a></h4> <pre class=mermaid><code>graph TD
E --&gt; K[Management]</code></pre> <ol> <li><strong>Root Management Group</strong><ul> <li>Intermediary-Management-Group<ul> <li>Decommissioned: This could be where resources that are being phased out or decommissioned are managed.</li> <li>Sandboxes: This could be an area where developers can test and experiment without affecting production systems.</li> <li>Landing Zones<ul> <li>Corp: This could represent corporate resources or applications.</li> <li>Online: This could represent online or customer-facing applications.</li> </ul> </li> <li>Platform<ul> <li>Connectivity: This could manage resources related to network connectivity.</li> <li>Identity: This could manage resources related to identity and access management.</li> <li>Management: This could manage resources related to overall platform management.</li> </ul> </li> </ul> </li> </ul> </li> </ol> <p>This structure allows for clear segmentation of resources based on their purpose and lifecycle. For example, decommissioned resources are separated from active ones, and resources within the 'Platform' are further categorized based on their function (Connectivity, Identity, Management). The 'Landing Zones' group appears to separate resources based on their use case or environment (Sandbox, Corp, Online).</p> <p>The exact interpretation would depend on the specific context and conventions of your organization.</p> <h3 id=bad-examples><a class=toclink href=2024/04/22/management-groups/#bad-examples>Bad Examples</a></h3> <h4 id=example-1-deeply-nested-hierarchy><a class=toclink href=2024/04/22/management-groups/#example-1-deeply-nested-hierarchy>Example 1: Deeply Nested Hierarchy</a></h4> <pre class=mermaid><code>graph TD
A[Root Management Group] --&gt; B[Group 1]
B --&gt; C[Group 2]
C --&gt; D[Group 3]
Expand Down Expand Up @@ -137,7 +137,7 @@
B --&gt; C[Decommissioned]
B --&gt; D[Landing Zones]
B --&gt; E[Platform]
D --&gt; F[Sandboxes]
B --&gt; F[Sandboxes]
D --&gt; G[Corp]
D --&gt; H[Online]
E --&gt; I[Connectivity]
Expand Down
2 changes: 1 addition & 1 deletion feed_rss_created.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed_rss_updated.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 0ab2882

Please sign in to comment.