Forum Discussion
Suhag Desai
Sep 18, 2017Brass Contributor
Different method to create azure virtual machine
am new to this forum. want to clarify whether my understanding is correct on creating azure VM through diff method 1) create a VM from azure portal 2) create a VM through Powershell (without us...
- Sep 18, 2017
Yes, you can read more details here:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-template
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy
Also there many great "quick start" templates on Github:
Suhag Desai
Sep 18, 2017Brass Contributor
thank you.
One question on using VB. if i have jason template ready with me for VM deployment and parameter then i do not need VB to be installed, right ? i can simply edit json file and use it in to powershell command.
is my unerstanding is correct ?
Rimvydas Velykis
Sep 18, 2017Brass Contributor
Yes, you can read more details here:
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/ps-template
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-template-deploy
Also there many great "quick start" templates on Github: