Skip to content

Commit 7c70ef3

Browse files
authored
Merge pull request #192019 from vhorne/ag-behealth-trouble
add secured Virtual hub scenario: Issue 88484
2 parents 0270bcd + 8e4847f commit 7c70ef3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/application-gateway/application-gateway-backend-health-troubleshooting.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: troubleshooting
8-
ms.date: 06/09/2020
8+
ms.date: 03/17/2022
99
ms.author: victorh
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -480,6 +480,19 @@ This behavior can occur for one or more of the following reasons:
480480
481481
1. To verify that Application Gateway is healthy and running, go to the **Resource Health** option in the portal and verify that the state is **Healthy**. If you see an **Unhealthy** or **Degraded** state, [contact support](https://azure.microsoft.com/support/options/).
482482
483+
1. If Internet and private traffic are going though an Azure Firewall hosted in a secured Virtual hub (using Azure Virtual WAN Hub):
484+
485+
a. To ensure the application gateway can send traffic directly to the Internet, configure the following user defined route:
486+
487+
Address prefix: 0.0.0.0/0<br>
488+
Next hop: Internet
489+
490+
b. To ensure the application gateway can send traffic to the backend pool via an Azure Firewall in the Virtual WAN hub, configure the following user defined route:
491+
492+
Address Prefix: Backend pool subnet<br>
493+
Next hop: Azure Firewall private IP address
494+
495+
483496
## Next steps
484497
485498
Learn more about [Application Gateway diagnostics and logging](./application-gateway-diagnostics.md).

0 commit comments

Comments
 (0)