How to deploy Azure VM using PowerShell-explained

preview_player
Показать описание
One of the fast and best way to deploy Azure VM in the cloud is to use PowerShell Script, if you have not automated VM using PowerShell, this video is for you.

if you have a though, please drop here.
Here is the script:
New-AzVm `
-ResourceGroupName "MYDEMO01" `
-Name "MYVM01" `
-Location "EastUS" `
-VirtualNetworkName "MYVNET" `
-SubnetName "MYSubnet" `
-SecurityGroupName "MYNSG" `
-PublicIpAddressName "myPublicIpAddress" `
-OpenPorts 3389

My facebook:
My linkedin:
Рекомендации по теме
welcome to shbcf.ru