Terraforming Resiliency on Azure (PART 1): Fault Domains vs. Availability Zones with Azure VMs

Поділитися
Вставка
  • Опубліковано 28 сер 2024
  • EPISODE 100
    In this in-depth tutorial, learn the nuances of provisioning Azure Virtual Machines with a focus on Fault Domains and Availability Zones. Discover why one method works seamlessly while the other might require the assistance of a Virtual Machine Scale Set (VMSS). Plus, get a practical guide on utilizing the Instance Metadata Service (IMDS) to access vital information directly from within your Azure VM. Perfect for IT professionals and cloud architects seeking to optimize their Azure infrastructure. Subscribe for more Azure tutorials and insights!
    🔗 Important Links:
    1. **Join the Azure Terraformer Community on Discord**: Stay connected, get the latest updates, and discuss with fellow Terraform and Azure enthusiasts. Click here: / discord
    2. **Support My Work**: If you find this tutorial helpful and appreciate what I do, consider buying me a coffee! Your support helps me create more content like this: www.buymeacoff...
    3. **Connect with Me on Social Media**: Follow me on various platforms for more tips, tricks, and Terraform insights: bento.me/markti
    4. **Become an Official Azure Terraformer**: For those who want to dive deeper into the world of Terraform, join my channel for exclusive benefits. As an Azure Terraformer Code Ninja, you'll get elite access to my Terraform code reviews. For those in my inner circle, there's even a monthly virtual 1-on-1 session with me!
    Join here: / @azure-terraformer
    Don't forget to like, share, and subscribe for more Terraform and Azure content. Your engagement helps this channel grow and allows me to continue providing high-quality tutorials. If you have any questions or suggestions, feel free to drop them in the comments section below.
    Happy Azure Terraforming! 🌍💻🚀

КОМЕНТАРІ • 5

  • @CarlintVeld
    @CarlintVeld 4 місяці тому +1

    With a couple of our projects we started to provision small vnets. Only fitting one or two subnets. What do you think. Now I think of it it would make sense that vnet becomes "dumb" and just becomes a group of subnets for routing purposes.

    • @azure-terraformer
      @azure-terraformer  4 місяці тому

      I think that would work for you and I. Because we’re both app dev people 😁 but I'm almost certain I just heard a bunch of networking/security guys audibly cringe.. 🤣🥴

    • @CarlintVeld
      @CarlintVeld 4 місяці тому +1

      @@azure-terraformer why? There is almost zero config on vnet level besides dns server and connected private zones. Nsg, routing, service endpoints etc. are all on subnet level

    • @azure-terraformer
      @azure-terraformer  4 місяці тому

      Oh I think I see what you are saying. This is almost how GCP virtual networks work. The VNet is just a logical container for subnets

    • @azure-terraformer
      @azure-terraformer  4 місяці тому +1

      Interesting idea. Might require some structural changes to the underlying RP. Not sure.