Total Page Preview:   000000004446

Azure Virtual Machine Start and Stop PowerShell Scripts

In this article I am going to explain How to Stop and StarAzure Virtual Machine (VM) Using Power-shell Command in Microsoft Azure

 
#Declare and assign parameters
$ResourceGroup = 'Training'
$VMName = 'VirtualMachinelatest'
 
#Start VM
Start-AzureRmVM -ResourceGroupName $ResourceGroup -Name $VMName
 
#Stop VM
Stop-AzureRmVM -ResourceGroupName $ResourceGroup -Name $VMName
 
Azure VM Start Stop PowerShell Scripts
 
 

Thank You

About Author

Brijesh Kumar

Database Developer

I have more then 6 years Experience in Microsoft Technologies - SQL Server Database, ETL Azure Cloud - Azure SQL Database, CosmosDB, Azure Data Factory, PowerBI, Web Job, Azure Function, Azure Storage, Web Apps, Powershall and Database Migration On-Premise to Azure Cloud.
LinkedIn : https://www.linkedin.com



Comments


                           
                           

                           

                           

Facebook User: