I want to be able to start and stop multiple azure vms at the same time is it possible to run those in parallel?
Stop-AzureRmVM -ResourceGroupName $rgName -Name $vmName
or
Start-AzureRmVM -ResourceGroupName $rgName -Name $vmName
submitted by /u/Crossbeau
[link] [comments]
The post Running multiple jobs at once appeared first on How to Code .NET.