AZ-900 · Question #386
You need to start Azure Cloud Shell. What should you use?
The correct answer is A. the Azure portal. Azure Cloud Shell is most commonly accessed and started directly from the Azure portal.
Question
Options
- Athe Azure portal
- BAzure Command-Line Interface (CLI)
- CAzure PowerShell
- Dan Azure Resource Manager (ARM) template
How the community answered
(38 responses)- A87% (33)
- B8% (3)
- C3% (1)
- D3% (1)
Why each option
Azure Cloud Shell is most commonly accessed and started directly from the Azure portal.
Azure Cloud Shell can be launched directly within the Azure portal by clicking its icon in the global header, providing an authenticated and pre-configured shell environment without requiring local installation.
Azure CLI is a local command-line tool, not a method to start Azure Cloud Shell itself, though Cloud Shell contains Azure CLI.
Azure PowerShell is a set of cmdlets for managing Azure resources from a local PowerShell environment, not a method to start Azure Cloud Shell, though Cloud Shell contains Azure PowerShell.
An Azure Resource Manager (ARM) template is used for deploying infrastructure as code, not for interactive management tools like starting Cloud Shell.
Concept tested: Accessing Azure Cloud Shell
Source: https://learn.microsoft.com/en-us/azure/cloud-shell/overview
Community Discussion
No community discussion yet for this question.