Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Home > Microsoft > Microsoft Certifications > AZ-104
Microsoft AZ-104  Exam Questions & Answers
Download Demo

  Printable PDF

Microsoft AZ-104 Exam Questions & Answers


Want to pass your Microsoft AZ-104 exam in the very first attempt? Try Exam2pass! It is equally effective for both starters and IT professionals.

  • Vendor: Microsoft

    Exam Code: AZ-104

    Exam Name: Microsoft Azure Administrator

    Certification Provider: Microsoft

    Total Questions: 361 Q&A ( View Details)

    Updated on: May 05, 2025

    Note: Product instant download. Please sign in and click My account to download your product.
  • Updated exam questions with all objectives covered
    Verified answers
    365 days free updates
    99% success rate
    100% money back guarantee
    24/7 customer support
  • PDF Only: $45.99 Software Only: $49.99 Software + PDF: $59.99

Related Exams

  • 62-193 Technology Literacy for Educators
  • 70-243 Administering and Deploying System Center 2012 Configuration Manager
  • 70-355 Universal Windows Platform – App Data, Services, and Coding Patterns
  • 77-420 Excel 2013
  • 77-427 Excel 2013 Expert Part One
  • 77-725 Word 2016 Core Document Creation, Collaboration and Communication
  • 77-726 Word 2016 Expert Creating Documents for Effective Communication
  • 77-727 Excel 2016 Core Data Analysis, Manipulation, and Presentation
  • 77-728 Excel 2016 Expert: Interpreting Data for Insights
  • 77-731 Outlook 2016 Core Communication, Collaboration and Email Skills
  • 77-882 Excel 2010
  • 77-886 SharePoint 2010
  • 77-888 Excel 2010 Expert
  • 98-361 Software Development Fundamentals
  • 98-364 Database Fundamentals
  • 98-365 Windows Server Administration Fundamentals
  • 98-366 Networking Fundamentals
  • 98-367 Security Fundamentals
  • 98-368 Mobility and Devices Fundamentals
  • 98-381 Introduction to Programming Using Python
  • 98-382 Introduction to Programming Using JavaScript
  • 98-383 Introduction to Programming Using HTML and CSS
  • 98-388 Introduction to Programming Using Java
  • AI-102 Designing and Implementing a Microsoft Azure AI Solution
  • AI-900 Microsoft Azure AI Fundamentals
  • AZ-104 Microsoft Azure Administrator
  • AZ-120 Planning and Administering Microsoft Azure for SAP Workloads
  • AZ-140 Configuring and Operating Windows Virtual Desktop on Microsoft Azure
  • AZ-204 Developing Solutions for Microsoft Azure
  • AZ-220 Microsoft Azure IoT Developer

Related Certifications

  • Dynamics C5
  • Dynamics-POS-2009
  • MCITP
  • MCSE
  • MCTS
  • Microsoft Business I...
  • Microsoft Business S...
  • Microsoft Certificat...
  • Microsoft Certified ...
  • Microsoft Dynamics
  • Microsoft Dynamics 3...
  • Microsoft Dynamics A...
  • Microsoft Dynamics A...
  • Microsoft Dynamics C...
  • Microsoft Dynamics C...
  • Microsoft Dynamics C...
  • Microsoft Dynamics G...
  • Microsoft Dynamics N...
  • Microsoft Dynamics S...
  • Microsoft other Cert...

AZ-104 Online Practice Questions and Answers

Questions 1

You have an Azure subscription named Subscription1 that contains a virtual network named VNet1. VNet1 is in a resource group named RG1. Subscription1 has a user named User1. User1 has the following roles:

1.

Reader

2.

Security Admin

3.

Security Reader

You need to ensure that User1 can assign the Reader role for VNet1 to other users.

What should you do?

A. Remove User1 from the Security Reader role for Subscription1. Assign User1 the Contributor role for RG1.

B. Assign User1 the Owner role for VNet1.

C. Remove User1 from the Security Reader and Reader roles for Subscription1.

D. Assign User1 the Network Contributor role for RG1.

Show Answer

Correct Answer: B

Has full access to all resources including the right to delegate access to others.

Note:

There are several versions of this question in the exam. The question can have other incorrect answer options, including the following:

1.

Name Server (NS)

2.

Assign User1 the Contributor role for VNet1.

3.

Remove User1 from the Security Reader and Reader roles for Subscription1. Assign User1 the Contributor role for Subscription1.

Reference: https://docs.microsoft.com/en-us/azure/role-based-access-control/overview

Questions 2

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1.

You need to view the error from a table named Event.

Which query should you run in Workspace1?

A. Event | where EventType is "error"

B. Event | search "error"

C. select * from Event where EventType == "error"

D. Get-Event Event | where {$_.EventType -eq "error"}

Show Answer

Correct Answer: B

The search operator provides a multi-table/multi-column search experience.

The syntax is:

Table_name | search "search term"

Note:

There are several versions of this question in the exam. The question has three possible correct answers:

search in (Event) "error"

Event | search "error"

Event | where EventType == "error"

Other incorrect answer options you may see on the exam include the following:

Get-Event Event | where {$_.EventTye -eq "error"}

select * from Event where EventType is "error"

search in (Event) * | where EventType -eq "error"

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-queries

https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal

https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/searchoperator?pivots=azuredataexplorer

Questions 3

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates.

You need to view the date and time when the resources were created in RG1.

Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic deployment.

Does this meet the goal?

A. Yes

B. No

Show Answer More Questions

Correct Answer: B

From the RG1 blade, click Deployments. You see a history of deployment for the resource group.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial- create-first-template?tabs=azure-powershell Through activity logs, you can determine:

1.

what operations were taken on the resources in your subscription

2.

who started the operation

3.

when the operation occurred

4.

the status of the operation

5.

the values of other properties that might help you research the operation On the Azure portal menu, select Monitor, or search for and select Monitor from any page

2.

Select Activity Log.

3.

You see a summary of recent operations. A default set of filters is applied to the operations. Notice the information on the summary includes who started the action and when it happened.

Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/view-activity-logs

Why Choose Exam2pass AZ-104 Exam PDF and VCE Simulator?

  • 100% Pass and Money Back Guarantee

    Exam2pass AZ-104 exam dumps are contained with latest AZ-104 real exam questions and answers. Exam2pass AZ-104 PDF and VCE simulator are revised by the most professional AZ-104 expert team. All the AZ-104 exam questions are selected from the latest real exam and answers are revised to be accurate. 100% pass guarantee and money back on exam failure.

  • The Most Professional Support Service

    Exam2pass has the most skillful AZ-104 experts. Candidates can get timely help when needed. Exam2pass AZ-104 exam PDF and VCE simulator are the most up-to-date and valid. The most professional support service are provided to help the AZ-104 candidates at anytime and anywhere.

  • 365 Days Free Update Download

    Exam2pass AZ-104 exam PDF and VCE simulator are timely updated in 365 days a year. Users can download the update for free for 365 days after payment. Exam2pass AZ-104 exam dumps are updated frequently by the most professional AZ-104 expert team. AZ-104 candidates can have the most valid AZ-104 exam PDF and VCE at any time when needed.

  • Free Demo Download

    Download free demo of the Exam2pass exam PDF and VCE simulator and try it. Do not need to pay for the whole product before you try the free trial version. Get familiar about the exam questions and exam structure by trying the free sample questions of the exam PDF and VCE simulator. Try before purchase now!

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.