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
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
ms.date: 04/19/2022
6
6
ms.author: cherylmc
7
7
---
8
-
### I'm a network appliance partner and want to get our NVA in the hub. Can I join this partner program?
8
+
### I'm a network virtual appliance (NVA) partner and want to get our NVA in the hub. Can I join this partner program?
9
9
10
10
Unfortunately, we don't have capacity to on-board any new partner offers at this time. Check back with us at a later date!
11
11
@@ -15,19 +15,19 @@ Only partners listed in the [Partners](../articles/virtual-wan/about-nva-hub.md#
15
15
16
16
### What is the cost of the NVA?
17
17
18
-
You must purchase a license for the NVA from the NVA vendor. Bring-your-own license (BYOL) is the only licensing model supported today. In addition, you'll also incur charges from Microsoft for the NVA Infrastructure Units you consume, and any other resources you use. For more information, see [Pricing concepts](../articles/virtual-wan/pricing-concepts.md).
18
+
You must purchase a license for the NVA from the NVA vendor. Bring-your-own license (BYOL) is the only licensing model supported today. In addition, Microsoft charges for the NVA Infrastructure Units you consume, and any other resources you use. For more information, see [Pricing concepts](../articles/virtual-wan/pricing-concepts.md).
19
19
20
20
### Can I deploy an NVA to a Basic hub?
21
21
22
-
No. You must use a Standard hub if you want to deploy an NVA.
22
+
No, you must use a Standard hub if you want to deploy an NVA.
23
23
24
24
### Can I deploy an NVA into a Secure hub?
25
25
26
26
Yes. Partner NVAs can be deployed into a hub with Azure Firewall.
27
27
28
-
### Can I connect any CPE device in my branch office to my NVA in the hub?
28
+
### Can I connect any device in my branch office to my NVA in the hub?
29
29
30
-
No. Barracuda CloudGen WAN is only compatible with Barracuda CPE devices. To learn more about CloudGen WAN requirements, see [Barracuda's CloudGen WAN page](https://www.barracuda.com/products/cloudgenwan). For Cisco, there are several SD-WAN CPE devices that are compatible. See [Cisco Cloud OnRamp for Multi-Cloud](https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/cloudonramp/ios-xe-17/cloud-onramp-book-xe/cloud-onramp-multi-cloud.html#Cisco_Concept.dita_c61e0e7a-fff8-4080-afee-47b81e8df701) documentation for compatible CPEs. Reach out to your provider with any questions.
30
+
No, Barracuda CloudGen WAN is only compatible with Barracuda edge devices. To learn more about CloudGen WAN requirements, see [Barracuda's CloudGen WAN page](https://www.barracuda.com/products/cloudgenwan). For Cisco, there are several SD-WAN devices that are compatible. See [Cisco Cloud OnRamp for Multi-Cloud](https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/cloudonramp/ios-xe-17/cloud-onramp-book-xe/cloud-onramp-multi-cloud.html#Cisco_Concept.dita_c61e0e7a-fff8-4080-afee-47b81e8df701) documentation for compatible devices. Reach out to your provider with any questions.
31
31
32
32
### What routing scenarios are supported with NVA in the hub?
33
33
@@ -39,20 +39,32 @@ For supported regions, see [NVA supported regions](../articles/virtual-wan/about
39
39
40
40
### How do I delete my NVA in the hub?
41
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.
42
+
If the Network Virtual Appliance resource was deployed via a Managed Application, delete the Managed Application. Deleting the Managed Application automatically deletes the Managed Resource Group and associated Network Virtual Appliance resource.
43
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.
44
+
You can't delete an NVA that is the next hop resource for a Routing Policy. To delete the NVA, first delete the Routing Policy.
45
45
46
-
If the Network Virtual Appliance resource was deployed via partner orchestration software, please reference partner documentation to delete the Network Virtual Appliance.
46
+
If the Network Virtual Appliance resource was deployed via partner orchestration software, reference partner documentation to delete the Network Virtual Appliance.
47
47
48
-
Alternatively, you can run the following Powershell command to delete your Network Virtual Appliance.
48
+
Alternatively, you can run the following PowerShell command to delete your Network Virtual Appliance.
49
49
50
+
1. Find the Azure resource group of the NVA you want to delete. The Azure resource group is usually **different** than the resource group the Virtual WAN hub is deployed in. Ensure the Virtual Hub property of the NVA resource corresponds to the NVA you want to delete. The following example assumes that all NVAs in your subscription have distinct names. If there are multiple NVAs with the same name, make sure you collect the information associated with the NVA you want to delete.
The same series of steps can be executed from Azure CLI.
55
62
63
+
1. Find the Azure resource group of the NVA you want to delete. The Azure resource group is usually **different** than the resource group the Virtual WAN hub is deployed in. Ensure the Virtual Hub property of the NVA resource corresponds to the NVA you want to delete.
64
+
```azurecli-interactive
65
+
az network virtual-appliance list
66
+
```
67
+
2. Delete the NVA
56
68
```azurecli-interactive
57
-
az network virtual-appliance delete --subscription <subscription name> --resource-group <resource group name> --name <Network Virtual Appliance name>
69
+
az network virtual-appliance delete --subscription <subscription name> --resource-group <resource group name> --name <NVA name>
0 commit comments