Skip to content

Commit fba0bfc

Browse files
authored
Merge pull request #45671 from jolleymd/patch-2
Change parameter name
2 parents 81bb020 + e7f325d commit fba0bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/firewall/tutorial-hybrid-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This article requires that you run PowerShell locally. You must have the Azure P
4747

4848
There are three key requirements for this scenario to work correctly:
4949

50-
- A User Defined Route (UDR) on the spoke subnet that points to the Azure Firewall IP address as the default gateway. BGP route propagation must be **Disabled** on this route table.
50+
- A User Defined Route (UDR) on the spoke subnet that points to the Azure Firewall IP address as the default gateway. Virtual network gateway route propagation must be **Disabled** on this route table.
5151
- A UDR on the hub gateway subnet must point to the firewall IP address as the next hop to the spoke networks.
5252

5353
No UDR is required on the Azure Firewall subnet, as it learns routes from BGP.
@@ -350,7 +350,7 @@ Set-AzVirtualNetwork
350350
351351
#Now create the default route
352352
353-
#Create a table, with BGP route propagation disabled
353+
#Create a table, with BGP route propagation disabled. The property is now called "Virtual network gateway route propagation," but the API still refers to the parameter as "DisableBgpRoutePropagation."
354354
$routeTableSpokeDG = New-AzRouteTable `
355355
-Name 'UDR-DG' `
356356
-ResourceGroupName $RG1 `

0 commit comments

Comments
 (0)