You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/virtual-wan-nva-hub-faq.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,24 @@ All routing scenarios supported by Virtual WAN are supported with NVAs in the hu
35
35
36
36
### What regions are supported?
37
37
38
-
For supported regions, see [NVA supported regions](../articles/virtual-wan/about-nva-hub.md#regions).
38
+
For supported regions, see [NVA supported regions](../articles/virtual-wan/about-nva-hub.md#regions).
39
+
40
+
### How do I delete my NVA in the hub?
41
+
42
+
If the Network Virtual Appliance resource was deployed via a Managed Application, delete the Managed Application. This will automatically delete the Managed Resource Group and associated Network Virtual Appliance resource.
43
+
44
+
Note that you cannot delete a NVA that is the next hop resource for a Routing Policy. To delete the NVA, first delete the Routing Policy.
45
+
46
+
If the Network Virtual Appliance resource was deployed via partner orchestration software, please reference partner documentation to delete the Network Virtual Appliance.
47
+
48
+
Alternatively, you can run the following Powershell command to delete your Network Virtual Appliance.
49
+
50
+
```azurepowershell-interactive
51
+
Remove-AzNetworkVirtualAppliance -Name <NVA name> -ResourceGroupName <resource group name>
52
+
```
53
+
54
+
The same command can also be run from CLI.
55
+
56
+
```azurecli-interactive
57
+
az network virtual-appliance delete --subscription <subscription name> --resource-group <resource group name> --name <Network Virtual Appliance name>
0 commit comments