Skip to content

Commit 43ee952

Browse files
Merge pull request #206019 from wtnlee/nvadeletechange
added deletetion message
2 parents 53cc92d + f98d731 commit 43ee952

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

includes/virtual-wan-nva-hub-faq.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,24 @@ All routing scenarios supported by Virtual WAN are supported with NVAs in the hu
3535

3636
### What regions are supported?
3737

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>
58+
```

0 commit comments

Comments
 (0)