Skip to content

Commit f2a6cec

Browse files
authored
Merge pull request #225950 from cherylmc/Final-NVA
new article
2 parents 3f04f41 + 27a53a9 commit f2a6cec

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

articles/networking/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
href: ../vpn-gateway/vpn-gateway-about-vpngateways.md?toc=%2fazure%2fnetworking%2ftoc.json
7171
- name: Connect on-premises - dedicated
7272
href: ../expressroute/expressroute-introduction.md?toc=%2fazure%2fnetworking%2ftoc.json
73+
- name: NVA accelerated connections
74+
href: nva-accelerated-connections.md
7375
- name: Quickstart
7476
items:
7577
- name: Create your first virtual network
109 KB
Loading
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: Network connections performance optimization and NVAs
3+
description: Learn how Accelerated Connections improves Network Virtual Appliance (NVA) performance.
4+
author: cherylmc
5+
ms.service: virtual-network
6+
ms.topic: conceptual
7+
ms.date: 02/01/2023
8+
ms.author: steveesp
9+
10+
---
11+
12+
# Accelerated connections and NVAs (Preview)
13+
14+
This article helps you understand the **Accelerated Connections** feature. When Accelerated Connections is enabled on the virtual network interface (vNIC) with Accelerated Networking, networking performance is improved. This high-performance feature is available on Network Virtual Appliances (NVAs) deployed from Azure Marketplace and offers competitive performance in Connections Per Second (CPS) optimization, along with improvements to handling large amounts of simultaneous connections. To access this feature during preview, use the [Preview sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
15+
16+
> [!IMPORTANT]
17+
> This feature is currently in public preview. This public preview is provided without a service-level agreement and shouldn't be used for production workloads. Certain features might not be supported, might have constrained capabilities, or might not be available in all Azure locations. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
18+
>
19+
20+
Accelerated Connections supports the workloads that can send large amounts of active connections simultaneously. It supports these connections bursts with negligible degradation to VM throughput, latency or connections per second performance. The data path for the network traffic is highly optimized to offload the Software-defined networks (SDN) policies evaluation. The goal is to eliminate any bottlenecks in the cloud implementation and networking performance.
21+
22+
Accelerated Connections is implemented at the network interface level to allow maximum flexibility of network capacity. Multiple vNICs can be configured with this enhancement, the number depends on the supported VM family. Network Virtual Appliances (NVAs) on Azure Marketplace will be the first workloads to leverage this technology.
23+
24+
Network Virtual Appliances (NVAs) with most large scale solutions requiring v-firewall, v-switch, load balancers and other critical network features would experience higher CPS performance with Accelerated Connections.
25+
26+
> [!NOTE]
27+
> During preview, this feature is only supported for NVAs available on the [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps?search=network%20virtual%20appliance&page=1&filters=virtual-machine-images%3Bpartners).
28+
>
29+
30+
**Diagram 1**
31+
32+
:::image type="content" source="./media/nva-accelerated-connections/accelerated-connections-diagram.png" alt-text="Diagram of the connection performance optimization feature.":::
33+
34+
### Benefits
35+
36+
* Increased Connections Per Second (CPS)
37+
* Consistent active connections
38+
* Increased CPU capacity/stability for high traffic network optimized VM
39+
* Reduced jitter
40+
* Decreased CPU utilization
41+
42+
### Considerations and limitations
43+
44+
* This feature is available only for NVAs deployed from Azure Marketplace during preview.
45+
* To enable this feature, you must sign up for the preview using the [Preview sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
46+
* During preview, this feature is only available on Resource Groups created after sign-up.
47+
* This feature can be enabled and is supported on new deployments using an Azure Resource Manager (ARM) template and preview instructions.
48+
* Feature support may vary as per the NVAs available on Marketplace.
49+
* Detaching and attaching a network interface on a running VM isn't supported as other Azure features.
50+
* Marketplace portal isn't supported for the public preview.
51+
* This feature is free during the preview, and chargeable after GA.
52+
53+
## Prerequisites
54+
55+
The following section lists the required prerequisites:
56+
57+
* [Accelerated networking](../virtual-network/accelerated-networking-overview.md) must be enabled on the traffic network interfaces of the NVA.
58+
* Custom tags must be added to the resources during deployment (instructions will be provided).
59+
* The data path tags should be added to the vNIC properties.
60+
* You've signed up for the preview using the [Preview sign-up form](https://go.microsoft.com/fwlink/?linkid=2223706).
61+
62+
## Supported regions
63+
64+
This list will be updated as more regions become available. The following regions are supported:
65+
66+
* North Central US
67+
* West Central US
68+
69+
## Supported SKUs
70+
71+
This feature is supported on all SKUs supported by Accelerated Networking except the Dv5 VM family, which isn't yet supported during preview.
72+
73+
## Next steps
74+
75+
Sign up for the [Preview](https://go.microsoft.com/fwlink/?linkid=2223706).

0 commit comments

Comments
 (0)