The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
When running the deployment template for Enterprise-Scale with the option to Deploy integrated CICD pipeline set to Yes, this is generating a set of resources in the Management Subscription, including a Key Vault containing Secrets.
Due to the nature of these secrets (Personal Access Token from an external service, linked to a user), this should be clearly communicated to the person running the deployment to raise awareness of this behaviour.
Steps to reproduce
Run Deploy-to-Azure with option to Deploy integrated CICD pipeline set to Yes
Describe the bug
When running the deployment template for Enterprise-Scale with the option to
Deploy integrated CICD pipeline
set toYes
, this is generating a set of resources in theManagement
Subscription, including aKey Vault
containingSecrets
.Due to the nature of these secrets (Personal Access Token from an external service, linked to a user), this should be clearly communicated to the person running the deployment to raise awareness of this behaviour.
Steps to reproduce
Deploy integrated CICD pipeline
set toYes
Screenshots