AZ-104 Microsoft Azure Administrator Training

    QUESTION 35

    You have an Azure virtual machine named VM1. The network interface for VM1 is configured as shown in the exhibit. (Click the Exhibit tab.)

    You deploy a web server on VM1, and then create a secure website that is accessible by using the HTTPS protocol. VM1 is used as a web server only. You need to ensure that users can connect to the website from the internet.

    What should you do?

    • A. Change the priority of Rule6 to 100.
    • B. Change the priority of Rule3 to 450.
    • C. Delete Rule1.
    • D. Modify the action of Rule1.
    • E. For Rule4, change the protocol from UDP to Any.

    Correct Answer:

    B

    Explanation:

    Rule 2 is blocking HTTPS access (port 443) and has a priority of 500. Changing Rule 3 (ports 60-500) and giving it a lower priority number will allow access on port 443. Note: Rules are processed in priority order, with lower numbers processed before higher numbers, because lower numbers have higher priority. Once traffic matches a rule, processing stops. Incorrect Answers: A: HTTPS uses port 443. Rule6 only applies to ports 150 to 300. C, D: Rule 1 blocks access to port 80, which is used for HTTP, not HTTPS.

    References:

    Go back to the homepage
    © 2020, Built with Jamstack Technology