Exam Questions & Answers (Grade
A+) 2026
Your company is building a video-editing application that will offer
online storage for user-generated video content. The videos will be
stored in Azure Blobs. An Azure storage account will contain the
blobs. It's unlikely the storage account would ever need to be
removed and recreated. Which tool is likely to offer the quickest
and easiest way to create the storage account?
-Azure portal
-Azure CLI
-Azure PowerShell -
correct answer ✅Azure portal
-The portal is a good choice for one-off operations like creating a
long-lived storage account. The portal provides a GUI containing all
the storage-account properties and provides tool tips to help select
the right options for the organization's needs.
The Azure CLI can be installed on which of the following?
,AZ-104: Microsoft Azure Administrator
Exam Questions & Answers (Grade
A+) 2026
-Linux
-Windows
-Both Linux and Windows -
correct answer ✅Both Linux and Windows
- The CLI is cross-platform and can be installed on Linux, macOS,
and Windows. After installation, the CLI commands are the same on
every platform.
Another Administrator is managing Azure locally using PowerShell.
They have launched PowerShell as an Administrator. Which of the
following commands should be executed first?
-Connect-AzAccount
-Get-AzResourceGroup
,AZ-104: Microsoft Azure Administrator
Exam Questions & Answers (Grade
A+) 2026
-Get-AzSubscription -
correct answer ✅Connect-AzAccount
- So, the first thing to do is to connect to Azure and provide the user
credentials.
A new project has several resources that need to be administered
together. Which of the following strategies would provide a good
solution?
-Azure templates
-Azure resource groups
-Azure subscriptions -
correct answer ✅Azure resource groups
- Resource groups make administering resources easy.
, AZ-104: Microsoft Azure Administrator
Exam Questions & Answers (Grade
A+) 2026
Which of the following situations would be good example of when
to use a resource lock?
-A ExpressRoute circuit with connectivity back to the on-premises
network.
-A non-production virtual machine used to test occasional
application builds.
-A storage account used to temporarily store images processed in a
development environment. -
correct answer ✅A ExpressRoute circuit with connectivity back to
the on-premises network.
-An ExpressRoute Circuit is a critical resources Resource locks
prevent other users in the organization from accidentally deleting
or modifying critical resources.
Which of the following is true about resource groups?