[Feature Request] BREAKING change: Add options to split validation and publication resources
- Dominant language
- PowerShell
- Stars
- 737
- Forks
- 436
- Avg merge
- 10d 7h
- Merged PRs (30d)
- 1
Description
## Description
Add options to have validation and testing separate from the subscription where modules are published.
Assuming that in a ALZ landing zone a sandbox might be required for validation and testing, while published modules/template specs need to go to a separate "Automation" subscription.
If this exists, we need to add guidance for how to set up using a dual subscription setup.
We probably need to consider changing the prefix of the `ARM_*` variables to split the two environments:
- GH: Create separate prefixes for validation and publication:
- `VALIDATION_`
- `PUBLISHING_`
- ADO: Add something like this for `serviceConnections`:
- `serviceConnectionValidation = 'your-servicecon-name'`
- `serviceConnectionPublish = $(serviceConnectionValidation)`
Contributor guide
Assessment
This issue has not been assessed yet.