Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.3 KB

File metadata and controls

36 lines (25 loc) · 1.3 KB

cas-platform Wiki

cas-platform is the production-oriented Azure infrastructure foundation for the Coding-Autopilot-System (CAS). It provides environment-isolated Container Apps hosting, workspace-based observability, system-assigned managed identity, budgets, and safe validation tooling — without storing secrets. The workload module implements the public cas-reference-product deployment interface.

Deployment status: bicep-ready, not deployed

This repo is bicep-ready (linted, parameterized, subscription-scope what-if validated) but Azure deployment is locked workspace-wide until a future milestone. See Architecture for the full statement.

Quickstart

./scripts/validate.ps1

To run a non-deploying subscription-scope what-if:

az login
./scripts/what-if.ps1 -Environment dev -Location northeurope

what-if.ps1 only invokes az deployment sub what-if — it never creates or deploys resources.

Where to go next

  • Architecture — module graph, identity boundary, and the NO-AZURE deploy lock
  • Operations — verified validation/lint/what-if commands
  • Decisions — index of recorded architectural decisions