#microsoft #microsoftazure #microsoftazuretraining #azure #automation #virtualmachines #start #stop #training #cloudinfrastructure #cloudcomputing #subscribe #windowsserver
In this tutorial, you will learn how you can use Azure Automation Account to automate starting and stopping of Azure Virtual Machines. This feature will allow you to create custom schedules that are recurring.
For more tutorials like this, consider subscribing to our channel!
Microsoft Documentation - https://learn.microsoft.com/en-us/azu...
PowerShell Commands used in this tutorial
$PSVersionTable
Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
Install-Module -Name Az -Repository PSGallery -Force