PrepAway - Latest Free Exam Questions & Answers

You assign the virtual network to the variable $vnet.

Hotspot Question
You have a virtual machine (VM) that must be secured. Direct access to the VM is not permitted.
You create the following Azure PowerShell script. Line numbers are included for reference only.

You assign the virtual network to the variable $vnet. You assign the subnet to the variable
$backendSubnet. For each of the following statements, select Yes if the statement is true.
Otherwise, select No.

PrepAway - Latest Free Exam Questions & Answers

Answer:

4 Comments on “You assign the virtual network to the variable $vnet.

    1. ExamsRfun says:

      I don’t think this is meant to be an internet-facing LB. It’s being built as an Internal Load-Balancer.

      1) {YES}: The LBRule does configure direct access (via RDP) on port 3441 (translated to 3389) – so users will be able to access it.
      2) {NO}:This is an internal L/B (configured with Private IP vs PublicIP) so Zero internet traffic will be able to reach the backend pool.
      3) {YES}: You can see that the $backendnic is configured to use $backendsubnet which is on NPRVNet.

      Support Article:
      https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-get-started-ilb-arm-ps




      0



      0
  1. marco says:

    I would go with
    No – It’s behind a LB, so it can never be direct.
    No – There is no incoming internet traffic. The frontend IP is no PIP.
    No – Interfaces don’t connect to VNETs, they connect to the machine or the LB.




    0



    0

Leave a Reply