A company is migrating its operations to Azure. The operations team consists of Windows administrators who prefer using PowerShell, and Linux administrators who prefer using Bash and Azure CLI. Both groups want to write and execute scripts locally from their own workstations. Which statement is true regarding the local installation of these command-line tools?
- Both Azure CLI and Azure PowerShell can be installed locally on both Windows and Linux operating systems.Cevap
- BAzure CLI can only be installed on Linux and macOS, whereas Azure PowerShell can only be installed on Windows.
- CAzure CLI can be installed on both Windows and Linux, but Azure PowerShell is strictly limited to Windows.
- DAzure PowerShell can be installed on both Windows and Linux, but Azure CLI is strictly limited to Linux and macOS.
Cevap
Both Azure CLI and Azure PowerShell can be installed locally on both Windows and Linux operating systems.
Both Azure CLI and Azure PowerShell are fully cross-platform tools. Azure CLI can be installed locally on Windows, macOS, and Linux. Similarly, Azure PowerShell is built on PowerShell Core, which is cross-platform, allowing it to be installed and run locally on Windows, macOS, and Linux.
Adım Adım Çözüm
Anahtar Kavram
Cross-platform compatibility of Azure command-line tools