Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-104 topic 5 question 52 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure subscription that contains the virtual machines shown in the following table.

You deploy a load balancer that has the following configurations:
✑ Name: LB1
✑ Type: Internal
✑ SKU: Standard
✑ Virtual network: VNET1
You need to ensure that you can add VM1 and VM2 to the backend pool of LB1.
Solution: You create two Standard SKU public IP addresses and associate a Standard SKU public IP address to the network interface of each virtual machine.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
A Backend Pool configured by IP address has the following limitations:
✑ Standard load balancer only
Reference:
https://docs.microsoft.com/en-us/azure/load-balancer/backend-pool-management

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mlantonis
Highly Voted 2 years, 6 months ago
Correct Answer: A - Yes You can only attach virtual machines that are in the same location and on the same virtual network as the LB. Virtual machines must have a standard SKU public IP or no public IP. The LB needs to be a standard SKU to accept individual VMs outside an availability set or vmss. VMs do not need to have public IPs but if they do have them they have to be standard SKU. Vms can only be from a single network. When they don’t have a public IP they are assigned an ephemeral IP. Also, when adding them to a backend pool, it doesn’t matter in which status are the VMs. Note: Load balancer and the public IP address SKU must match when you use them with public IP addresses.
upvoted 68 times
Holydud
1 year, 3 months ago
Was on exam 19 Aug 2022. Scored 870. Around 85% questions were also on ET. Answered A
upvoted 4 times
...
Acai
2 years, 4 months ago
One of the few slip-ups from Azure Jesus. The provided answer is correct, the reasoning is correct but missed that VM1 has a basic SKU.
upvoted 3 times
Acai
2 years, 4 months ago
Nope AJ is correct, thought it was the other question.
upvoted 2 times
...
...
stdevops
2 years, 1 month ago
you need to start VM also
upvoted 3 times
xRiot007
6 months, 1 week ago
No, the VM can remain stopped.
upvoted 1 times
...
...
mlantonis
2 years, 6 months ago
It's valid, because: LB1: Standard SKU VM1: Standard SKU public IP VM2: Standard SKU public IP
upvoted 17 times
...
...
Moyuihftg
Highly Voted 2 years, 7 months ago
Answer correct. You can only attach virtual machines that are in the same location and on the same virtual network as the loadbalancer. Virtual machines must have a standard SKU public IP or no public IP.
upvoted 11 times
...
sardonique
Most Recent 2 months, 2 weeks ago
I don't understand, it is an internal load balancer, you place your VM behind an internal Load balancer when you do not want to expose them, what is the need of public ip in the first place? some questions are really weird
upvoted 3 times
...
AntaninaD
3 months ago
Got this question on 09/09/23
upvoted 2 times
...
HALLYdre
5 months, 2 weeks ago
I think the answer should be no. The load balancer is an internal load balancer and nothing to do with SKU of a public ip is relevant in making the VMs to work.
upvoted 3 times
...
ojogbon
8 months, 1 week ago
On the exam Apr 2nd, 2023
upvoted 1 times
...
JayLearn2022
9 months, 3 weeks ago
There are several versions of this question. The following are the correct and incorrect answers that can be presented. Correct Answer: Meets the goal. -Solution: You create two Standard SKU public IP addresses and associate a Standard SKU public IP address to the network interface of each virtual machine. Incorrect Answers: Does not meet the goal. -Solution: You disassociate the public IP address from the network interface of VM2. -Solution: You create a Basic SKU public IP address, associate the address to the network interface of VM1, and then start VM1. -Solution: You create a Standard SKU public IP address, associate the address to the network interface of VM1, and then stop VM2.
upvoted 4 times
...
meeko86
11 months, 3 weeks ago
Selected Answer: A
For this series question, there are two possible answers: 1. You create two Standard public IP addresses and associate a Standard SKU public IP address to the network interface of each virtual machine. 2. You disassociate the public IP address from the network interface of VM2.
upvoted 2 times
...
kusucu
1 year, 1 month ago
Selected Answer: A
mlatonis is right
upvoted 2 times
...
EmnCours
1 year, 3 months ago
Selected Answer: A
Answer correct. You can only attach virtual machines that are in the same location and on the same virtual network as the loadbalancer. Virtual machines must have a standard SKU public IP or no public IP.
upvoted 1 times
...
DragonDagger
1 year, 4 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
benvdw
1 year, 9 months ago
A- on exam 13/3/2022 (the one above as well)
upvoted 3 times
...
InvisibleShadow
1 year, 9 months ago
This question came in the exam today 8/Mar/2022. I passed the exam, 95% questions came from here.
upvoted 2 times
...
sid132
1 year, 9 months ago
On the exam today, 4.March.2022
upvoted 1 times
...
FDZ83
1 year, 9 months ago
Correct: YES Tested in lab: no matter LB internal o public, vm in backend can keep their public ip (even if it's no sense in load balancing env...). The only requirement is SKU of public ip: LB standard=>standard PIP LB Basic=>basic PIP Stopped Vm can be added to backend pool The answers to this question could be: -add standard public ip to vm -remove public ip from vm
upvoted 4 times
...
G_unit_19
1 year, 9 months ago
Selected Answer: A
mlantonis has the correct answer
upvoted 1 times
...
Oskarma
1 year, 10 months ago
Selected Answer: A
Tested in Lab: Correct: A. Yes You can only attach virtual machines in same location that have a standard SKU public IP configuration or no public IP configuration. All IP configurations must be on the same virtual network.
upvoted 3 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 ...