A startup company is defining its Azure administration strategy. The engineering team consists of developers who work on macOS, Windows, and Linux workstations. The team wants to use the exact same command-line tools across all of these operating systems without using a web browser.
Which of the following tools can be installed locally on all three operating systems to manage Azure resources? (Select two.)
- Azure CLIAnswer
- Azure PowerShellAnswer
- CWindows PowerShell
- DAzure Cloud Shell
Answer
Azure CLI and Azure PowerShell are correct because both are cross-platform command-line interfaces that can be installed locally on Windows, macOS, and Linux workstations.
Azure CLI and Azure PowerShell both support cross-platform execution and can be installed locally on Windows, macOS, and Linux operating systems, allowing developers to use identical command-line tools regardless of their local OS.
Step-by-Step Solution
Key Concept
Azure command-line tools (Azure CLI and Azure PowerShell) are cross-platform and can be installed locally on Windows, macOS, and Linux.