exam questions

Exam AZ-700 All Questions

View all questions & answers for the AZ-700 exam

Exam AZ-700 topic 5 question 27 discussion

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

You have an Azure Private Link service named PL1 that uses an Azure load balancer named LB1.

You need to ensure that PL1 can support a higher volume of outbound traffic.

What should you do?

  • A. Increase the number of frontend IP configurations for LB1.
  • B. Increase the number of NAT IP addresses assigned to PL1.
  • C. Deploy an Azure Application Gateway v2 instance to the source NAT subnet.
  • D. Redeploy LB1 with a different SKU.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Acaer
Highly Voted 1 year, 9 months ago
B. Increase the number of NAT IP addresses assigned to PL1. Since the question ask for outbound traffic: Each NAT IP provides 64k TCP connections (64k ports) per VM behind the Standard Load Balancer. In order to scale and add more connections, you can either add new NAT IPs or add more VMs behind the Standard Load Balancer. Doing so will scale the port availability and allow for more connections. Connections will be distributed across NAT IPs and VMs behind the Standard Load Balancer. https://learn.microsoft.com/en-us/azure/private-link/private-link-faq#what-is-the-nat--network-address-translation--ip-configuration-used-in-private-link-service--how-can-i-scale-in-terms-of-available-ports-and-connections--
upvoted 5 times
...
thekhijir
Most Recent 7 months, 1 week ago
Selected Answer: B
You need to Increase the number of NAT IP addresses assigned to PL1 to support a higher volume of outbound connections.
upvoted 1 times
...
ironbornson
1 year, 9 months ago
Oh yeah baby, so correct: https://learn.microsoft.com/en-us/azure/private-link/private-link-service-overview Private Link service can have more than one NAT IP configurations linked to it. Choosing more than one NAT IP configurations can help service providers to scale. Today, service providers can assign up to eight NAT IP addresses per Private Link service. With each NAT IP address, you can assign more ports for your TCP connections and thus scale out.
upvoted 2 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 ...