E3 - promotion across environments

DEVSTAGINGPROD immutable artifact + environment-specific configuration

roles

environment and infrastructure

	Azure ML workspace
	Storage
	Key Vault
	monitoring resources
	...
	main.bicep
	├── dev params
	├── staging params
	└── prod params

staging validation

readiness
     ↓
smoke test
     ↓
schema compatibility
     ↓
integration test
     ↓
latency benchmark
     ↓
security/access checks

production deployment

Release 2026.09.17
│
├── model:v29
├── image digest ABC123
├── Git commit 82ab...
├── environment config
├── deployment config
└── pipeline/run provenance

promotion.png|250