You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: 'azurelocal.github.io',desc: 'This documentation site — implementation guides, automation runbooks, and standards.',url: 'https://github.com/AzureLocal/azurelocal.github.io'},
32
-
{name: 'azurelocal-toolkit',desc: 'PowerShell scripts and Bicep templates for deploying and validating Azure Local infrastructure.',url: 'https://github.com/AzureLocal/azurelocal-toolkit'},
33
-
{name: 'azurelocal-avd',desc: 'Azure Virtual Desktop on Azure Local — deployment guides and automation.',url: 'https://github.com/AzureLocal/azurelocal-avd'},
34
-
{name: 'azurelocal-sofs-fslogix',desc: 'Scale-Out File Server and FSLogix profile container configuration for Azure Local.',url: 'https://github.com/AzureLocal/azurelocal-sofs-fslogix'},
35
-
{name: 'azurelocal-loadtools',desc: 'Load testing and benchmarking tools for Azure Local clusters.',url: 'https://github.com/AzureLocal/azurelocal-loadtools'},
36
-
{name: 'azurelocal-vm-conversion-toolkit',desc: 'Tools and guides for migrating VMs to Azure Local from other platforms.',url: 'https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit'},
37
-
{name: 'azurelocal-training',desc: 'Structured training curriculum and learning paths for Azure Local.',url: 'https://github.com/AzureLocal/azurelocal-training'},
38
-
{name: 'azurelocal-copilot',desc: 'GitHub Copilot customisation and AI-assisted authoring standards for the org.',url: 'https://github.com/AzureLocal/azurelocal-copilot'},
39
-
{name: 'azurelocal-nutanix-migration',desc: 'Guidance and automation for migrating from Nutanix to Azure Local.',url: 'https://github.com/AzureLocal/azurelocal-nutanix-migration'},
31
+
{
32
+
name: 'azurelocal.github.io',
33
+
desc: 'This documentation site — implementation guides, automation runbooks, and standards.',
@@ -97,20 +180,48 @@ export default function About() {
97
180
<divstyle={sectionStyle}>
98
181
<h2>Design Principles</h2>
99
182
<ul>
100
-
<li><strong>Field-tested:</strong> All content reflects real deployments, not hypothetical scenarios.</li>
101
-
<li><strong>Opinionated where it matters:</strong> We recommend specific approaches based on production experience, while documenting alternatives.</li>
102
-
<li><strong>Automation-first:</strong> Every manual step has a scripted equivalent. Scripts live in the companion <ahref="https://github.com/AzureLocal/azurelocal-toolkit"target="_blank"rel="noopener noreferrer">azurelocal-toolkit</a> repository.</li>
103
-
<li><strong>Open:</strong> All guides, scripts, and templates are published under open-source licences.</li>
183
+
<li>
184
+
<strong>Field-tested:</strong> All content reflects real
185
+
deployments, not hypothetical scenarios.
186
+
</li>
187
+
<li>
188
+
<strong>Opinionated where it matters:</strong> We recommend
189
+
specific approaches based on production experience, while
190
+
documenting alternatives.
191
+
</li>
192
+
<li>
193
+
<strong>Automation-first:</strong> Every manual step has a
194
+
scripted equivalent. Scripts live in the companion{' '}
0 commit comments