Learn how to connect to Azure using PowerShell, the command-line tool for managing Azure resources and services.
Table of Contents
Question
Another Administrator is managing Azure locally using PowerShell. They have launched PowerShell as an Administrator. Which of the following commands should be executed first?
A. Connect-AzAccount
B. Get-AzResourceGroup
C. Get-AzSubscription
Answer
A. Connect-AzAccount
Explanation
So, the first thing to do is to connect to Azure and provide the user credentials.
Connect-AzAccount is the command that establishes a connection between the local PowerShell session and the Azure account. It is the first step to access and manage Azure resources using PowerShell. Get-AzResourceGroup and Get-AzSubscription are commands that retrieve information about the resource groups and subscriptions in the Azure account, but they require a connection to be established first.
B is incorrect. The Get-AzResourceGroup cmdlet gets Azure resource groups in the current subscription.
C is incorrect. The Get-AzSubscription cmdlet gets the subscription ID, subscription name, and home tenant for subscriptions that the current account can access.
Microsoft Azure Administrator AZ-104 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Administrator AZ-104 exam and earn Microsoft Azure Administrator AZ-104 certification.