Terraform And Azure DevOps - How To Configure

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 50

  • @GrahamSmart
    @GrahamSmart Месяц назад

    Great video, would be great to have an updated one using the same kind of Approval process

  • @NickBrown1968
    @NickBrown1968 Год назад

    Really thorough video. I learned a whole load from it. Many thanks.

  • @AzureCloudAviator
    @AzureCloudAviator 2 года назад +2

    Great Video Jack! You should do more videos like this one.

  • @sruthireddy1979
    @sruthireddy1979 Год назад

    Its truly very good explanation and detailed... Thanks a ton bro...!

  • @victors8809
    @victors8809 2 месяца назад

    Amazing lesson!

  • @TomWhi
    @TomWhi 3 года назад +3

    Jack this is a brilliant video, thank you. I think you actually helped me (and Lee) with a weird Synapse policy issue this year so it’s great to see your video and blog which I’ll start to follow. We’re just starting down the enterprise CAF route so I’m trying to get ahead of the curve, this video helps greatly. It’d be great to see more content on enterprise CAF if you’ve got any good resources for a simpleton like me.

  • @vidyagowda2721
    @vidyagowda2721 2 года назад

    Great explanation Jack for the beginners. Thank You so much for sharing your knowledge. It helped me a LOT!!

  • @hareeshp.j.7533
    @hareeshp.j.7533 3 года назад +2

    Thanks Jack. Very nicely explained. Great crash course and to the point with pre-reqs for an end to end ADO pipeline set-up, I had been looking for something like this for ages, but now I fully understand concepts and the entire pipeline workflow.

  • @rabb3255
    @rabb3255 2 года назад

    Brilliant content Jack, this is extremely useful and will help cut through all the noise when trying to use pipelines in ADO with TF. Thanks

  • @raghuhoskote9298
    @raghuhoskote9298 3 года назад +1

    Awesome explanation Jack, its really help full, Do add more videos on best practices. Looking forward for more videos

  • @MrSivaraj86
    @MrSivaraj86 3 года назад

    Thank you Jack the yml
    file helped me to solve the release apply path issue, thank you so much for your help

  • @walebello9125
    @walebello9125 2 года назад

    Thank you for this wonderful course. I have been searching for an end-to-end training on deploying infrastructure using Terraform with Azure DevOps CICD pipeline

  • @mamaducamara796
    @mamaducamara796 2 года назад

    very well explained video. thanks for sharing

  • @azrabbb
    @azrabbb 2 года назад

    Great video thanks Jack

  • @indianjewelryshorts4161
    @indianjewelryshorts4161 3 года назад

    Thank you for explaining each step thoroughly and keep going :)

  • @fez9117
    @fez9117 3 года назад +12

    Can you do an example video for a pipeline for deploying into multi environments please, say for example, 4 stages: Plan Dev > Apply Dev > Plan prod > apply prod

  • @Emptychannnel
    @Emptychannnel 2 года назад

    thanks a LOT! this helps me in my project,

  • @pipon39
    @pipon39 3 года назад +1

    your video is awesome !
    very good job
    you are wonderful !

  • @yorkli6893
    @yorkli6893 3 года назад

    Awesome! great video. Thank you !

  • @SanthoshKumar-sl7zc
    @SanthoshKumar-sl7zc Год назад

    Really nice💯

  • @craigrickett6156
    @craigrickett6156 2 года назад

    Great content, thank you

  • @terryseddon8781
    @terryseddon8781 2 года назад +1

    You've probably already realised and since deleted all the keys etc, but if not, you didn't blur them out the 40 min mark!

  • @akhilbisht11
    @akhilbisht11 3 года назад

    Excellent. Thanks

  • @mksworld7557
    @mksworld7557 3 года назад

    excellent tutorial - keep it up

  • @DavidBenOtto
    @DavidBenOtto Год назад

    Thanks for this incredible video. I've a question is how to import existing resources in Azure with Terraform

  • @stevencarter2768
    @stevencarter2768 3 года назад

    excellent tutorial!!! thank you!

  • @fez9117
    @fez9117 3 года назад

    Great Vid Thanks !

  • @naweed99nk
    @naweed99nk Год назад

    Just a quick question. Can we not create pipeline that would use azure storage (container) instead of using a release? If so can you please shed the benefits and disadvantages of the two methods? I am a novice to apologizes in advance if it doesn't make sense

  • @TiteufMela
    @TiteufMela Год назад

    Hello,
    thank you, how can i create a multiple vms without destroying the existing vms resources ?

  • @narayanavelaga1909
    @narayanavelaga1909 Год назад

    Hi Jack, you videos really helped me. I wanted to know How can we pass runtime parameters in the build pipeline using classic editor ?

  • @ThePawkon
    @ThePawkon 3 года назад

    well done!

  • @jthejainvikas
    @jthejainvikas Год назад

    Can you share the link from where we can get the code which you used in this video?

  • @joeb.1163
    @joeb.1163 2 года назад

    Thanks , do you have the same example using the YAML pipeline

  • @pankajdhami6434
    @pankajdhami6434 Год назад

    Hi Jack,
    This is great but getting one issue while running Terraform init using backend config getting an error something like this
    Error: building AzureRM Client: obtain subscription() from Azure CLI: parsing json result from the Azure CLI: waiting for the Azure CLI: exit status 1: ERROR: Please run 'az login' to setup accoun

    • @kegmysta
      @kegmysta Год назад

      run the az login in your git repo in your ide first
      after you have authenticated via subscription, should be good to go

    • @pankajdhami6434
      @pankajdhami6434 Год назад

      @@kegmystai was able to resolve this, thank you so much.

  • @MattLethargic
    @MattLethargic 3 года назад

    Great video, the problem though is with this setup you can't run init locally because of the lack of access_key I'm the backend config. I don't want to have to push to git to run validate for the first time

    • @raghuhoskote9298
      @raghuhoskote9298 3 года назад

      Yes agreed, wht is the best way to fix this

    • @MattLethargic
      @MattLethargic 3 года назад

      You can actually run the init command with the access key locally. Not the best, but it does work

  • @dost77
    @dost77 2 года назад

    Hi Jack,
    Great explanation and a very nice video. However, I am running into following error when running TF Init task
    Generating script.
    Script contents: shell
    terraform init -backend-config="access_key=${azdotfstorageaccount001-key1}"
    Error: Failed to get existing workspaces: Error creating storage client for storage account "azdotfstorageaccount001": azure: malformed storage account key: illegal base64 data at input byte 0
    I tried regenerating the keys but it did not help. Any help from anyone is really appreciated.
    Thanks

  • @srujanmettu
    @srujanmettu 3 года назад

    I followed the same steps but i got an error at extracting the files while terraform apply , any help?

    • @Foobar142
      @Foobar142 3 года назад

      I actually have the same problem... were you able to fix it?

    • @Foobar142
      @Foobar142 3 года назад

      after digging around for over an hour... I realized that I had a typo in the root folder of the Archive. ruclips.net/video/AWXOYS-SBfY/видео.html

    • @MuhammadUsman-ze7pc
      @MuhammadUsman-ze7pc 3 года назад

      did you figure it out? I am also getting the error on the same step.

    • @vineetnair2989
      @vineetnair2989 Год назад

      @@Foobar142 hey, Im getting an error extracting that the file is being used by another process, any ideas what might be causing this ?

  • @sebastijanp3
    @sebastijanp3 2 года назад

    Could you create same with yaml and no ui? I am sure you would have much more viewers.

  • @dusanuksanovic5171
    @dusanuksanovic5171 3 года назад +2

    Geat work Jack!
    Does anyone had this error by any chance, when running pipeline after pull request (test to main), on task "Terraform Init"?
    Error: Error building ARM Config: obtain subscription() from Azure CLI: Error parsing json result from the Azure CLI: Error waiting for the Azure CLI: exit status 1: ERROR: Please run 'az login' to setup account.

    • @tis6931
      @tis6931 3 года назад

      likely the variables not added to the pipeline or you missed a step creating the managed identity

  • @shreyojitdas9333
    @shreyojitdas9333 3 года назад

    Can you please teach Aws?