Skip to content

Commit e2e65cd

Browse files
authored
Merge pull request #271491 from wtnlee/restart
restart draft 1
2 parents fcad70c + c22c440 commit e2e65cd

File tree

8 files changed

+49
-0
lines changed

8 files changed

+49
-0
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@
140140
items:
141141
- name: Create a NVA in a virtual hub
142142
href: how-to-nva-hub.md
143+
- name: Restart a NVA in a virtual hub
144+
href: how-to-network-virtual-appliance-restart.md
143145
- name: Configure DNAT/Internet inbound
144146
href: how-to-network-virtual-appliance-inbound.md
145147
- name: Connect a VNet to a virtual hub
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 'Azure Virtual WAN: Restart a Network Virtual Appliance (NVA) in the hub'
3+
description: Learn how to restart a Network Virtual Appliance in the Virtual WAN hub.
4+
author: wtnlee
5+
ms.service: virtual-wan
6+
ms.topic: how-to
7+
ms.date: 04/08/2024
8+
ms.author: wellee
9+
# Customer intent: As someone who has deployed a Network Virtual Appliance (NVA) in Virtual WAN, I want to restart the NVAs running in Virtual WAN.
10+
---
11+
12+
# How to restart a Network Virtual Appliance in an Azure Virtual WAN hub
13+
14+
The following article shows you how to restart Network Virtual Appliances (NVAs) deployed in the Virtual WAN hub. This article doesn't apply to NVAs deployed as Virtual Machines or Virtual Machine Scale Sets in a Virtual Network connected to Virtual WAN hubs. This article also doesn't apply to SaaS solutions deployed in the Virtual WAN hub.
15+
16+
## Prerequisites
17+
18+
Verify that your deployment meets the following prerequisites before attempting to restart the NVA instances:
19+
* A Network Virtual Appliance is deployed in a Virtual WAN hub. For more information on NVAs deployed in the Virtual WAN hub, see [Integrated NVA documentation](../../articles/virtual-wan/about-nva-hub.md).
20+
* The Network Virtual Appliance's provisioning state is "Succeeded."
21+
22+
## Considerations
23+
* Only one instance of a Virtual WAN NVA can be restarted at a time from Azure portal. If you need to restart multiple NVA instances, wait for an NVA instance to finish restarting before proceeding to the next instance.
24+
* You can only restart an NVA if the provisioning state of the NVA is succeeded. Wait for any ongoing operations to finish before restarting an NVA instance.
25+
26+
## Restart the NVA
27+
28+
1. Navigate to your Virtual WAN hub and select **Network Virtual Appliances** under Third-party providers.
29+
:::image type="content" source="./media/network-virtual-appliance-restart/find-network-virtual-appliance.png"alt-text="Screenshot showing how to find NVA in Azure portal."lightbox="./media/network-virtual-appliance-restart/find-network-virtual-appliance.png":::
30+
2. Select **Manage configurations** for the NVA you want to restart.
31+
:::image type="content" source="./media/network-virtual-appliance-restart/manage-configurations.png"alt-text="Screenshot showing how to manage configurations for NVA."lightbox="./media/network-virtual-appliance-restart/manage-configurations.png":::
32+
3. Select **Instances** under Settings.
33+
:::image type="content" source="./media/network-virtual-appliance-restart/instances.png"alt-text="Screenshot showing instance level settings for NVA."lightbox="./media/network-virtual-appliance-restart/instances.png":::
34+
4. Select the instance of the NVA you want to restart.
35+
:::image type="content" source="./media/network-virtual-appliance-restart/select-instance.png"alt-text="Screenshot showing how to select an NVA instance."lightbox="./media/network-virtual-appliance-restart/select-instance.png":::
36+
5. Select **Restart**.
37+
:::image type="content" source="./media/network-virtual-appliance-restart/restart.png"alt-text="Screenshot showing how to restart an NVA instance."lightbox="./media/network-virtual-appliance-restart/restart.png":::
38+
6. Confirm the restart by selecting **Yes**.
39+
:::image type="content" source="./media/network-virtual-appliance-restart/confirm-restart.png"alt-text="Screenshot showing how to confirm you want to restart an NVA instance."lightbox="./media/network-virtual-appliance-restart/confirm-restart.png":::
40+
## Troubleshooting
41+
42+
The following section describes common issues associated with restarting an NVA instance.
43+
44+
* **NVA provisioning state needs to be successful**: If the NVA is in an "Updating" or "Failed" state, you can't execute restart operations on the NVA. Wait for any existing operation on the NVA to finish before trying to restart again.
45+
* **Restart already in progress**: Multiple concurrent restart operations aren't supported. If there's a restart operation running on the NVA resource already, wait for the operation to finish before attempting to restart a different instance.
46+
* **Operations on the NVA are not allowed at this time. Please try again later**: Try the restart-operation again in 15-30 minutes.
47+
* **The NVA operation failed due to an intermittent error**: Try the restart operation again.
59.1 KB
Loading
79.4 KB
Loading
113 KB
Loading
136 KB
Loading
44.9 KB
Loading
44.2 KB
Loading

0 commit comments

Comments
 (0)