This is an automated archive made by the Lemmit Bot.

The original was posted on /r/azure by /u/AngeliMortem on 2023-09-15 17:26:28.


Hello everyone. I’m gonna go to the point. I have 0 knowledge in ARM Templates such as JSON and Biceps. I don’t know how to code or program either.

Recently Ive decided, as personal goal and considering I’ve been working with Azure for couple years, to learn how to deploy templates (JSON, Biceps and terraform).

I’ve started with learning how to use VS Code and installing the necessary dependencies recommended by Azure (Azure ARM tools; JSON, Biceps and Terraform “snipets” and some other Azure packages that I found interesting). Then, Ive searched in GitHub for quick templates and luckily I found one repo that has all current available ARM Templates so it made it a little bit “easier”.

Now, I would like to learn to deploy them by myself, learn how to add param files (for example required when creating a VM with adminusername or adminpassword), deploying them from “/…” Root folder, etc…

Does anyone has a recommendation for it? Maybe learn some “common” language that would make me understand better the creation, or any course for it?

Also, for people who works deploying/creating them in large corps, can someone dm me? I have small questions but I don’t want to make this post super long.

Thanks a lot guys and Im sorry if this post was really long.

Ps: I’ve been able to deploy successfully vnets and peer thems but thanks to the templates already done in Github, but so far Im not able to create a VM or something more difficult. I have knowledge in Networking so usually all resources in Microsoft.Network are easy to understand but well, not that easy to deploy for me haha