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 management of cloud resources across multiple Azure services. The administrator prefers writing reusable command-line scripts using the standard Verb-Noun command structure (such as New-AzResourceGroup or Get-AzFunctionApp) in a cross-platform scripting environment.
Which tool should the administrator use to meet these requirements?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Azure PowerShell is a collection of official modules containing specialized commands, known as cmdlets, that enable administrators and developers to manage Azure resources directly from PowerShell or Azure Cloud Shell.
Az prefix, such as New-AzResourceGroup, Get-AzFunctionApp, and Remove-AzHDInsightCluster..ps1 script files and integrating custom logic to automate repetitive administrative and deployment workflows.Az.Functions, Az.HDInsight, and Az.LabServices to control specific Azure services.Connect-AzAccount.Azure PowerShell directly satisfies all criteria: it employs standard Verb-AzNoun cmdlets, allows end-to-end management of Azure infrastructure via script automation, and is fully supported across client platforms and cloud shells.