This reference implementation is based on Cloud Adoption Framework for Azure and provides an opinionated implementation that enables ITSG-33 regulatory compliance by using NIST SP 800-53 Rev. 4 and Canada Federal PBMM Regulatory Compliance Policy Sets.
MIT License
125
stars
90
forks
source link
Include VERBOSE output in New-AlzDeployment.ps1 when/where Run-Workflows.ps1 is invoked #381
Use
4>&1
in calls toRun-Workflows.ps1
in theNew-AlzDeployment.ps1
script so that VERBOSE messages are redirected into the log files.