ARM Templates

This is continuation azure series. Although, I have started the series on my medium blog https://medium.com/@rahulsahay19, I am moving the same here in my word-press blog as I find managing and grouping is much easier here than on medium. Earlier posts, you can view medium itself. Also, new posts will also available as part of cross posts. But, this will be primary blog.

In this section, we will be discussing automation for the deployment of virtual machines. Within MS Azure, automation is usually done using ARM template aka Azure Resource Manager model which is the modern way of deploying resources into azure. The opposite of ARM is ASM aka classic deployment model, which we don’t use any more.

Let’s start this process for the deployment of Virtual Machine. Normally, whenever we deploy any VM, its deployment page appear like this

Read more

Thanks, Rahul Happy Coding