Two city teams both need to automate Azure resource management; one prefers Bash-style CLI and the other prefers PowerShell cmdlets. What fundamentals statement is accurate?
Select an answer to reveal the explanation.
Short Explanation
Same Azure chores, two accents: CLI for the Bash crowd, PowerShell for the cmdlet crowd. Pick what your people already type fluently. Neither side owns the cloud exclusively.
Full Explanation
Both Azure CLI and Azure PowerShell can manage Azure resources through automation. Organizations commonly choose based on existing scripting skills and platform preferences rather than a hard functional exclusivity. Fundamentals exams expect that comparison, not deep pipeline authoring.