AZ-104 Exam Details

  • Exam Code
    :AZ-104
  • Exam Name
    :Microsoft Azure Administrator
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :852 Q&As
  • Last Updated
    :May 28, 2026

Microsoft AZ-104 Online Questions & Answers

  • Question 531:

    You have an Azure subscription.

    You plan to create a storage account named storage1.

    You need to configure a deny assignment for storage1.

    What should you use?

    A. an Azure Resource Manager (ARM) template
    B. Azure Policy
    C. a landing zone
    D. a deployment stack

  • Question 532:

    HOTSPOT

    You have an Azure subscription named Subscription1. Subscription1 contains two Azure virtual machines VM1 and VM2. VM1 and VM2 run Windows Server 2016.

    VM1 is backed up daily by Azure Backup without using the Azure Backup agent.

    VM1 is affected by ransomware that encrypts data.

    You need to restore the latest backup of VM1.

    To which location can you restore the backup? To answer, select the appropriate options in the answer area.

    NOTE: Each correct selection is worth one point.

  • Question 533:

    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 that contains the following resources:

    1. A virtual network that has a subnet named Subnet1 2. Two network security groups (NSGs) named NSG-VM1 and NSG-Subnet1 3. A virtual machine named VM1 that has the required Windows Server configurations to allow Remote Desktop connections

    NSG-Subnet1 has the default inbound security rules only.

    NSG-VM1 has the default inbound security rules and the following custom inbound security rule:

    1. Priority: 100 2. Source: Any 3. Source port range: * 4. Destination: * 5. Destination port range: 3389 6. Protocol: UDP 7. Action: Allow

    VM1 has a public IP address and is connected to Subnet1. NSG-VM1 is associated to the network interface of VM1. NSG-Subnet1 is associated to Subnet1.

    You need to be able to establish Remote Desktop connections from the internet to VM1.

    Solution: You add an inbound security rule to NSG-Subnet1 that allows connections from the Any source to the *destination for port range 3389 and uses the TCP protocol. You remove NSG-VM1 from the network interface of VM1.

    Does this meet the goal?

    A. Yes
    B. No

  • Question 534:

    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 Active Directory (Azure AD) tenant named contoso.com.

    You have a CSV file that contains the names and email addresses of 500 external users.

    You need to create a guest user account in contoso.com for each of the 500 external users.

    Solution: You create a PowerShell script that runs the New-MgUser cmdlet for each external user.

    Does this meet the goal?

    A. Yes
    B. No

  • Question 535:

    HOTSPOT

    You have an Azure subscription named Sub1 that contains the blob containers shown in the following table.

    Sub1 contains two users named User1 and User2. Both users are assigned the Reader role at the Sub1 scope.

    You have a condition named Condition1 as shown in the following exhibit.

    You have a condition named Condition2 as shown in the following exhibit.

    You assign roles to User1 and User2 as shown in the following table.

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

    NOTE: Each correct selection is worth one point.

  • Question 536:

    You are planning to deploy an Ubuntu Server virtual machine to your company's Azure subscription.

    You are required to implement a custom deployment that includes adding a particular trusted root certification authority (CA).

    Which of the following should you use to create the virtual machine?

    A. The New-AzureRmVm cmdlet.
    B. The New-AzVM cmdlet.
    C. The Create-AzVM cmdlet.
    D. The az vm create command.

  • Question 537:

    You have an Azure subscription that contains a storage account named account1.

    You plan to upload the disk files of a virtual machine to account1 from your on-premises network. The on-premises network uses a public IP address space of 131.107.1.0/24.

    You plan to use the disk files to provision an Azure virtual machine named VM1. VM1 will be attached to a virtual network named VNet1. VNet1 uses an IP address space of 192.168.0.0/24.

    You need to configure account1 to meet the following requirements:

    1. Ensure that you can upload the disk files to account1.

    2. Ensure that you can attach the disks to VM1.

    3. Prevent all other access to account1.

    Which two actions should you perform? Each correct answer presents part of the solution.

    NOTE: Each correct selection is worth one point.

    A. From the Firewalls and virtual networks blade of account1, add the 131.107.1.0/24 IP address range.
    B. From the Firewalls and virtual networks blade of account1, select Selected networks.
    C. From the Firewalls and virtual networks blade of acount1, add VNet1.
    D. From the Firewalls and virtual networks blade of account1, select Allow trusted Microsoft services to access this storage account.
    E. From the Service endpoints blade of VNet1, add a service endpoint.

  • Question 538:

    HOTSPOT

    You have an Azure App Service web app named app1.

    You configure autoscaling as shown in following exhibit.

    You configure the autoscale rule criteria as shown in the following exhibit.

    Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic. NOTE Each correct selection is worth one point.

  • Question 539:

    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 web app named Appl. App1 runs in an Azure App Service plan named Plan1. Plan1 is associated to the Free pricing tier.

    You discover that App1 stops each day after running continuously for 60 minutes.

    You need to ensure that App1 can run continuously for the entire day.

    Solution: You change the pricing tier of Plan1 to Basic.

    Does this meet the goal?

    A. Yes
    B. No

  • Question 540:

    You have an Azure subscription that contains the resources shown in the following table.

    VM1 and VM2 run a website that is configured as shown in the following table.

    LB1 is configured to balance requests to VM1 and VM2.

    You configure a health probe as shown in the exhibit. (Click the Exhibit tab.)

    You need to ensure that the health probe functions correctly.

    What should you do?

    A. On LB1, change the Unhealthy threshold to 65536.
    B. On LB1, change the port to 8080.
    C. On VM1 and VM2, create a file named Probe1.htm in the C:\intepub\wwwroot\Temp folder.
    D. On VM1 and VM2, create a file named Probe1.htm in the C:\intepub\wwwroot\SiteA\Temp folder.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your AZ-104 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.