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

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 5 question 91 discussion

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

You have an Azure subscription that contains two virtual machines named VM1 and VM2.
You create an Azure load balancer.
You plan to create a load balancing rule that will load balance HTTPS traffic between VM1 and VM2.
Which two additional load balancer resources should you create before you can create the load balancing rule? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. a frontend IP address
  • B. an inbound NAT rule
  • C. a virtual network
  • D. a backend pool
  • E. a health probe
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
tp42
Highly Voted 2 years, 7 months ago
Selected Answer: DE
D and E. You can't create a LB without FrontEnd IP, so if we have a LB we also have a FrontEnd IP already. You can however create a LB without a backend pool and without any rules. If you want to add a rule to your LB later you have to create a backend pool and health probe first. Those are mandatory properties for a rule. I also tested it in my lab to be sure.
upvoted 78 times
Jayz5436
2 years, 7 months ago
Tried in my lab as well this is correct. You need a frontend ip to create an empty load balancer which in this case the question says that it's created. adding a load balancing rule requires you to specify backend pool and health probe
upvoted 7 times
Mev4953
2 years, 2 months ago
Yes, you`re right. It says LB is created already og ask about LB rule. To get created the LB requires frontend IP must first be created , which is not issue in this case
upvoted 1 times
sawanti
1 year, 3 months ago
Do you guys can't read? Where is it stated "it's created"???? It says "YOU CREATE" meaning you are in the process of creating that. There is a difference between create and created, so correct answer is A and D - Frontend IP is necessary and Backend pool (as we wan't to load balance VMs) is also necessary. Those are the steps before load balancing rules
upvoted 1 times
SrWalk49
3 months ago
You create an Azure load balancer. (You can’t read?) You plan to create a load balancing rule
upvoted 1 times
...
...
...
...
...
kennynelcon
Highly Voted 2 years, 7 months ago
Selected Answer: AD
Answer ; A and D Select; Frontend IP When done with configuration steps. Select Next: Backend pools https://docs.microsoft.com/en-us/azure/load-balancer/quickstart-load-balancer-standard-public-portal
upvoted 12 times
...
Josh219
Most Recent 23 hours, 44 minutes ago
To create a load balancing rule that will balance HTTPS traffic between VM1 and VM2, you need to create the following two additional load balancer resources before you can create the load balancing rule: Backend Pool: This resource defines the group of virtual machines (VM1 and VM2) that will receive the load-balanced traffic. Health Probe: This resource monitors the health of the virtual machines in the backend pool to ensure that traffic is only sent to healthy instances.
upvoted 1 times
...
Dankho
1 month, 1 week ago
Selected Answer: AD
To create a load balancing rule for HTTPS traffic between VM1 and VM2 using an Azure Load Balancer, the following two additional resources are required: A frontend IP address (A): The frontend IP is the entry point for the load balancer. This is the IP address that external clients will use to access the services being load balanced. A backend pool (D): The backend pool contains the virtual machines (VM1 and VM2 in this case) that will receive the traffic once it passes through the load balancer.
upvoted 2 times
...
Dankho
1 month, 1 week ago
Selected Answer: AD
You have an Azure subscription that contains two virtual machines named VM1 and VM2. You create an Azure load balancer. You plan to create a load balancing rule that will load balance HTTPS traffic between VM1 and VM2. Which two additional load balancer resources should you create before you can create the load balancing rule? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. a frontend IP address B. an inbound NAT rule C. a virtual network D. a backend pool E. a health probe
upvoted 2 times
...
SeMo0o0o0o
1 month, 3 weeks ago
Selected Answer: DE
D & E are correct
upvoted 1 times
...
090200f
5 months, 1 week ago
D & E , because before creating LB rule , we need backend pool & health probe
upvoted 1 times
...
tashakori
8 months ago
D and E
upvoted 1 times
...
belyo
9 months, 2 weeks ago
Selected Answer: AD
whenever you create a LB, At least 1 frontend IP needs to be added for creating a Load Balancer its a error/warning so you cannot skip it unlike the rest parameters. frontend ip & backend pool
upvoted 1 times
belyo
9 months, 2 weeks ago
taking it back, its says LB is created, so you need a backend pool & probes ...
upvoted 1 times
...
...
EzBL
10 months, 3 weeks ago
Selected Answer: DE
The question is: Which two additional load balancer resources should you create before you can create the load balancing rule? The procedure is: Frontend IP configuration Backend pool Health probes Load Balancer rules The the 2 additional resources before the rules are: Backend pool Health probes
upvoted 3 times
...
Superego
11 months, 2 weeks ago
A and D from as per my understanding. It's under the LB creation process rather than the LB is already there. Based on that, the key word is "before" you can create the load balancing rule.
upvoted 4 times
...
Superego
1 year, 3 months ago
A and D based on my test. Just had a try. Before creating Inbound rules, there're 3 preceding steps: (1)Basics -> (2)Frontend IP configuration -> (3)Backend pools And on step (4)Inbound rules -> Add load balancing rule, it requests mandatory resources which are "Frontend IP address" and "Backend pool". Regarding "Health probe", you can create a new one on this step itself. This means not BEFORE you can create the load balancing rule but in parallel.
upvoted 5 times
...
sawanti
1 year, 3 months ago
Selected Answer: AD
Azure Load Balancer is NOT created. You are creating that, so the answer is AD.
upvoted 4 times
CBMAN
5 months, 2 weeks ago
The question definitely says, "You create an Azure load balancer." The ending of this sentence implies the LB has now been successfully created and now you are applying LB rules before you proceed.
upvoted 2 times
...
...
Tomix
1 year, 4 months ago
To create a load balancing rule to load balance HTTPS traffic between VM1 and VM2 using an Azure load balancer, you would need to create the following two additional load balancer resources: A. A frontend IP address: This IP address is used to receive incoming traffic and distribute it to the backend resources. It acts as the entry point for the load balancer. D. A backend pool: This defines the backend resources (in this case, VM1 and VM2) that will receive the load-balanced traffic. The load balancer distributes incoming traffic across the resources in the backend pool based on the configured load balancing rule. Therefore, options A and D are the correct answers.
upvoted 4 times
...
zellck
1 year, 9 months ago
Selected Answer: DE
DE is the answer. https://learn.microsoft.com/en-us/azure/load-balancer/components
upvoted 1 times
...
FindOcult
2 years ago
I don't think that options A, B, and C are Load Balancer resources. Am I right?
upvoted 1 times
...
awssecuritynewbie
2 years, 1 month ago
Selected Answer: DE
this makes sense, you would need a frontendip but the LB has been created so to have a rule for the LB you would need the backend pool and health probe
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 ...