Skip to content

Commit 0bca126

Browse files
authored
format
1 parent 1c38630 commit 0bca126

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

articles/virtual-wan/virtual-wan-route-table.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ In this article you learn how to:
3232

3333
Verify that you have met the following criteria:
3434

35-
1. You have a Network Virtual Appliance (NVA) is a third-party software of your choice that is typically provisioned from Azure Marketplace (Link) in a virtual network.
35+
1. You have a Network Virtual Appliance (NVA). This is a third-party software of your choice that is typically provisioned from Azure Marketplace in a virtual network.
3636
2. You have a private IP assigned to the NVA network interface.
37-
3. NVA cannot be deployed in the virtual hub. It must be deployed in a separate VNet. For this article, the NVA VNet is referred to as the 'DMZ VNet'.
37+
3. The NVA cannot be deployed in the virtual hub. It must be deployed in a separate VNet. For this article, the NVA VNet is referred to as the 'DMZ VNet'.
3838
4. The ‘DMZ VNet’ may have one or many virtual networks connected to it. In this article, this VNet is referred to as ‘Indirect spoke VNet’. These VNets can be connected to the DMZ VNet using VNet peering.
3939
5. Verify that you have 2 VNets already created. These will be used as spoke VNets. For this article, the VNet spoke address spaces are 10.0.2.0/24 and 10.0.3.0/24. If you need information on how to create a VNet, see [Create a virtual network using PowerShell](../virtual-network/quick-create-powershell.md).
4040
6. Ensure there are no virtual network gateways in any VNets.
@@ -115,14 +115,6 @@ Commit the changes into the virtual hub.
115115
Update-AzVirtualHub -VirtualWanId $virtualWan.Id -ResourceGroupName "testRG" -Name "westushub" -RouteTable $routeTable
116116
```
117117

118-
## <a name="cleanup"></a>Clean up resources
119-
120-
When you no longer need these resources, you can use [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) to remove the resource group and all of the resources it contains. Replace "myResourceGroup" with the name of your resource group and run the following PowerShell command:
121-
122-
```azurepowershell-interactive
123-
Remove-AzResourceGroup -Name myResourceGroup -Force
124-
```
125-
126118
## Next steps
127119

128120
To learn more about Virtual WAN, see the [Virtual WAN Overview](virtual-wan-about.md) page.

0 commit comments

Comments
 (0)