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

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

Prepare for the Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam with our comprehensive quiz. Study with flashcards, multiple choice questions, and detailed explanations to ace your exam!

Practice this question and more.


Which tool is Microsoft's command-line experience for managing Azure resources?

  1. Azure CLI

  2. Azure PowerShell

  3. Azure Portal

  4. Azure Dashboard

The correct answer is: Azure CLI

The Azure CLI, or Azure Command-Line Interface, is designed specifically for managing Azure resources through a command-line experience. It offers a streamlined and efficient way for users to interact with Azure resources and perform a variety of management tasks from a command prompt. One of the key benefits of Azure CLI is its cross-platform capability, meaning it can be used on Windows, macOS, and Linux, making it accessible to a wide range of users. It provides a consistent interface and supports a variety of commands that enable users to create, update, delete, and manage Azure services directly from the command line, greatly enhancing automation and scripting capabilities. In contrast, Azure PowerShell is also a command-line tool tailored for Azure management, but it operates within the PowerShell environment and is particularly useful for users familiar with PowerShell scripting. The Azure Portal is a web-based interface that provides a graphical user interface for managing Azure resources, while the Azure Dashboard is a customizable view within the Azure Portal that allows users to visualize their resources and metrics. However, neither of these options is specifically a command-line experience.