Performing Policy Scope while following Azure Managment Group best practices #739
Unanswered
mrwalters1988
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All,
I'm curious how to apply policies using a Dev/Test/Prod environment scope when following the Azure CAF recommended architecture of explicitly NOT defining a management group for landing zone sub-environments. Specifically, documented here:
The best way that I've currently thought of is to make use of notscopes and wildcards to exclude subscriptions matching a nonprod naming convention, however the scope requires a subscriptionID, not a subscription name, so I'm at a loss for how this would be implemented.
Beta Was this translation helpful? Give feedback.
All reactions