exam questions

Exam AZ-700 All Questions

View all questions & answers for the AZ-700 exam

Exam AZ-700 topic 5 question 22 discussion

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

You have an Azure virtual network named VNet1 that contains the subnets shown in the following table.



You need to deploy an Azure application gateway named AppGW1 to VNet1.

To where can you deploy AppGW1?

  • A. GatewaySubnet only
  • B. Subnet2 only
  • C. Subnet1 or Subnet2 only
  • D. Subnet2 or GatewaySubnet only
  • E. Subnet1, Subnet2, and GatewaySubnet
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
tfktfk
Highly Voted 1 year ago
Selected Answer: B
provided answer is correct ! a dedicated subnet is required for the application gateway.You can have multiple instances of a given application gateway deployment in a subnet. You can also deploy other application gateways in the subnet. But you can't deploy any other resource in the application gateway subnet. You can't mix v1 and v2 Azure Application Gateway SKUs on the same subnet. https://learn.microsoft.com/en-us/azure/application-gateway/configuration-infrastructure
upvoted 5 times
...
Lazylinux
Most Recent 8 months ago
Selected Answer: B
is B is Honey App GWY subnet can only have App GWY and nothing also due to dynamic deployment of App GWY instance if required - V1 require /26 subnet but v1 no longer valid, V2 App GWY requires /24 subnet. You may ask yourself how would App GWY deployment NOT pickup certain subnets even though they are /24, this is because of the NAMING - if name of GatewaySubnet exist it will not choose it as Valid subnet more here Application Gateway (Standard or WAF) SKU can support up to 32 instances (32 instance IP addresses + 1 private frontend IP configuration + 5 Azure reserved) – so a minimum subnet size of /26 is recommended Application Gateway (Standard_v2 or WAF_v2 SKU) can support up to 125 instances (125 instance IP addresses + 1 private frontend IP configuration + 5 Azure reserved). A minimum subnet size of /24 is recommended.
upvoted 3 times
...
jonav94
1 year, 1 month ago
Selected Answer: B
Subnet2 is the only one that doesn't have any resources and it is not a gateway subnet.
upvoted 4 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 ...