A startup's IT team consists of administrators using local machines running macOS, Ubuntu Linux, and Windows 11. The team needs to configure a set of administrative tools to deploy Azure resources. Which two statements are correct regarding the compatibility and hosting of Azure management tools for this team?
- Azure CLI and Azure PowerShell can both be installed locally on macOS, Ubuntu Linux, and Windows 11 to execute scripts.Cevap
- Azure Cloud Shell provides a browser-based environment that includes both Azure CLI and Azure PowerShell, requiring no local installation of either tool.Cevap
- CAzure PowerShell is restricted to local installation on Windows 11, whereas Azure CLI is restricted to local installation on macOS and Linux.
- DAzure Cloud Shell can only execute Azure CLI commands when accessed from macOS or Linux, and Azure PowerShell cmdlets when accessed from Windows.
Cevap
The correct statements are that Azure CLI and Azure PowerShell can both be installed locally on macOS, Ubuntu Linux, and Windows 11, and that Azure Cloud Shell provides a browser-based environment pre-installed with both tools.
The correct options are correct because Azure CLI and Azure PowerShell are cross-platform utilities that can be installed on Windows, macOS, and Linux. Additionally, Azure Cloud Shell runs in a cloud container and is fully accessible via browser on any platform without requiring local installations.
Adım Adım Çözüm
Anahtar Kavram
Cross-platform compatibility of Azure management tools (Azure Portal, Azure CLI, Azure PowerShell, and Azure Cloud Shell).