This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
What are the two types of Azure CLI reference types?
Cmdlets and modules
Core and extension
Which of the following commands can you use to create a resource group using Azure CLI?
az group create
az creates group
az deployment group create
What parameter do you use to troubleshoot Azure CLI commands?
--help
--find
--debug
Which of the following choices is a valid syntax for string variables in Bash?
variableName=varValue
$variableName="varValue"
set variableName=varValue
In which operating systems can you execute Azure CLI commands?
Windows only
Linux only
macOS only
Windows, macOS, and Linux
You must answer all questions before checking your work.
Was this page helpful?