Skip to content

Commit e84a69b

Browse files
authored
Merge pull request #113311 from streetratz/streetratz-patch-1
Update how-to-virtual-hub-routing-powershell.md
2 parents fa5483a + a0bbd6d commit e84a69b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-wan/how-to-virtual-hub-routing-powershell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ The steps in this section help you set up routing configuration for a virtual ne
8080
$updatedRoutingConfiguration= New-AzRoutingConfiguration -AssociatedRouteTable $associatedTable.Id -Label @("testLabel") -Id @($propagatedTable.Id) -StaticRoute @($staticRoute)
8181
```
8282

83+
> [!NOTE]
84+
> For updates, when using the `New-AzRoutingConfiguration`, all exisiting cofiguration needs to be provided, such as AssociatedRouteTables, Labels and/or StaticRoutes.
85+
> This command creates a new configuration, which will overwrite existing configurations, when the `Update-AzVirtualHubVnetConnection` is executed.
86+
87+
8388
1. Update the existing virtual network connection.
8489

8590
```azurepowershell-interactive

0 commit comments

Comments
 (0)