I know it is an old video, but Kevin and Matt don't seem to be on the same page. At 5:30 (kzbin.info/www/bejne/bnamlKmKrdClgKM), Kevin recommends App A to have all three stages under Corp. But 10:15 (kzbin.info/www/bejne/bnamlKmKrdClgKM) Matt recommends not exactly that. What am I missing here?
@mycoolgamertag8 ай бұрын
I believe the difference is the additional management group level that is crossed out in section discussed by Matt. The dev, test, and prod subscriptions can be under Corp but they can't be under dev, test, and prod management groups under the Corp management group. This discussion is about management groups, not subscriptions. Kevin's did not have the dev, test, and prod management groups.
@MatthewSelkirkKey2 жыл бұрын
Great discussion, really insightful, helpful and useful. Having tried to the prod/test/dev MGs under a Corp/Online hierarchy, I would love to hear more about why "it just doesn't scale" @10:25 some tales from the field would be awesome to hear, policy can be a very tricky discussion to have with customers for sure! cheers and thanks for the videos.
@MicrosoftCAE2 жыл бұрын
Thanks Matt. Stay tuned we have another video planned for just this.
@MatthewSelkirkKey2 жыл бұрын
@@MicrosoftCAE awesome, that would be amazing, looking forward to it 😎
@lisa33992 жыл бұрын
Would be really great with some practical examples of the scaling issues. Are about to decide on MG structure and tend to go for MGs on prod and dev.
@valleydoofer2 жыл бұрын
Loving the content chaps!
@damiancdavis2 жыл бұрын
Dream team at work!
@bangash830 Жыл бұрын
Great discussion. If an Azure Kubernetes Service (AKS) cluster is operational within a subscription that necessitates on-premises connectivity via ExpressRoute, while simultaneously utilizing a public Load Balancer (LB) to make an application accessible over the internet, the question arises as to whether this subscription will fall under the Corporate (Corp) management group or the Online management group?
@MicrosoftCAE Жыл бұрын
Thanks @bangash830. If it requires private corp connectivity it would be corp. We recently documented this a bit more here: learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/network-topology-and-connectivity#design-area-overview Corp only applies policies to prevent public IPs from being attached to NICs, which means app GWs etc all can still exist in corp, if requried
@bangash830 Жыл бұрын
@@MicrosoftCAE Thank you for your reply, and yes the recent document regarding network topology and connectivity is much clear.
@evolagenda2 жыл бұрын
Would be nice to see something on how you govern the change of policy. If you have multiple subs for multiple envs under a single branch of the hierarchy a single change to policy with unintended consequences has a larger blast radius. I wonder if having a management group for policy changes would be beneficial where it mirrors "online" or "corp" but you can move a subscription like dev into it, to test that the policy is the expected change for a trial period before moving it back and applying the policy for real.
@tharagz08 Жыл бұрын
Azure Policy can be applied at the Management Group, Subscription, Resource Group or individual resource level. If you apply a policy at a higher level, it gets inherited down. If there is a more restrictive policy it will always win, regardless of the level it has been applied. Meaning, it does not matter if the policy is applied on management group or individual resource level, the deny will win for the resources the policy is assigned to. If policies are not conflicting, they will be complementary. In your example if I felt I was going to apply a more restrictive policy, I would consider applying it at a lower level for testing. Also, we should strive to have production and non-production versions of our applications, so ideally, we would be able to apply the more restrictive policy to the non-production side first, test and validate, then roll into production once we felt comfortable. As mentioned in the video you can deploy Policy in Audit mode, so following the above feedback with this, you should be able to accomplish what you are asking: learn.microsoft.com/en-us/azure/governance/policy/concepts/effects
@evolagenda Жыл бұрын
@@tharagz08 audit mode with some validation process makes most sense. Your example works but I was specific about testing policy applied at the root, or more specifically corporation subroot which are intended to be inherited by all, like a change nist or something.
@tharagz08 Жыл бұрын
@@evolagenda I think audit mode would make the most sense in that scenario then.
@retok.5112 жыл бұрын
Good videos, I like it! Would love to see a discussion about Platform subscriptions.
@yeaharh8 ай бұрын
Great video for Ops Nazis - doesn't address the central concept of how to handle "application environments" despite the enthusiastic belief of the presenters.