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 (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tp42
Highly Voted 2 years, 10 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 83 times
Mitko_V_Milkov
1 month, 2 weeks ago
You can create LB without frontend IP, then add it later. The question does not state that frontend IP is added when the LB is created. And before you create a LB rule with health probe you must add frontend IP. Hence A & D These are required parts for LB to work, then you add the rule with a health probe.
upvoted 1 times
Mitko_V_Milkov
1 month, 2 weeks ago
Also, the question asks what else you can configure for the LB before you create the LB's rule. A health probe is part of the LB's rule, not something you configure when you create the LB. 100%, A&D prove me wrong.
upvoted 1 times
...
...
Jayz5436
2 years, 10 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 8 times
Mev4953
2 years, 5 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 2 times
sawanti
1 year, 7 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 2 times
Batiste2023
1 year, 4 months ago
Well, you never know with how these questions are worded - but your line of thought doesn't convince me. There are three points in time mentioned: - past: subscription and VMs - present: load balancer - future plans: what the question is about In order not to blur past and present, it says "you create" - and that implies that you're already done doing that. Otherwise, in fully correct English, you would have to say "you are creating". I say the answers as given are correct.
upvoted 4 times
Mitko_V_Milkov
1 month, 2 weeks ago
The answer is not "given". The answer shows the most voted option.
upvoted 1 times
...
...
...
...
...
...
kennynelcon
Highly Voted 2 years, 10 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 13 times
...
kali_linux
Most Recent 1 month, 3 weeks ago
These questions throw me off with the term 'resources', I would expect they would use configuration if they were talking about the backend pool, and health probe. If I think resources, I think vnet, and frontend IP. As I define resources as objects/services in the RG.
upvoted 1 times
...
Josh219
3 months, 2 weeks 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
4 months, 3 weeks 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
4 months, 3 weeks 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
...
[Removed]
5 months, 1 week ago
Selected Answer: DE
D & E are correct
upvoted 2 times
...
090200f
8 months, 3 weeks ago
D & E , because before creating LB rule , we need backend pool & health probe
upvoted 1 times
...
tashakori
11 months, 2 weeks ago
D and E
upvoted 1 times
...
belyo
1 year 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
1 year ago
taking it back, its says LB is created, so you need a backend pool & probes ...
upvoted 2 times
...
...
EzBL
1 year, 2 months 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 5 times
...
Superego
1 year, 2 months 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, 6 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, 7 months ago
Selected Answer: AD
Azure Load Balancer is NOT created. You are creating that, so the answer is AD.
upvoted 4 times
CBMAN
8 months, 4 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, 8 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
2 years ago
Selected Answer: DE
DE is the answer. https://learn.microsoft.com/en-us/azure/load-balancer/components
upvoted 2 times
...
FindOcult
2 years, 3 months ago
I don't think that options A, B, and C are Load Balancer resources. Am I right?
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago