AZ-303 Exam Question 126

You have a web server app named App1 that is hosted in three Azure regions.
You plan to use Azure Traffic Manager to distribute traffic optimally for App1.
You need to enable Real User Measurements to monitor the network latency data for App1.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-303 Exam Question 127

You have an Azure virtual network that contains a subnet named Subnet1. Subnet1 contains 50 virtual machines. Twenty-five of the virtual machines are web servers and the other 25 are application servers.
You need to filter traffic the web servers and the application servers by using application security groups.
Which additional resources should you provision?
  • AZ-303 Exam Question 128

    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 a server named Server1 that runs Windows Server 2019. Server1 is a container host.
    You are creating a Dockerfile to build a container image.
    You need to add a file named File1.txt from Server1 to a folder named C:\Folder1 in the container image.
    Solution: You add the following line to the Dockerfile.
    ADD File1.txt C:/Folder1/
    You then build the container image.
    Does this meet the goal?
  • AZ-303 Exam Question 129

    Note: This question is part of 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 that contains a group named Group1.
    You need to enable multi-factor authentication (MFA) for the users in Group1 only.
    Solution: From Multi-Factor Authentication, you select Bulk update, and you provide a CSV file that contains the members of Group1.
    Does this meet the goal?
  • AZ-303 Exam Question 130

    You download an Azure Resource Manager template based on an existing virtual machine. The template will be used to deploy 100 virtual machines.
    You need to modify the template to reference an administrative password. You must prevent the password from being stored in plain text.
    What should you create to store the password?