-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (104 loc) · 3.43 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (104 loc) · 3.43 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
site_name: Azure Local Training
site_description: Training materials and guides for Azure Local
site_author: Azure Local Cloud
site_url: https://training.azurelocal.cloud/
repo_url: https://github.com/AzureLocal/azurelocal-training
repo_name: AzureLocal/azurelocal-training
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
- search.suggest
- search.highlight
logo: assets/images/azurelocal-training-icon.svg
favicon: assets/images/azurelocal-training-icon.svg
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Foundations:
- 00 — Introduction to Azure Local: 00-introduction/index.md
- 01 — Azure Arc Deep Dive: 01-azure-arc/index.md
- 02 — Compute (Hyper-V + Clustering + Arc VMs): 02-compute/index.md
- 03 — Storage: 03-storage/index.md
- 04 — Core Networking: 04-core-networking/index.md
- 05 — Software Defined Networking: 05-software-defined-networking/index.md
- Deployment:
- 06 — Planning & Sizing: 06-planning-sizing/index.md
- 07 — Deployment: 07-deployment/index.md
- 08 — Post-Deployment Configurations: 08-post-deployment-configurations/index.md
- Operations:
- 09 — Management: 09-management/index.md
- 10 — Security & Compliance: 10-security-compliance/index.md
- 11 — Observability & Monitoring: 11-observability-monitoring/index.md
- 12 — Troubleshooting: 12-troubleshooting/index.md
- 13 — BCDR (Business Continuity & DR): 13-bcdr/index.md
- 14 — Day-2 Operations & Lifecycle: 14-day-2-operations/index.md
- Workloads:
- 15 — AKS on Azure Local: 15-aks/index.md
- 16 — Azure Virtual Desktop: 16-avd/index.md
- 17 — IoT Operations: 17-iot-operations/index.md
- 18 — Azure AI Foundry Local: 18-ai-foundry-local/index.md
- Adoption:
- 19 — Migration: 19-migration/index.md
- 20 — SCVMM (Optional): 20-scvmm/index.md
- Labs:
- Lab Environment Setup: labs/index.md
- Presentations: presentations/index.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- tables
- toc:
permalink: true
- attr_list
- md_in_html
plugins:
- search
extra:
analytics:
provider: google
property: G-2D9XDHSXJW
social:
- icon: fontawesome/brands/x-twitter
link: https://x.com/countrycloudboy
name: CountryCloudBoy on X
- icon: fontawesome/brands/github
link: https://github.com/AzureLocal/azurelocal-training
name: GitHub Repository
- icon: fontawesome/solid/globe
link: https://azurelocal.cloud
name: Azure Local Community
homepage: https://azurelocal.cloud
copyright: >-
Copyright © 2026 Azure Local. Designed and maintained by
<a href="https://www.hybridsolutions.cloud">Hybrid Cloud Solutions</a>.