How to automate deploying VM in azure with specific settings

75 Views Asked by At

I want to deploy a VM with Windows 10 image in azure and then after deployment need to add some inbound and outbound rules in the Networking. It's annoying to do everytime manually. What is the efficient way of automating this task?

1

There are 1 best solutions below

0
Sajeetharan On

There are two ways to do this

You need to capture your vm as an image template and use it to deploy other instances using the same. This also can be achieved with PowerShell

Other way is to use Azure DevTest labs