Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .vscode/cspell.misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,75 @@ overrides:
- filename: docs/architecture/**/*.md
words:
- azapi
- azext
- appinsights
- coreai
- devcliapprequests
- devdiv
- dmitryr
- Errorf
- GDPRAPI
- grpcbroker
- KQLX
- Kusto
- Pseudonymized
- Thhmmss
- unhashed
- vsrpc
- filename: docs/guides/**/*.md
words:
- azdext
- dcount
- devcliapprequests
- errorlint
- Errorf
- gofmt
- golangci
- gosec
- jaegertracing
- Kusto
- mycommand
- myfeature
- mypackage
- pflag
- Pseudonymized
- staticcheck
- stdlib
- tostring
- unhashed
- vsrpc
- filename: docs/reference/**/*.md
words:
- appinit
- appservice
- Buildpacks
- Ccids
- containerapp
- dcount
- devdeviceid
- Entra
- Errorf
- exegraph
- kqlx
- Kusto
- oneauth
- paas
- PBIP
- pbip
- postprovision
- preprovision
- postdeploy
- pseudonymized
- remotebuild
- resourcegroup
- rollups
- startswith
- staticwebapp
- toreal
- toscalar
- tostring
- Tpid
- TPID
- unhashed
- vsrpc
- whatif
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Task-oriented how-tos for common contributor workflows.
- [Adding a New Command](guides/adding-a-new-command.md) — End-to-end walkthrough for new CLI commands
- [Creating an Extension](guides/creating-an-extension.md) — How to build and publish an azd extension
- [Observability and Tracing](guides/observability.md) — Adding telemetry, traces, and debugging
- [Feature Telemetry Guide](guides/feature-telemetry.md) — End-to-end guide for instrumenting telemetry in new features
- [Telemetry Overview](guides/telemetry-overview.md) — Product-facing overview of azd telemetry metrics and dashboards

## Reference

Expand All @@ -30,6 +32,8 @@ Schemas, flags, environment variables, and configuration details.
- [Environment Variables](reference/environment-variables.md) — All environment variables that configure azd behavior
- [azure.yaml Schema](reference/azure-yaml-schema.md) — Project configuration file reference
- [Feature Status](reference/feature-status.md) — Current maturity status of all features
- [Telemetry Data Reference](reference/telemetry-data.md) — Complete schema of all telemetry events, fields, and query patterns
- [Telemetry Dashboards & Reports](reference/telemetry-dashboards.md) — Power BI reports, Kusto functions, and analysis tools

## Architecture

Expand All @@ -39,6 +43,7 @@ System overviews, design context, and decision records.
- [Command Execution Model](architecture/command-execution-model.md) — How commands are registered, resolved, and run
- [Extension Framework](architecture/extension-framework.md) — gRPC-based extension system architecture
- [Provisioning Pipeline](architecture/provisioning-pipeline.md) — How infrastructure provisioning works
- [Telemetry Architecture](architecture/telemetry.md) — End-to-end telemetry pipeline across 3 repositories
- [ADR Template](architecture/adr-template.md) — Template for lightweight architecture decision records

---
Expand Down
Loading