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.


What are the valid methods to create a resource group in Azure?

  1. Portal, CLI, PowerShell, templates

  2. Portal, PowerShell, templates, SDK

  3. Portal, CLI, PowerShell, templates, SDK

  4. Portal, CLI, SDK

The correct answer is: Portal, CLI, PowerShell, templates, SDK

The choice stating the valid methods to create a resource group in Azure is accurate because Azure provides multiple options for resource group creation that align with current practices and interfaces. Creating a resource group can be accomplished through the Azure Portal, which offers a user-friendly graphical interface; this is the most commonly used method. Additionally, the Azure Command-Line Interface (CLI) allows for resource group creation via command prompt or terminal, which is particularly useful for those who prefer scripting or automation. PowerShell is another powerful tool that enables users to manage Azure resources, including creating resource groups, through commands tailored for Windows environments. Moreover, deployment templates—specifically Azure Resource Manager (ARM) templates—enable infrastructure as code practices, allowing users to define the resource group and its resources in JSON format and automate their creation through deployments. This flexibility in resource group creation promotes best practices for both manual and automated workflows, accommodating a variety of user preferences and scripting requirements. The inclusion of SDKs reflects Azure’s support for programming languages, allowing developers to programmatically create and manage resources, including resource groups, through code. This comprehensive approach to resource group creation covers the various tools and interfaces available in Azure, making the provided answer the most inclusive and correct option.