Hey everyone! I'm eager to learn and get some hands-on experience with Azure Landing Zones (ALZ). I've got a tenant set up, but I'm unsure about the whole process. If I set up an LZ now and then decide to make updates a few months later, will it just redeploy everything from scratch, or will it only apply the new updates? I'm a bit anxious about potentially locking myself out or messing something up. Could anyone share some practice labs or resources on how to learn and master LZ deployments? I'd really appreciate the help!
1 Answer
If you're using Infrastructure as Code (IaC), it will check your current infrastructure against the new version and only make the necessary changes. Just be cautious about state drift if you're using Terraform!
Thanks for the tip! But where can I actually practice this to really understand what happens behind the scenes?