Spring Sale Limited Time 65% Discount Offer Ends in 0d 00h 00m 00s - Coupon code = pass65

The Microsoft Azure Administrator (AZ-104)

Passing Microsoft Azure Administrator Associate exam ensures for the successful candidate a powerful array of professional and personal benefits. The first and the foremost benefit comes with a global recognition that validates your knowledge and skills, making possible your entry into any organization of your choice.

AZ-104 pdf (PDF) Q & A

Updated: Mar 26, 2026

428 Q&As

$124.49 $43.57
AZ-104 PDF + Test Engine (PDF+ Test Engine)

Updated: Mar 26, 2026

428 Q&As

$181.49 $63.52
AZ-104 Test Engine (Test Engine)

Updated: Mar 26, 2026

428 Q&As

$144.49 $50.57
AZ-104 Exam Dumps
  • Exam Code: AZ-104
  • Vendor: Microsoft
  • Certifications: Azure Administrator Associate
  • Exam Name: Microsoft Azure Administrator
  • Updated: Mar 26, 2026 Free Updates: 90 days Total Questions: 428 Try Free Demo

Why CertAchieve is Better than Standard AZ-104 Dumps

In 2026, Microsoft uses variable topologies. Basic dumps will fail you.

Quality Standard Generic Dump Sites CertAchieve Premium Prep
Technical Explanation None (Answer Key Only) Step-by-Step Expert Rationales
Syllabus Coverage Often Outdated (v1.0) 2026 Updated (Latest Syllabus)
Scenario Mastery Blind Memorization Conceptual Logic & Troubleshooting
Instructor Access No Post-Sale Support 24/7 Professional Help
Customers Passed Exams 10

Success backed by proven exam prep tools

Questions Came Word for Word 86%

Real exam match rate reported by verified users

Average Score in Real Testing Centre 88%

Consistently high performance across certifications

Study Time Saved With CertAchieve 60%

Efficient prep that reduces study hours significantly

Microsoft AZ-104 Exam Domains Q&A

Certified instructors verify every question for 100% accuracy, providing detailed, step-by-step explanations for each.

Question 1 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to ensure that VM1 can communicate with VM4. The solution must minimize administrative effort.

What should you do?

  • A.

    Create a user-defined route from VNET1 to VNET3.

  • B.

    Assign VM4 an IP address of 10.0.1.5/24.

  • C.

    Establish peering between VNET1 and VNET3.

  • D.

    Create an NSG and associate the NSG to VMI and VM4.

Correct Answer & Rationale:

Answer: C

Explanation:

To enable communication between virtual machines (VMs) located in different virtual networks (VNets) in Azure, the most efficient and recommended approach—according to Microsoft Azure Administrator documentation—is to use VNet peering.

1. Background and Scenario Analysis

From the case study:

VM1 and VM4 are located in different VNets (VNET1 and VNET3).

The requirement is to ensure that VM1 can communicate with VM4.

The solution must minimize administrative effort and cost.

2. Microsoft Documentation Insight: VNet Peering

According to Microsoft Learn: “Virtual network peering”:

“Virtual network peering seamlessly connects two Azure virtual networks. The virtual networks appear as one for connectivity purposes. Traffic between peered virtual networks uses private IP addresses, as if they were part of the same network, and the traffic stays entirely on the Microsoft backbone network.”

Key characteristics of VNet peering:

Enables private IP connectivity between resources across peered VNets.

No need to deploy or maintain gateways (unlike VPN gateways).

Provides low latency and high bandwidth.

Supports transitive routing through additional configurations.

Minimal administrative overhead — peering can be created with just a few clicks or PowerShell/CLI commands.

3. Why the Other Options Are Incorrect

A. Create a user-defined route (UDR) from VNET1 to VNET3.

❌ A UDR alone cannot enable connectivity between VNets unless a gateway or peering already exists. Without a connection path, a route has no effect.

B. Assign VM4 an IP address of 10.0.1.5/24.

❌ This would attempt to place VM4 in the same subnet as VM1, but cross-VNet subnet IP assignment is not possible in Azure. Each VNet has its own isolated address space.

D. Create an NSG and associate it with VM1 and VM4.

❌ Network Security Groups control traffic filtering within or between existing network connections. They do not create connectivity between isolated VNets.

4. Why Peering Is the Correct and Simplest Solution

Establishing VNet peering between VNET1 and VNET3 will:

Instantly enable bidirectional private IP communication between VM1 and VM4.

Minimize administrative effort (no gateways, routing tables, or IP reconfiguration).

Maintain security and performance through Microsoft’s internal backbone.

Avoid additional costs compared to deploying VPN gateways.

5. Implementation Summary

Steps to configure:

In the Azure Portal, go to VNET1 → Peerings → Add.

Choose VNET3 as the peer virtual network.

Enable Allow virtual network access in both directions.

Once completed, both VMs (VM1 and VM4) will communicate using their private IPs.

Final Verified Answer: ✅ C. Establish peering between VNET1 and VNET3

References (Microsoft Official Documentation):

Microsoft Learn — Virtual network peering overview

Microsoft Learn — Create, change, or delete a virtual network peering

Microsoft Learn — Azure virtual network connectivity options and recommendations

Question 2 Microsoft AZ-104
QUESTION DESCRIPTION:

You discover that VM3 does NOT meet the technical requirements.

You need to verify whether the issue relates to the NSGs.

What should you use?

  • A.

    Diagram in VNet1

  • B.

    the security recommendations in Azure Advisor

  • C.

    Diagnostic settings in Azure Monitor

  • D.

    Diagnose and solve problems in Traffic Manager Profiles

  • E.

    IP flow verify in Azure Network Watcher

Correct Answer & Rationale:

Answer: E

Explanation:

Scenario: Litware must meet technical requirements including:

Ensure that VM3 can establish outbound connections over TCP port 8080 to the applications servers in the Montreal office.

IP flow verify checks if a packet is allowed or denied to or from a virtual machine. The information consists of direction, protocol, local IP, remote IP, local port, and remote port. If the packet is denied by a security group, the name of the rule that denied the packet is returned. While any source or destination IP can be chosen, IP flow verify helps administrators quickly diagnose connectivity issues from or to the internet and from or to the on-premises environment.

[References:, https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-ip-flow-verify-overview, , , ]

Question 3 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to meet the connection requirements for the New York office.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AZ-104 Q3

Correct Answer & Rationale:

Answer:

Answer: 3

Explanation:

3

Box 1: Create a virtual network gateway and a local network gateway.

Azure VPN gateway. The VPN gateway service enables you to connect the VNet to the on-premises network through a VPN appliance. For more information, see Connect an on-premises network to a Microsoft Azure virtual network. The VPN gateway includes the following elements:

Virtual network gateway. A resource that provides a virtual VPN appliance for the VNet. It is responsible for routing traffic from the on-premises network to the VNet.

Local network gateway. An abstraction of the on-premises VPN appliance. Network traffic from the cloud application to the on-premises network is routed through this gateway.

Connection. The connection has properties that specify the connection type (IPSec) and the key shared with the on-premises VPN appliance to encrypt traffic.

Gateway subnet. The virtual network gateway is held in its own subnet, which is subject to various requirements, described in the Recommendations section below.

Box 2: Configure a site-to-site VPN connection

On premises create a site-to-site connection for the virtual network gateway and the local network gateway.

3

Scenario: Connect the New York office to VNet1 over the Internet by using an encrypted connection.

Question 4 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to recommend a solution to automate the configuration for the finance department users. The solution must meet the technical requirements.

What should you include in the recommended?

  • A.

    Azure AP B2C

  • B.

    Azure AD Identity Protection

  • C.

    an Azure logic app and the Microsoft Identity Management (MIM) client

  • D.

    dynamic groups and conditional access policies

Correct Answer & Rationale:

Answer: D

Explanation:

Technically, The finance department needs to migrate their users from AD to AAD using AADC based on the finance OU, and need to enforce MFA use. This is conditional access policy. Employees also often get promotions and/or join other departments and when that occurs, the user ' s OU attribute will change when the admin puts the user in a new OU, and the dynamic group conditional access exception (OU= [Department Name Value]) will move the user to the appropriate dynamic group on next AADC d elta sync.

https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/groups-dynamic-membership

https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/overview

https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates

Question 5 Microsoft AZ-104
QUESTION DESCRIPTION:

You implement the planned changes for NSG1 and NSG2.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

AZ-104 Q5

Correct Answer & Rationale:

Answer:

Answer: 5

Question 6 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to meet the technical requirement for VM4.

What should you create and configure?

  • A.

    an Azure Notification Hub

  • B.

    an Azure Event Hub

  • C.

    an Azure Logic App

  • D.

    an Azure services Bus

Correct Answer & Rationale:

Answer: B

Explanation:

Scenario: Create a workflow to send an email message when the settings of VM4 are modified.

You can start an automated logic app workflow when specific events happen in Azure resources or third-party resources. These resources can publish those events to an Azure event grid. In turn, the event grid pushes those events to subscribers that have queues, webhooks, or event hubs as endpoints. As a subscriber, your logic app can wait for those events from the event grid before running automated workflows to perform tasks - without you writing any code.

[References:, https://docs.microsoft.com/en-us/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-app, , , ]

Question 7 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to the appropriate sizes for the Azure virtual for Server2.

What should you do? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AZ-104 Q7

Correct Answer & Rationale:

Answer:

Answer: 7

Explanation:

7

Box 1: Create a Recovery Services vault

Create a Recovery Services vault on the Azure Portal.

Box 2: Install the Azure Site Recovery Provider

Azure Site Recovery can be used to manage migration of on-premises machines to Azure.

Scenario: Migrate the virtual machines hosted on Server1 and Server2 to Azure.

Server2 has the Hyper-V host role.

[References:, https://docs.microsoft.com/en-us/azure/site-recovery/migrate-tutorial-on-premises-azure, , , , ]

Question 8 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to implement Role1.

Which command should you run before you create Role1? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AZ-104 Q8

Correct Answer & Rationale:

Answer:

Answer: 8

Explanation:

8

https://docs.microsoft.com/en-us/azure/role-based-access-control/tutorial-custom-role-powershell

Get-AzRoleDefinition -Name " Reader " | ConvertTo-Json

https://docs.microsoft.com/en-us/powershell/module/az.resources/get-azroledefinition?view=azps-5.9.0

https://docs.microsoft.com/en-us/azure/role-based-access-control/tutorial-custom-role-powershell

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/convertto-json?view=powershell-7.1

https://docs.microsoft.com/en-us/powershell/module/azuread/get-azureaddirectoryrole?view=azureadps-2.0

Question 9 Microsoft AZ-104
QUESTION DESCRIPTION:

You implement the planned changes for cont2.

What is the maximum number of additional access policies you can create for cont2? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

AZ-104 Q9

Correct Answer & Rationale:

Answer:

Answer: 9

Explanation:

 Stored access policies: ✅ 2

 Immutable blob storage policies: ✅ 1

From the scenario in the earlier case study (A. Datum Corporation):

    The planned change requires creating a new container named cont2 in storage1, with the following:

      Three stored access policies (Stored1, Stored2, Stored3)

      A legal hold for immutable blob storage

Also, recall from the table:

    storage1 has Hierarchical namespace = Yes (Data Lake Storage Gen2 enabled).

    storage2 has Hierarchical namespace = No.

The question asks: “What is the maximum number of additional access policies you can create for cont2?”

According to Microsoft Azure Storage documentation:

    A blob container can have a maximum of five stored access policies.

    These policies allow shared access signatures (SAS) to be managed centrally, letting you define start times, expiry times, and permissions at the container level.

Since three stored access policies (Stored1, Stored2, Stored3) already exist, the maximum additional policies that can still be created is:

→ 5 (maximum allowed) – 3 (already existing) = 2

For immutable blob storage policies:

    A container can have one active immutability policy at a time.

    This can be either a time-based retention policy or a legal hold policy.

    Since cont2 already has a legal hold applied, no additional immutable policy can coexist with it, but it can have one defined policy type (the legal hold).

Therefore:

    Stored access policies: 2 additional policies can still be created.

    Immutable blob storage policies: 1 policy (the existing legal hold).

This aligns exactly with Microsoft Learn: Azure Storage Blob Service limits and immutable storage documentation:

“A container may have up to five stored access policies. Immutable storage supports either a time-based retention policy or legal hold policy per container.”

Final Verified Answer:

✅ Stored access policies: 2

✅ Immutable blob storage policies: 1

Question 10 Microsoft AZ-104
QUESTION DESCRIPTION:

You need to implement the planned changes for the storage account content. Which containers and file shares can you use to organize the content?

  • A.

    share1 only

  • B.

    cont1 and share1 only

  • C.

    share1 and share2 only

  • D.

    cont1, share1, and share2 only

  • E.

    cont1, cont2, share1, and share2

Correct Answer & Rationale:

Answer: B

Explanation:

In the scenario, storage1 is configured as StorageV2 with Hierarchical namespace = Yes, while storage2 is configured as StorageV2 with Hierarchical namespace = No.

From Microsoft’s Azure Storage Documentation and AZ-104 Study Guide, the following principles apply:

    A hierarchical namespace (enabled when the storage account has Azure Data Lake Storage Gen2 capabilities) allows the use of directories within containers to organize data.

    The hierarchical namespace provides directory and file-level structure similar to a file system. This is supported only for blob containers, not for Azure Files.

    Azure Files (file shares) do not depend on hierarchical namespaces and cannot have directories in the same way Data Lake Gen2 does — directories can exist inside the share but not in the blob container sense.

    The planned change states that you must use directories whenever possible to organize content. Therefore, only storage accounts with hierarchical namespace enabled can use directory structures — that’s storage1.

In this case:

    storage1 (Hierarchical namespace = Yes) → supports containers (like cont1) and file shares (like share1).

    storage2 (Hierarchical namespace = No) → does not support directories within blob containers (Data Lake structure).

Hence, you can use only cont1 (container in storage1) and share1 (file share in storage1) to organize content as required.

This is directly supported by the Microsoft documentation on Data Lake Storage Gen2:

“When you enable the hierarchical namespace for a storage account, you can organize objects into directories and subdirectories. This capability is available only for accounts configured for Data Lake Storage Gen2.”

Final Verified Answer: ✅ B. cont1 and share1 only

A Stepping Stone for Enhanced Career Opportunities

Your profile having Azure Administrator Associate certification significantly enhances your credibility and marketability in all corners of the world. The best part is that your formal recognition pays you in terms of tangible career advancement. It helps you perform your desired job roles accompanied by a substantial increase in your regular income. Beyond the resume, your expertise imparts you confidence to act as a dependable professional to solve real-world business challenges.

Your success in Microsoft AZ-104 certification exam makes your visible and relevant in the fast-evolving tech landscape. It proves a lifelong investment in your career that give you not only a competitive advantage over your non-certified peers but also makes you eligible for a further relevant exams in your domain.

What You Need to Ace Microsoft Exam AZ-104

Achieving success in the AZ-104 Microsoft exam requires a blending of clear understanding of all the exam topics, practical skills, and practice of the actual format. There's no room for cramming information, memorizing facts or dependence on a few significant exam topics. It means your readiness for exam needs you develop a comprehensive grasp on the syllabus that includes theoretical as well as practical command.

Here is a comprehensive strategy layout to secure peak performance in AZ-104 certification exam:

  • Develop a rock-solid theoretical clarity of the exam topics
  • Begin with easier and more familiar topics of the exam syllabus
  • Make sure your command on the fundamental concepts
  • Focus your attention to understand why that matters
  • Ensure hands-on practice as the exam tests your ability to apply knowledge
  • Develop a study routine managing time because it can be a major time-sink if you are slow
  • Find out a comprehensive and streamlined study resource for your help

Ensuring Outstanding Results in Exam AZ-104!

In the backdrop of the above prep strategy for AZ-104 Microsoft exam, your primary need is to find out a comprehensive study resource. It could otherwise be a daunting task to achieve exam success. The most important factor that must be kep in mind is make sure your reliance on a one particular resource instead of depending on multiple sources. It should be an all-inclusive resource that ensures conceptual explanations, hands-on practical exercises, and realistic assessment tools.

Certachieve: A Reliable All-inclusive Study Resource

Certachieve offers multiple study tools to do thorough and rewarding AZ-104 exam prep. Here's an overview of Certachieve's toolkit:

Microsoft AZ-104 PDF Study Guide

This premium guide contains a number of Microsoft AZ-104 exam questions and answers that give you a full coverage of the exam syllabus in easy language. The information provided efficiently guides the candidate's focus to the most critical topics. The supportive explanations and examples build both the knowledge and the practical confidence of the exam candidates required to confidently pass the exam. The demo of Microsoft AZ-104 study guide pdf free download is also available to examine the contents and quality of the study material.

Microsoft AZ-104 Practice Exams

Practicing the exam AZ-104 questions is one of the essential requirements of your exam preparation. To help you with this important task, Certachieve introduces Microsoft AZ-104 Testing Engine to simulate multiple real exam-like tests. They are of enormous value for developing your grasp and understanding your strengths and weaknesses in exam preparation and make up deficiencies in time.

These comprehensive materials are engineered to streamline your preparation process, providing a direct and efficient path to mastering the exam's requirements.

Microsoft AZ-104 exam dumps

These realistic dumps include the most significant questions that may be the part of your upcoming exam. Learning AZ-104 exam dumps can increase not only your chances of success but can also award you an outstanding score.

Microsoft AZ-104 Azure Administrator Associate FAQ

What are the prerequisites for taking Azure Administrator Associate Exam AZ-104?

There are only a formal set of prerequisites to take the AZ-104 Microsoft exam. It depends of the Microsoft organization to introduce changes in the basic eligibility criteria to take the exam. Generally, your thorough theoretical knowledge and hands-on practice of the syllabus topics make you eligible to opt for the exam.

How to study for the Azure Administrator Associate AZ-104 Exam?

It requires a comprehensive study plan that includes exam preparation from an authentic, reliable and exam-oriented study resource. It should provide you Microsoft AZ-104 exam questions focusing on mastering core topics. This resource should also have extensive hands on practice using Microsoft AZ-104 Testing Engine.

Finally, it should also introduce you to the expected questions with the help of Microsoft AZ-104 exam dumps to enhance your readiness for the exam.

How hard is Azure Administrator Associate Certification exam?

Like any other Microsoft Certification exam, the Azure Administrator Associate is a tough and challenging. Particularly, it's extensive syllabus makes it hard to do AZ-104 exam prep. The actual exam requires the candidates to develop in-depth knowledge of all syllabus content along with practical knowledge. The only solution to pass the exam on first try is to make sure diligent study and lab practice prior to take the exam.

How many questions are on the Azure Administrator Associate AZ-104 exam?

The AZ-104 Microsoft exam usually comprises 100 to 120 questions. However, the number of questions may vary. The reason is the format of the exam that may include unscored and experimental questions sometimes. Mostly, the actual exam consists of various question formats, including multiple-choice, simulations, and drag-and-drop.

How long does it take to study for the Azure Administrator Associate Certification exam?

It actually depends on one's personal keenness and absorption level. However, usually people take three to six weeks to thoroughly complete the Microsoft AZ-104 exam prep subject to their prior experience and the engagement with study. The prime factor is the observation of consistency in studies and this factor may reduce the total time duration.

Is the AZ-104 Azure Administrator Associate exam changing in 2026?

Yes. Microsoft has transitioned to v1.1, which places more weight on Network Automation, Security Fundamentals, and AI integration. Our 2026 bank reflects these specific updates.

How do technical rationales help me pass?

Standard dumps rely on pattern recognition. If Microsoft changes a single IP address in a topology, memorized answers fail. Our rationales teach you the logic so you can solve the problem regardless of the phrasing.