An IT administrator needs to run a deployment script from a local macOS workstation to automate the creation of several resources in Azure. The script is written using Verb-Noun command syntax, such as `New-AzResourceGroup`. Which tool must be installed locally on the macOS workstation to execute this script?
- AAzure Portal
- BAzure CLI
- Azure PowerShellAnswer
- DAzure Cloud Shell
Answer
Azure PowerShell
The correct answer is Azure PowerShell. Azure PowerShell is a command-line tool that uses Verb-Noun cmdlets (like `New-AzResourceGroup`) to manage Azure resources. It is cross-platform and can be installed locally on macOS, Windows, and Linux.
Step-by-Step Solution
Key Concept
Azure PowerShell is a cross-platform command-line tool that uses Verb-Noun cmdlets and can be installed on Windows, macOS, and Linux.
Estimated Time:1m 0s