platform-test-environment
Type: decision
Decision
Every platform capability exists in the test environment exactly as it does in production.
Why
If the copy differs from production, a change that passes there can still break production.
Violations
- Application landing zone created in platforms test environment.
Links
- deployment-logic-reusable-workflow — Test and production stay identical because the same reusable workflows deploy both.
- deployment-end-to-end — Test is updated one capability at a time, because no capability's deployment touches another.
- platform-identity-azure — Without its own dedicated app registration, the test environment cannot authenticate to deploy platform resources.
- platform-identity-graph — Without the same Graph permissions on the test identity, Graph-dependent workflows can't be validated here.
← Back to knowledge graph