exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 16 question 27 discussion

Actual exam question from Microsoft's AZ-103
Question #: 27
Topic #: 16
[All AZ-103 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation
References:
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-ipv6-internet-ps

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
chernang3
Highly Voted 5 years, 2 months ago
https://www.examtopics.com/exams/microsoft/az-101/view/16/ Question 29
upvoted 11 times
...
YPR
Highly Voted 4 years, 11 months ago
box 1: New-AzureRMLoadBalancerRuleConfig box2: -LoadBalancingRule
upvoted 9 times
praveen97
4 years, 11 months ago
Agree with YPR
upvoted 1 times
...
...
ChiggaBoy
Most Recent 4 years, 11 months ago
1. New-AzLoadBalancerRuleConfig 2. LoadBalancingRule
upvoted 4 times
...
jonnybugaloo
5 years ago
Image and answer: https://www.examtopics.com/assets/media/exam-media/02519/0014400001.jpg
upvoted 2 times
macco455
4 years, 12 months ago
Disagree- This should be a load balancer rule not a NAT rule. Nat rules are designed more for directing traffic to a specific VM, where load balancer rules are not. TO add an IPv6 Rule to the load balancer you are just saying you want to allow these addresses as options for the load balancer. Thats how I see this. SO Answers for me are 1. New-AzLoadBalancerRuleConfig 2. LoadBalancingRule
upvoted 3 times
...
...
ExamGuy01
5 years, 1 month ago
You can use the original answers in link below. Create the load balancer using the previously created objects. Azure PowerShell Copy Try It $NRPLB = New-AzLoadBalancer -ResourceGroupName NRP-RG -Name 'myNrpIPv6LB' -Location 'West US' -FrontendIpConfiguration $FEIPConfigv4,$FEIPConfigv6 -InboundNatRule $inboundNATRule1v6,$inboundNATRule1v4 -BackendAddressPool $backendpoolipv4,$backendpoolipv6 -Probe $healthProbe,$RDPprobe -LoadBalancingRule $lbrule1v4,$lbrule1v6,$RDPrule
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...