Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An administrator needs to execute Azure CLI commands and Azure PowerShell scripts to provision and manage cloud resources.
The administrator faces the following constraints:
Which tool should the administrator use to meet these requirements?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Azure Cloud Shell is a browser-accessible, cloud-hosted interactive command-line environment designed specifically for managing and developing Azure resources. It provides a pre-configured shell experience directly from the Azure portal or via shell.azure.com without requiring any local software installation or administrative privileges on the client computer.
az, pwsh, bicep, kubectl, terraform, and git.$HOME directory across different sessions.Azure Cloud Shell is the optimal choice for this scenario because it directly solves the constraint of working on a restricted, locked-down device while providing full command-line management capabilities for both Azure CLI and PowerShell workflows.