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 IT administrator is evaluating command-line options for automating the deployment and management of resources across their organization's cloud environment.
Which statement correctly describes a key difference in command structure and design between Azure CLI and Azure PowerShell?
Azure CLI (Command-Line Interface) and Azure PowerShell are cross-platform management tools provided by Microsoft to create, configure, automate, and manage cloud resources from a terminal or command prompt. While both tools interact with the underlying Azure Resource Manager (ARM) APIs to perform administrative actions, they use distinct command structures and design philosophies suited to different scripting preferences.
This statement correctly identifies the fundamental architectural and syntactic distinction between both tools:
az, followed by command groups and subgroups (such as group, vm, or storage account), and ending with specific operation commands (such as create, list, or delete), like az group create.Verb-Noun naming pattern (such as Get-AzVM, New-AzResourceGroup, or Start-AzVM).az syntax that aligns naturally with POSIX/Bash conventions and text-based tooling.Get, New, Set, Remove) paired with resource nouns, making command discovery predictable.Understanding command conventions is essential for administrators when choosing between tools or writing automation scripts across diverse operating systems and shell environments.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.