How to create a windows VM using Powershell || How to access VM in different ways | Azure Windows VM

preview_player
Показать описание
How to create a windows VM using Power shell

Powershell Commands:
Create a Resource Group: New-AzResourceGroup -Name 'test' -Location 'EastUS'

Create a Windows VM:
New-AzVm `
-ResourceGroupName 'test' `
-Name 'myVM' `
-Location 'East US' `
-VirtualNetworkName 'myVnet' `
-SubnetName 'mySubnet' `
-SecurityGroupName 'myNetworkSecurityGroup' `
-PublicIpAddressName 'myPublicIpAddress' `
-OpenPorts 80,3389

Delete Resource Group using Poweshell:
Remove-AzResourceGroup -Name 'test'

#infinitummedia #shecreates #haripriyamanne #haripriyaazure

Follow me on:

If you have any queries can mail me at

If you want to develop games then don't be late to visit this playlist of almost 40 Tutorials made just learn by using the below link
Follow Unity 2D Game Development Creepy Cat Tutorials:
Комментарии
Автор

Waooo just awesome explanation thanks a ton

nimmimann
join shbcf.ru