deployment-end-to-end
Type: decision
Decision
Each platform capability owns its code and deployment pipeline end-to-end, with no shared pipelines crossing capability boundaries.
Why
Without isolation, changing one capability can trigger or break another's functionality.
Violations
- Resource created or modified directly in Azure portal or CLI outside a Deployment Stack.
- Configuration value hardcoded in Bicep instead of injected from GitHub variables.
Links
← Back to knowledge graph