Exam Details

  • Exam Code
    :AZ-104
  • Exam Name
    :Microsoft Azure Administrator
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :361 Q&As
  • Last Updated
    :Apr 16, 2025

Microsoft Microsoft Certifications AZ-104 Questions & Answers

  • Question 441:

    You have an Azure subscription named Subscription1.

    You have 5 TB of data that you need to transfer to Subscription1.

    You plan to use an Azure Import/Export job.

    What can you use as the destination of the imported data?

    A. Azure SQL Database

    B. Azure File Storage

    C. An Azure Cosmos DB database

    D. The Azure File Sync Storage Sync Service

    E. Azure Data Factory

    F. A virtual machine

  • Question 442:

    You plan to automate the deployment of a virtual machine scale set that uses the Windows Server 2016 Datacenter image.

    You need to ensure that when the scale set virtual machines are provisioned, they have web server components installed.

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

    NOTE: Each correct selection is worth one point.

    A. Modify the extensionProfile section of the Azure Resource Manager template.

    B. Create a new virtual machine scale set in the Azure portal.

    C. Create an Azure policy.

    D. Create an automation account.

    E. Upload a configuration script.

  • Question 443:

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

    Store1 contains a file share named data. Data contains 5,000 files.

    You need to synchronize the files in the file share named data to an on-premises server named Server1.

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

    NOTE: Each correct selection is worth one point.

    A. Download an automation script.

    B. Create a container instance.

    C. Create a sync group.

    D. Register Server1.

    E. Install the Azure File Sync agent on Server1.

  • Question 444:

    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 app named App1 that is installed on two Azure virtual machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer. The effective network security configurations for VM2 are shown in the following exhibit.

    You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that the Load Balancer rules are configured correctly.

    You need to ensure that connections to App1 can be established successfully from 131.107.100.50 over TCP port 443.

    Solution: You create an inbound security rule that denies all traffic from the 131.107.100.50 source and has a cost of 64999.

    Does this meet the goal?

    A. Yes

    B. No

  • Question 445:

    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 app named App1 that is installed on two Azure virtual machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer. The effective network security configurations for VM2 are shown in the following exhibit.

    You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that the Load Balancer rules are configured correctly.

    You need to ensure that connections to App1 can be established successfully from 131.107.100.50 over TCP port 443.

    Solution: You modify the priority of the Allow_131.107.100.50 inbound security rule.

    Does this meet the goal?

    A. Yes

    B. No

  • Question 446:

    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 app named App1 that is installed on two Azure virtual machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer.

    The effective network security configurations for VM2 are shown in the following exhibit.

    You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail.

    You verify that the Load Balancer rules are configured correctly.

    You need to ensure that connections to App1 can be established successfully from 131.107.100.50 over TCP port 443.

    Solution: You create an inbound security rule that allows any traffic from the AzureLoadBalancer source and has a cost of 150.

    Does this meet the goal?

    A. Yes

    B. No

  • Question 447:

    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 deploy an Azure Kubernetes Service (AKS) cluster named AKS1.

    You need to deploy a YAML file to AKS1.

    Solution: From the Azure CLI, you run azcopy.

    Does this meet the goal?

    A. Yes

    B. No

  • Question 448:

    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 questions 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 deploy an Azure Kubernetes Service (AKS) cluster named AKS1.

    You need to deploy a YAML file to AKS1.

    Solution: From Azure Cloud Shell, you run az aks.

    Does this meet the goal?

    A. Yes

    B. No

  • Question 449:

    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 deploy an Azure Kubernetes Service (AKS) cluster named AKS1.

    You need to deploy a YAML file to AKS1.

    Solution: From the Azure CLI, you run the kubectl client.

    Does this meet the goal?

    A. Yes

    B. No

  • Question 450:

    You have an Azure subscription that contains a virtual network named VNET1. VNET1 contains the subnets shown in the following table.

    Each virtual machine uses a static IP address.

    You need to create network security groups (NSGs) to meet following requirements:

    1.

    Allow web requests from the internet to VM3, VM4, VM5, and VM6.

    2.

    Allow all connections between VM1 and VM2.

    3.

    Allow Remote Desktop connections to VM1.

    4.

    Prevent all other network traffic to VNET1.

    What is the minimum number of NSGs you should create?

    A. 1

    B. 3

    C. 4

    D. 12

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.