How should you complete the Azure PowerShell script?

HOTSPOT
You are creating an Azure load balancer.
You need to add an IPv6 load balancing rule to the load balancer.
How should you complete the Azure PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

How To Pass Azure AZ-104 Exam?

Microsoft Azure AZ-104 PDF dumps.

High quality AZ-104 pdf and software. VALID exam to help you pass.

microsoft-exams

One thought on “How should you complete the Azure PowerShell script?

  1. $lbrule1v6 = New-AzLoadBalancerRuleConfig -Name “HTTPv6” -FrontendIpConfiguration $FEIPConfigv6 -BackendAddressPool $backendpoolipv6 -Probe $healthProbe -Protocol Tcp -FrontendPort 80 -BackendPort 8080

    $NRPLB = New-AzLoadBalancer -ResourceGroupName NRP-RG -Name ‘myNrpIPv6LB’ -Location ‘West US’ -FrontendIpConfiguration $FEIPConfigv6 -InboundNatRule $inboundNATRule1v6 -BackendAddressPool $backendpoolipv4,$backendpoolipv6 -Probe $healthProbe,$RDPprobe -LoadBalancingRule $lbrule1v6

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.