{"id":48740770,"url":"https://github.com/azurelocal/azurelocal-surveyor","last_synced_at":"2026-04-12T07:01:32.143Z","repository":{"id":350388146,"uuid":"1206591078","full_name":"AzureLocal/azurelocal-surveyor","owner":"AzureLocal","description":"Azure Local Surveyor","archived":false,"fork":false,"pushed_at":"2026-04-10T05:31:04.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-10T06:35:58.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AzureLocal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-10T04:09:18.000Z","updated_at":"2026-04-10T05:31:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AzureLocal/azurelocal-surveyor","commit_stats":null,"previous_names":["azurelocal/azurelocal-surveyor"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AzureLocal/azurelocal-surveyor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzureLocal%2Fazurelocal-surveyor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzureLocal%2Fazurelocal-surveyor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzureLocal%2Fazurelocal-surveyor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzureLocal%2Fazurelocal-surveyor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AzureLocal","download_url":"https://codeload.github.com/AzureLocal/azurelocal-surveyor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AzureLocal%2Fazurelocal-surveyor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31706765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-12T07:00:59.393Z","updated_at":"2026-04-12T07:01:32.131Z","avatar_url":"https://github.com/AzureLocal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Local Surveyor\n\n\u003e Azure Local S2D capacity planning and workload sizing — a TypeScript port of the Excel-based `S2D_Capacity_Calculator.xlsx`.\n\n**Live app:** [surveyor.azurelocal.cloud](https://surveyor.azurelocal.cloud)\n\n---\n\n## What it does\n\nAzure Local Surveyor gives you a browser-based, shareable version of the S2D capacity calculator. You enter your hardware inputs once and the engine computes:\n\n| Sheet | Formulas | What it answers |\n|---|---|---|\n| Hardware Inputs | 12 | Physical drive counts, sizes, resiliency |\n| Capacity Report | 45 | Effective usable TB using your resiliency + efficiency |\n| Volume Detail | 95 | Per-volume WAC-ready sizes (Calculator TB vs WAC GB) |\n| Workload Planner | 38 | Generic VM vCPU / memory / storage totals |\n| AVD Planning | 80 | Session host count, FSLogix profile storage |\n| SOFS Planner | 25 | Guest cluster sizing for redirected folders |\n| Compute Report | 60 | Physical → usable vCPU/memory with oversubscription |\n| Drive Layout Comparison | 53 | Current vs alternative drive layout delta |\n| Advanced Settings | 82 | Custom efficiency, reserve drives, oversubscription |\n| Health Check | 52 | Pass/fail validation with severity levels |\n\n## Quick start\n\n```bash\ngit clone https://github.com/AzureLocal/azurelocal-surveyor.git\ncd azurelocal-surveyor\nnpm install\nnpm run dev\n```\n\nOpen `http://localhost:5173`.\n\n## Parity tests\n\nThe engine ships with 20 golden scenarios validated against the source Excel workbook:\n\n```bash\nnpm test\n```\n\nTests live in `src/engine/__tests__/`. All must pass before any UI change is merged.\n\n## Sharing scenarios\n\nHit **Share** on any page to copy a URL encoding your full state as a base64url query parameter. Anyone with the link can open your exact scenario.\n\n## Exporting\n\nFrom the Reports page:\n\n- **PDF** — printable customer proposal\n- **XLSX** — round-trip workbook with all sheets\n- **PowerShell** — `New-Volume` commands with WAC-ready sizes\n- **Markdown** — table output for wikis or documentation\n\n## Reference workbook\n\nThe source Excel file is not committed to this repo. Copy it from `azurelocal-toolkit`:\n\n```\nE:\\git\\azurelocal-toolkit\\tools\\planning\\S2D_Capacity_Calculator.xlsx\n→ reference\\S2D_Capacity_Calculator.xlsx\n```\n\nSee [reference/README.md](reference/README.md) for details.\n\n## Stack\n\n| Layer | Technology |\n|---|---|\n| Framework | Vite 5 + React 18 + TypeScript |\n| Styling | Tailwind CSS |\n| State | Zustand (persisted) |\n| Validation | Zod |\n| PDF export | jsPDF + autoTable |\n| XLSX export | SheetJS |\n| Tests | Vitest |\n| Deploy | GitHub Actions → GitHub Pages |\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurelocal%2Fazurelocal-surveyor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurelocal%2Fazurelocal-surveyor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurelocal%2Fazurelocal-surveyor/lists"}