AZ-104: MICROSOFT AZURE ADMINISTRATOR -
THE DEFINITIVE 2026-2027 EXAM CRACKING
COMPENDIUM FOR THE AZURE
ADMINISTRATOR ASSOCIATE CERTIFICATION
| FEATURING LATEST VERIFIED EXAM
QUESTIONS, EXPERT-CRAFTED ANSWERS
WITH DETAILED RATIONALES, AND A
GUARANTEED A+ PASS STRATEGY FOR FIRST-
ATTEMPT SUCCESS
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
Page | 1
, Page 2 of 154
-Azure CLI
-Azure powershell >>correct answer >>
Azure portal
Rationale >> -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?
-Linux
Page | 2
, Page 3 of 154
-Windows
-Both Linux and Windows >>correct answer
>> Both Linux and Windows
Rationale >> - 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
Page | 3
, Page 4 of 154
-Get-azsubscription >>correct answer >>
Connect-azaccount
Rationale >> - 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
Page | 4