Quick map of the repository structure and where common tasks live. Use this when you want to find code, infra, docs, or runbooks quickly.
Top-level folders
AzureArchitecture/— Azure Functions app, Seeder, Bicep modules used by core infra; containsAzureArchitecture.sln, function classes, and examples.management-portal/— Management Portal UI, GraphQL backend, and portal infra (Container Apps bicep). Key files:management-portal/infra/management-portal.bicep— IaC for portal and GraphQL backendmanagement-portal/src/Portal/— Portal Blazor app with Hot Chocolate GraphQL backend codemanagement-portal/src/Portal/— Blazor UI and GraphQL client wiringdocs/— Documentation hub and guides (this folder). Core docs includeDOCS.md,DEPLOYMENT_GUIDE.md,KNOWN_ISSUES.md.scripts/— Devops and deployment helper scripts (PowerShell and Bash), link-checker, smoke tests, and deploy helpers.infra/— Optional reference infra and alz-starter templates used for example deployments.config/— Mapping files and parameter maps (e.g.,azure-region-mapping.json).docs/one-pagers/&docs/releases/— executive briefs and release notes.
Where to look for common tasks
- Deploy the platform (full):
scripts/deploy-stamps.ps1+traffic-routing.bicep - Run local Functions & Emulator:
AzureArchitecture/withfunc start. Local portal startup:dotnet run --project ./management-portal/src/Portal/Portal.csproj(the legacy./scripts/run-local.ps1helper was removed). - Seed baseline data:
AzureArchitecture/Seeder/— usesDefaultAzureCredential - Fix GraphQL backend or Portal:
management-portal/src/Portal/(Hot Chocolate GraphQL backend code) - CI/Build workflows:
.github/workflows/(GitHub Actions)
Quick file index
README.md— project overview and minimal happy pathdocs/DOCS.md— documentation sitemap and learning pathsdocs/DOCS.md— improvement plan and backlogmanagement-portal/infra/management-portal.bicep— Portal and GraphQL backend IaCAzureArchitecture/Seeder/— seeder project to populate Cosmos
📝 Document Version Information
- Version: 1.6.3
- Last Updated: 2025-09-03 13:38:16 UTC
- Status: Current
- Next Review: 2025-11