Total Page Preview:   000000004120

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

Brijesh Prajapati
18-Sep-2019
very good article. needful for us.
Hedges
05-Sep-2020
Hi to every single one, it's actually a nice for me to go to see this website, it consists of important Information.

                           
                           

                           

                           

Facebook User: