Question

Difficulty: EasyAzure Portal, CLI, PowerShell, and Cloud Shell

An administrator wants to use Azure Cloud Shell to manage cloud resources. Is it true or false that you must install the Azure CLI or Azure PowerShell modules on your local computer before you can use Azure Cloud Shell?

Answer: Answer

Answer

The statement is false because Azure Cloud Shell runs in a cloud-hosted container and does not require local installation of the Azure CLI or Azure PowerShell.
The statement is false. Azure Cloud Shell is a cloud-hosted, browser-based management tool that comes with Azure CLI and Azure PowerShell pre-installed, meaning administrators do not need to install these tools locally to manage resources.

Step-by-Step Solution

1
Analyze how Azure Cloud Shell is accessed and hosted.
Azure Cloud Shell is accessed directly through a web browser (e.g., via the Azure Portal) and is hosted in the cloud by Microsoft.
This establishes that the execution environment is remote, not local.
2
Determine if command-line tools are pre-configured in the container.
Microsoft pre-installs and updates Azure CLI and Azure PowerShell in the Cloud Shell container.
This confirms that the administrator does not need to download or install these tools on their local operating system to use the cloud shell.

Key Concept

Azure Cloud Shell is a browser-accessible, pre-configured shell environment that removes the need for local command-line tool installations.
Rate this question