A county wants non-production VMs stopped every night and started each morning without an operator clicking through the portal. Which approach matches that automation goal?
Select an answer to reveal the explanation.
Short Explanation
Nightly start/stop is a conveyor belt job, not a mouse marathon. CLI or PowerShell scripts can do the same steps every night without someone babysitting the portal. Humans clicking forever does not scale.
Full Explanation
Azure CLI and Azure PowerShell support scripted, repeatable management operations such as starting and stopping virtual machines on a schedule. Relying on perpetual manual portal clicks does not scale and invites missed windows. Cost Management reports spend; it does not replace automation tooling.