exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 5 question 8 discussion

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

You have an Azure subscription that contains a virtual network named VNet1. VNet1 contains four subnets named Gateway, Perimeter, NVA, and Production.
The NVA subnet contains two network virtual appliances (NVAs) that will perform network traffic inspection between the Perimeter subnet and the Production subnet.
You need to implement an Azure load balancer for the NVAs. The solution must meet the following requirements:
✑ The NVAs must run in an active-active configuration that uses automatic failover.
✑ The load balancer must load balance traffic to two services on the Production subnet. The services have different IP addresses.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Deploy a basic load balancer
  • B. Deploy a standard load balancer
  • C. Add two load balancing rules that have HA Ports and Floating IP enabled
  • D. Add two load balancing rules that have HA Ports enabled and Floating IP disabled
  • E. Add a frontend IP configuration, a backend pool, and a health probe
  • F. Add a frontend IP configuration, two backend pools, and a health probe
Show Suggested Answer Hide Answer
Suggested Answer: BCF 🗳️

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
xagiter622
Highly Voted 4 years, 4 months ago
The given answer is correct: B - HA ports need are not supported by a basic loadbalancer C - You need a floating ip for the active-active configuration to switch over quickly F - You need 2 backend pools for the 2 different services
upvoted 142 times
Pcservices
5 months, 2 weeks ago
B. Deploy a standard load balancer A standard load balancer is required for more advanced features, such as high availability, support for NVAs, and failover between multiple virtual appliances. A basic load balancer does not meet these requirements, so this is the correct choice. C. Add two load balancing rules that have HA Ports and Floating IP enabled HA Ports are needed to ensure that the load balancer can forward traffic across all ports and support the active-active configuration. Floating IP allows the same IP to float between the NVAs, enabling failover and distribution of traffic efficiently between them. E. Add a frontend IP configuration, a backend pool, and a health probe You need a frontend IP configuration to receive incoming traffic, a backend pool to send the traffic to the NVAs, and a health probe to check the health of the NVAs to ensure failover and load balancing work as expected.
upvoted 2 times
...
lahirudk
4 months, 2 weeks ago
BCF - Confirmed with Bing AI
upvoted 1 times
...
djgodzilla
2 years, 1 month ago
you're maybe right BCF: Rule type #2: backend port reuse by using Floating IP Azure Load Balancer provides the flexibility to reuse the frontend port across multiple frontends configurations. Additionally, some application scenarios prefer or require the same port to be used by multiple application instances on a single VM in the backend pool. Common examples of port reuse include "clustering for high availability, --Network virtual appliances, and exposing multiple TLS endpoints without re-encryption.
upvoted 2 times
...
tsss
4 years, 3 months ago
F: 1 service are the NVAs. the other service is for backend servers
upvoted 5 times
JayBee65
3 years, 9 months ago
Why do you say that? It just states 2 services, e.g. web and email
upvoted 3 times
ValB
1 year, 5 months ago
Yes 2 services on the backend, BUT the NAVs need to load balanced too. So one for backend services and one for NVAs.
upvoted 1 times
...
...
...
...
fedztedz
Highly Voted 4 years, 2 months ago
The Answer is not correct. It should be BDE. Why? - Basically we are just want to load balance the NVM , that's all. So, we will need HA ports for HA and failover. But since we don't want to balance the services themselves , so we go with disabled IP floating and one backend service for NVM. check https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-ha-ports-overview#a-single-non-floating-ip-non-direct-server-return-ha-ports-configuration-on-an-internal-standard-load-balancer However, if we need to also Load Balance the production two services using the same LB, then we would need Floating IP and also another backend pool for those 2 services. then the answer would be BCF. But the question here, can LB send balance traffic to those production services. I think it can by using the health probe and some monitoring to balance the requests sent to IPs.
upvoted 64 times
noppong
3 years, 10 months ago
Agree with all your points except it should be BCE. The question requires a SINGLE load balancer to do two functions ( NVAs, and services). So it must be using HA port with IP floating. The most important part is that all traffic should be inspected by NVAs. Therefore, it should only have a single backend pool of NVAs , and two load balancing rules including one for NVA, and one for services.
upvoted 7 times
ozansenturk
2 months ago
BCE Reasons Why F is Incorrect: "Add a frontend IP configuration, two backend pools, and a health probe." This suggests creating two backend pools, which would typically be used if you were balancing traffic across two separate groups of targets for different services. However, in this scenario, two backend pools are unnecessary due to the way the network traffic inspection is designed.
upvoted 1 times
...
...
Lkk51
3 years, 9 months ago
If you want to reuse the backend port across multiple rules, you must enable Floating IP in the rule definition. https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-multivip-overview#rule-type-2-backend-port-reuse-by-using-floating-ip
upvoted 1 times
cloudbaron
1 year, 9 months ago
True about Floating IP and backend port reusability. However, in this scenario, we do not need to reuse the backend port across multiple rules. We only need to create one rule that points to the backend pool containing the NVAs. So there is no need to enable Floating IP
upvoted 1 times
...
...
HaoHu
4 years ago
Just think about that LB traffic will ‘passthrough’ two NVA……
upvoted 1 times
...
PeterTest
4 years, 1 month ago
The question is clear about that LBs need to be able to failover, so we need to make sure 2 services can still working while only 1 LB is available which means in the same LB, so BCF?
upvoted 5 times
...
...
lahirudk
Most Recent 4 months, 2 weeks ago
Selected Answer: BCF
Confirmed with Bing AI
upvoted 1 times
...
Dankho
4 months, 3 weeks ago
Selected Answer: BCF
just a good guess LOL, OMG how many things do I need to know for this test. Just kill me quickly!
upvoted 2 times
...
[Removed]
5 months, 1 week ago
Selected Answer: BCF
BCF are correct
upvoted 1 times
...
Pcservices
5 months, 2 weeks ago
Selected Answer: BCE
B. Deploy a standard load balancer A standard load balancer is required for more advanced features, such as high availability, support for NVAs, and failover between multiple virtual appliances. A basic load balancer does not meet these requirements, so this is the correct choice. C. Add two load balancing rules that have HA Ports and Floating IP enabled HA Ports are needed to ensure that the load balancer can forward traffic across all ports and support the active-active configuration. Floating IP allows the same IP to float between the NVAs, enabling failover and distribution of traffic efficiently between them. E. Add a frontend IP configuration, a backend pool, and a health probe You need a frontend IP configuration to receive incoming traffic, a backend pool to send the traffic to the NVAs, and a health probe to check the health of the NVAs to ensure failover and load balancing work as expected.
upvoted 2 times
...
semse27
9 months ago
Selected Answer: BCF
B. C, F Deploy a standard load balancer: A standard load balancer is required to meet the requirements for high availability and performance. A basic load balancer would not support all needed features, such as multiple backend pools and advanced health probes. Add two load balancing rules that have HA Ports and Floating IP enabled: HA Ports are necessary to ensure that the load balancer can handle all ports and provide high availability. Floating IP is required for the active-active configuration and automatic failover between the NVAs. Add a frontend IP configuration, two backend pools, and a health probe: A frontend IP configuration is needed to accept incoming traffic. Two backend pools are necessary because you need to balance traffic to two services with different IP addresses on the Production subnet. A health probe is essential to monitor the health of the NVAs and ensure traffic is only sent to healthy instances.
upvoted 2 times
semse27
9 months ago
- chatgpt o4
upvoted 1 times
...
...
BluAlien
11 months ago
The question is itself wrog. Using HA Ports Enabled force a one to one match between frontend IP address and load balancing rules, so it's not possibile to have 2 load balancing rules with HA enabled and only 1 frontend ip configuration. Tested in Lab.
upvoted 3 times
...
bobothewiseman
11 months ago
Selected Answer: BDE
BDE is the answer
upvoted 1 times
...
tashakori
11 months, 3 weeks ago
B, C and F
upvoted 1 times
...
goldist
11 months, 3 weeks ago
Selected Answer: BCE
B. Deploy a standard load balancer - This is necessary for HA Ports and also supports the active-active configuration. C. Add two load balancing rules that have HA Ports and Floating IP enabled - Since we're considering a high-availability scenario, HA Ports will facilitate this, and the Floating IP enables the NVAs to maintain the same IP address during failovers. E. Add a frontend IP configuration, a backend pool, and a health probe - These are essential components of a load balancer configuration; the frontend IP configuration is the entry point for the traffic, the backend pool contains the NVAs, and the health probe monitors their health for failover capabilities. Reference: https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-ha-ports-overview
upvoted 3 times
...
1828b9d
1 year ago
This question was in exam 01/03/2024
upvoted 7 times
...
Meera_S
1 year ago
Answer is correct
upvoted 1 times
...
SkyZeroZx
1 year, 1 month ago
Selected Answer: BCF
Common examples of port reuse include clustering for high availability, network virtual appliances, and exposing multiple TLS endpoints without re-encryption. https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-floating-ip
upvoted 2 times
...
SkyZeroZx
1 year, 1 month ago
Selected Answer: BCF
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ha-ports-overview Multiple HA-ports configurations on an internal standard load balancer To configure more than one HA port frontend for the same backend pool, use the following steps: 1- Configure more than one front-end private IP address for a single internal standard load balancer resource. 2- Configure multiple load-balancing rules, where each rule has a single unique front-end IP address selected. 3- Select the HA ports option, and then set Floating IP to Enabled for all the load-balancing rules.
upvoted 2 times
...
[Removed]
1 year, 3 months ago
Selected Answer: BCF
Common examples of port reuse include clustering for high availability, network virtual appliances, and exposing multiple TLS endpoints without re-encryption.
upvoted 3 times
[Removed]
1 year, 3 months ago
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-floating-ip
upvoted 1 times
...
...
Vestibal
1 year, 4 months ago
Selected Answer: BCF
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ha-ports-overview Multiple HA-ports configurations on an internal standard load balancer To configure more than one HA port frontend for the same backend pool, use the following steps: 1- Configure more than one front-end private IP address for a single internal standard load balancer resource. 2- Configure multiple load-balancing rules, where each rule has a single unique front-end IP address selected. 3- Select the HA ports option, and then set Floating IP to Enabled for all the load-balancing rules.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago