How to create a virtual machine with Powershell in simple way

preview_player
Показать описание
In this video we will see how we can deploy a virtual machine with powershell in easy way .

Install Azure powershell module -

Manage Azure subscription & Resourcegroup with Powershell-

Azure Cloudshell-

Direct access Pricing calculator Page -

How to create Azure FREE account WITHOUT Credit card -

How to create Azure account in general way-

Create Azure Virtual machine-

Azure Virtual network-

Create Azure Virtual machine using sandbox-

Modify disk on Azure Virtual machine-

Azure Powershell
Azure Powershell lab
Powershell tutorial
How to use powershell
deployment with powershell
azure resource management with powershell
azure lab
azure exam
azure administrator
az 104
az 400
az 305
az 900
azure administrator exam
PS command
Azure subscription
Azure resource group
cloudshel
azure storage
what is cloudshell
azure cloudshell
cloudshell powershell

script -------------------------------------------------------------------------------------------------

New-AzResourceGroup -Name TESTRG -Location CentralIndia

New-AzVm `
-ResourceGroupName "TESTRG" `
-Name "MYVM01" `
-Location "East US" `
-VirtualNetworkName "Myvnet" `
-SubnetName "Mysubnet" `
-SecurityGroupName "MyNSG" `
-PublicIpAddressName "MYPIP" `
-Size "Standard_B1s" `
-OpenPorts 80,139,3389

-----------------------------------------------------------------------------------------------------------------

#azurevm #deployazurevm #virtualmachines #azurevmss #createvirtualmachine #azurelab #azurexam
Рекомендации по теме
join shbcf.ru