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 wants to automate the creation and routine maintenance of cloud resources using cross-platform scripts. The solution must allow engineers on macOS, Linux, and Windows to run commands using standard command-line environments (such as Bash) and execute commands beginning with the az command prefix.
Which tool should the administrator use?
Azure Command-Line Interface (Azure CLI) is Microsoft's cross-platform command-line tool designed for connecting to Azure and executing administrative commands on Azure resources. It runs natively on Windows, macOS, and Linux, and is also pre-installed in the browser-accessible Azure Cloud Shell.
az, followed by command groups and subcommands structured logically by resource type (such as az group create, az vm start, or az storage account list).az [parameters] syntax.az interactive) providing auto-completion and command descriptions.Azure CLI is specifically designed to provide flexible, lightweight, and cross-platform management. It allows administrators to write consistent Bash and shell scripts that execute uniformly regardless of the client machine's underlying operating system.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.