A city operations lead wants nightly automation for non-production VMs but still needs a clickable place for one-off creates and reviews. How should the team think about the Azure portal?
Select an answer to reveal the explanation.
Short Explanation
The portal is great for hands-on creates and checks — like a dashboard you can click. Nightly start/stop loops belong in scripts, not in someone babysitting the mouse. Same Azure estate, different tools for different jobs.
Full Explanation
The Azure portal is designed for interactive exploration, creation, and management. Scripted tools such as Azure CLI and Azure PowerShell are better suited for repeatable automation. Confusing the portal with identity Conditional Access design or security-engineer Sentinel work misses the fundamentals management-tool contrast.