1. A developer wants to script the creation of 20 storage accounts. They prefer Bash-style syntax and will run the script on macOS. Which tool is the MOST natural fit?
- A. Azure CLI✓ Correct
- B. The Azure portal
- C. ARM template designer only
- D. Azure Service Health
Explanation
Azure CLI is a cross-platform command-line tool with Bash-friendly syntax (az storage account create ...) that scripts naturally on macOS/Linux. The portal (B) is graphical — clicking 20 times isn't scripting. Option C alone isn't a scripting tool (templates would still need CLI/PowerShell/portal to deploy, and 'designer only' rules that out). Service Health (D) is a monitoring dashboard.