Use Azure DevOps Pipelines to Manage your Azure Infrastructure

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 15

  • @kbolton1373
    @kbolton1373 ปีที่แล้ว +1

    Excellent Video 👍

  • @TheDummyHead
    @TheDummyHead ปีที่แล้ว +1

    Thanks for video, now I see better how different parts play together.
    What would be the way to automate this process of connecting and creating stuff between Azure DevOps AAD Subscription Storage, since it's kinda tedious/error-prone to do manually? I was thinking either some bash script or a terraform config without saving the state.

    • @azure-terraformer
      @azure-terraformer  ปีที่แล้ว +2

      You read my mind. I am actually recording episodes this weekend on how to use the Azure DevOps terraform provider to automate this entire process! But shhh… don’t tell anybody. 🤣 look for it in upcoming multi-part episode series about how to “automate the automation”

    • @azure-terraformer
      @azure-terraformer  ปีที่แล้ว +1

      If someone were so inclined they might find something interesting on my GitHub feature branches…. 🤣

    • @azure-terraformer
      @azure-terraformer  ปีที่แล้ว +1

      By the way don’t miss my shout out to you in my provider release review v3.54.0! And thanks again for the ☕️! Appreciate the support! This is not a work project (just for fun) so I gotta pay my own Azure bills!!! 😀

    • @TheDummyHead
      @TheDummyHead ปีที่แล้ว +1

      Thanks 😊

  • @prabhakarvijendar7918
    @prabhakarvijendar7918 10 หลายเดือนก่อน +1

    Sir you are doing a Great job, i had a question is there a reason for having 2 subscription ids, can i have same subscription ids for both dev and prod

    • @azure-terraformer
      @azure-terraformer  10 หลายเดือนก่อน

      Thanks for the kind words!! Yes you can have the same subscription as both Dev and prod. That's another reason why I follow a strict naming convention to avoid naming conflicts within the same subscription or otherwise!

  • @prabhakarvijendar7918
    @prabhakarvijendar7918 9 หลายเดือนก่อน +1

    I see that you have a backend script file for backend details is there any other ways we can maintain backends like in terraform file itself

    • @azure-terraformer
      @azure-terraformer  9 หลายเดือนก่อน

      Yes some people prefer that approach. I don't like to tightly couple my backend details in actual code because I like the ability to potentially use different backends for the same code (Dev vs prod, etc)

  • @venkatkatta2154
    @venkatkatta2154 ปีที่แล้ว +1

    Its good. Is it possible to get the Lib var from KV ?

    • @azure-terraformer
      @azure-terraformer  ปีที่แล้ว

      Oh yes. You can link an AzDO variable group to a keyvault and pull the credentials from there instead of storing them securely in AzDO.

  • @sivaimadabattuni2938
    @sivaimadabattuni2938 ปีที่แล้ว

    Hello