View all questions & answers for the NSE 7 - Public Cloud Security 7.6.4 Architect Exam Materials exam


Question 55 Discussion

Refer to the exhibit. A managed security service provider (MSSP) administration team is trying to deploy a new HA cluster in Azure to filter traffic to and from a client that is also using Azure. However, every deployment attempt fails, and only some of the resources are deployed successfully. While troubleshooting this issue, the team runs the command shown in the exhibit. What are the implications of the output of the command? (Choose one answer)

  • A. The team will not be able to deploy an A-P FortiGate HA cluster with Azure gateway load balancer.
  • B. The team will not be able to deploy an active-active (A-A) FortiGate HA cluster with Azure load balancer.
  • C. The team will not be able to deploy an active-passive (A-P) FortiGate high availability (HA) cluster with SDN connector.
  • D. The team will not be able to deploy an A-P FortiGate HA cluster with Azure load balancer.
Correct Answer: D

Brave-Dump Clients Votes

D 50%
A 50%

Comments



Mr_Fortitito 2025-09-07 06:26:50

Selected Answers: D


The status appears as unregistered, so you should run az feature register --namespace Microsoft.Network --name EnableHighAvailabilityMode.

However, according to the alternatives, you wouldn't be able to deploy because it's in that state.

Study Guide, page 101


alex silva 2025-09-13 00:56:12

Selected Answers: A


The study guide confirms that GWLB deployment depends on the EnableHighAvailabilityMode feature. Since it is Unregistered, the deployment will fail.

I don't think the answer is D, but A "...cluster with Azure gateway load balancer"

The Gateway Load Balancer (GWLB) architecture in Azure can be implemented in both Active-Active and Active-Passive.