AZ-900 · Question #491
You have an Azure subscription. You need to use Azure Cloud Shell to run a deployment script. What should you use to access Cloud Shell?
The correct answer is D. a web browser. Azure Cloud Shell provides a browser-based shell experience for managing Azure resources.
Question
Options
- AAzure Resource Manager (ARM)
- BMicrosoft Visual Studio
- Ca Windows command prompt
- Da web browser
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C6% (2)
- D89% (32)
Why each option
Azure Cloud Shell provides a browser-based shell experience for managing Azure resources.
Azure Resource Manager is the deployment and management service for Azure, not an access method for Cloud Shell.
Microsoft Visual Studio is an integrated development environment (IDE) for coding, not a direct access method for Azure Cloud Shell.
A Windows command prompt is a local shell, not a way to directly access the browser-based Azure Cloud Shell.
Azure Cloud Shell is primarily accessed directly from a web browser by navigating to shell.azure.com or by clicking the Cloud Shell icon in the Azure portal, providing a command-line interface within the browser. This allows users to run PowerShell or Bash scripts without local installation.
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.