Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for your Microsoft Certified: Azure Fundamentals (AZ-900) Exam. Study with flashcards and multiple choice questions, each question comes with hints and explanations. Ace your exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which tool provides cmdlets for managing Azure resources using the Azure Resource Manager model?

  1. Azure CLI

  2. Azure PowerShell

  3. Azure Functions

  4. Azure DevOps

The correct answer is: Azure PowerShell

The correct answer is Azure PowerShell, which is specifically designed to provide cmdlets that facilitate the management of Azure resources through the Azure Resource Manager (ARM) model. Azure PowerShell offers a set of commands that allow users to install, configure, and automate tasks related to Azure services directly from the command line or scripts. It is particularly beneficial for administrators and developers who prefer a scripting approach to manage Azure resources efficiently. Azure CLI is another tool for managing Azure resources but is based on a different interface and command structure that may use syntax from other command-line environments, making Azure PowerShell the more integrated choice for PowerShell users. Azure Functions is a serverless compute service that allows you to run code on-demand without managing servers, and Azure DevOps encompasses a suite of tools for development and collaboration but does not focus specifically on managing Azure infrastructure using cmdlets.