@@ -27,6 +27,9 @@ Key rules:
2727| ---| ---|
2828| Primary language | PowerShell + JSON |
2929| GitHub org | AzureLocal |
30+ | ADO org | https://dev.azure.com/hybridcloudsolutions |
31+ | ADO project | Azure Local Beacon |
32+ | ADO area path | Azure Local Beacon |
3033| In-image scripts | Must be PS 5.1 compatible (WinPE runs PS 5.1 subset) |
3134| Build scripts | PS 7.4+ (runs on the build machine, not in WinPE) |
3235
@@ -37,19 +40,32 @@ Key rules:
3740```
3841src/
3942 Build-WinPEImage.ps1 # Builds the ISO (PS 7.4+, run on build machine as Administrator)
43+ Start-AzlBeacon.ps1 # Boot orchestrator — split menu (PS 5.1 compatible)
44+ Start-NetworkBootstrap.ps1 # DHCP detect / static IP prompt + connectivity verify (PS 5.1)
4045 Start-AzlValidation.ps1 # Validation engine bundled in the image (PS 5.1 compatible)
4146 Convert-EndpointsToJson.ps1 # Regenerates endpoints.json from markdown source files
42- startnet.cmd # WinPE boot entry point
47+ startnet.cmd # WinPE boot entry point → launches Start-AzlBeacon.ps1
4348 config/
4449 validation-config.example.json # Template — copy to validation-config.json and populate
4550 endpoints.json # Pre-built Azure endpoint list
51+ drivers/
52+ dell-ax/ # Signed NIC drivers for Dell AX 16G nodes (from SBE 5.0.2603.1641)
53+ broadcom-5720/ # b57nd60a.inf — 1GbE LOM, 221.0.8.0
54+ broadcom-bnxt/ # bnxtnd.inf — 10/25/100GbE, 236.1.152.0
55+ intel-e810/ # icea.inf — 100GbE, 1.17.73.0
56+ intel-e823/ # scea.inf — 1.16.58.0
57+ mellanox-cx/ # mlx5.inf — ConnectX, 24.4.26429.0
4658config/
4759 endpoints/ # Endpoint markdown source files (inputs to Convert-*)
4860 azurelocal-endpoints.md
4961 arc-endpoints.md
5062 dell-endpoints.md
51- docs/
52- index.md # Validation lifecycle and coverage matrix
63+ docs/ # MkDocs Material docs site
64+ index.md
65+ getting-started/
66+ validation/
67+ drivers/
68+ reference/
5369```
5470
5571---
0 commit comments