Skip to content

Commit 8e2b4cc

Browse files
(AzureCXP) fixed 0.0.0.0.0/0
In Lines 39 and 66, changed "0.0.0.0.0/0" to "0.0.0.0/0" resolves MicrosoftDocs/azure-docs#117021
1 parent 591cca1 commit 8e2b4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-wan/scenario-secured-hub-app-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Currently, routes that are advertised from the Virtual WAN route table to spoke
3636

3737
* To ensure the application gateway is able to send traffic directly to the Internet, specify the following UDR:
3838

39-
* **Address Prefix:** 0.0.0.0.0/0
39+
* **Address Prefix:** 0.0.0.0/0
4040
* **Next Hop:** Internet
4141

4242
* To ensure the application gateway is able to send traffic to the backend pool via Azure Firewall in the Virtual WAN hub, specify the following UDR:
@@ -63,7 +63,7 @@ Currently, routes that are advertised from the Virtual WAN route table to spoke
6363

6464
1. Configure user-defined routes (UDRs) on the application gateway subnet. To ensure the application gateway is able to send traffic directly to the Internet, specify the following UDR:
6565

66-
* **Address Prefix:** 0.0.0.0.0/0
66+
* **Address Prefix:** 0.0.0.0/0
6767
* **Next Hop:** Internet
6868

6969
## Next steps

0 commit comments

Comments
 (0)