ARM Template Basics

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

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

  • @DanaEpp
    @DanaEpp 4 года назад +2

    You gotta ❤ the power of Infrastructure as Code deployed using ARM templates. If you are still uncomfortable with the Azure CLI, you might want to check out my episode on Azure CLI Fundamentals at www.auditwolf.com/blog/azure-cli-fundamentals

  • @stevelucas2117
    @stevelucas2117 10 месяцев назад

    Great video! especially liked where you explained using params.

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

    The best video on ARM templates so far! Thank you so much!

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

    This is not just a great video on ARM templates, but also a guide on how to make a great video.

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

    I think this is the best video for beginner. However at around 10:00 ,even if you deploy it is not going to fail but no changes will be made. Just thought of highlighting it for exam purposes (ARM is idempotence).

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

    In the middle of studying for AZ-204, thank you for the quick and concise overview of working with these!

  • @murugesansekar3743
    @murugesansekar3743 4 года назад +1

    Very well explained. Appreciate your knowledge transfer sessions. Liked your video quality!!!

    • @DanaEpp
      @DanaEpp 4 года назад

      Thanks! Much appreciated!

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

    Great video, clear and very useful

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

    Thank you so much! This is exactly what I was looking for, a simple walkthrough of the syntax for ARM templates. Now I know what I am looking at!

  • @GauravSingh-xi4bp
    @GauravSingh-xi4bp 2 года назад

    Great video , really like the short and crisp to the point explanation. It makes the path easy now for developing ARM templates. Thankyou for sharing the knowledge.

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

    This was so helpful! Thanks :) Subscribed

  • @navjots35
    @navjots35 4 года назад +1

    The way you teach makes it interesting! Thank you so much. I've just entered into the cloud as an ACE and your videos helping me a lot!❤

    • @KnowOps
      @KnowOps  4 года назад +1

      Great to hear!

  • @VeronicaDiPolo
    @VeronicaDiPolo 4 года назад +1

    Very cool video!

  • @TsholofeloMautla
    @TsholofeloMautla 4 года назад

    Thank you for this informative video Dana, you are truly doing the Lords work.

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

    Very good, Thanks
    Where does Bicep and Terraform fits in the grand scheme ?

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

    What are some examples of real-world projects that use arm templates? What would we use this for websites, web apps, what are the main reasons why a company or person would use an arm template?

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

    Hey Dana, great video about ARM Templates. I played around a bit and tried the template you showed "Simple deployment of a VM with tags". I also tried the template "Join a VM to an existing domain" and I noticed a huge difference.
    The parameter "VM Size" in the first template is a simple text field, but in the "join domain" template it is a cool "selection field" like the orginal Azure VM wizard shows. This selection field is much easier to use of course. How can I force my template to show this field instead of a single text box in the GUI?

  • @Kalsiddegowdru
    @Kalsiddegowdru 4 года назад

    Hi, Nice video, can you name the snippet installed for getting the ready commands

  • @GoCloudArchitects
    @GoCloudArchitects 4 года назад

    Great tips!

  • @hockeyhotdog11
    @hockeyhotdog11 4 года назад +1

    Dan I really like your videos but I gotta ask...LIGHT THEME?

    • @DanaEpp
      @DanaEpp 4 года назад +1

      Zachari Whitney On screencasts it’s much clearer to see on the light theme. As is most documentation being referred to. Plus, it’s the default theme most new admins are used to. But point taken. 🙃
      My CLI is dark theme, which is where I normally am doing stuff anyways 🤪

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

    Any idea how to update the template versions? It appears my version is somewhat outdated, but I have ARM and many of the Azure extensions installed.

  • @elnaztaromi2213
    @elnaztaromi2213 4 года назад

    Thanks for the video. What is the difference between this and tools like terraform? What is the benefit of using those tools?

  • @vamsiB13
    @vamsiB13 4 года назад

    Isnt Terraform the recommended Infrastructure automation tool by Microsoft?

  • @AmandaAbella
    @AmandaAbella 4 года назад

    I don't know anything about coding (my whole family works in programming and IT except me lol). I do have a question though. What is your camera setup?!?! It's awesome!

    • @DanaEpp
      @DanaEpp 4 года назад +1

      I use a Canon M50 with an EF adapter and a Sigma 35mm F1.4 lens. I connect it by USB to my Surfacebook and use it as a webcam and control it with the Canon app. I use a couple of LED panels to light the whole thing so I have full control over the environment (its a really small room). Any other shots you see in any of the sequences (like screens, laptops, people etc) are shot on my Canon EOS RP. The real trick is to follow the typical guidance on shooting cinematic/filmic. 24fps, color grade with technicolor cinestyle, expose it right and ensure audio is clean. You don't have to be fancy... just need to make sure its easy to maintain so you can be consistent. I don't even edit on complex software like Premiere... I just edit it all on my iPad with Lumafusion. (Although I do wish it had alpha channel, warp stabilizer and speed ramping so I could do more broll type stuff) HTH. Thanks for taking time to check out my channel!

  • @sidzhang
    @sidzhang 4 года назад

    Try to save the code before you execute the command, I am newbie to VS code, I didn't save the code so I got error when issuing the command, hekhek.

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

    What programming languages do you need for AZ Administrator?

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

      ??? Not sure I follow.
      AZ is a command line interface (cli). You run commands in whatever shell you like (DOS/cmd, Powershell, bash). You can even run it directly in Azure CloudShell.
      I’m a fan of using bash scripting with az cli, and doing more advanced stuff using Python.
      Does that help?

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

      @@KnowOps Yes! Thank you for the reply.

  • @murugesansekar3743
    @murugesansekar3743 4 года назад

    I tried ARM tool kit in Visual studio. It is still using 2015 format and I am not getting any option to update it. How to do that please?

    • @DanaEpp
      @DanaEpp 4 года назад

      If you are using Visual Studio, it may not be supporting the latest schema directly. If you are using VS Code, make sure you have updated your ARM Tools extension to the latest version. Also, if when you were first prompted you told it to NOT update the schema, it won't prompt again. In that case, I would uninstall the extension and reinstall it to have it reset the state to be watching for arm and prompt you. Finally, you can always just manually update the schema. The extension will pick up on that and the rest of the intellisense will work against the new schema.

    • @murugesansekar3743
      @murugesansekar3743 4 года назад

      @@DanaEpp Thank you!