Skip to content

Commit 811bf28

Browse files
committed
update author and fix build issues
1 parent e47e53a commit 811bf28

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

articles/virtual-network/accelerated-networking-overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Accelerated Networking overview
33
description: Learn how Accelerated Networking can improve the networking performance of Azure VMs.
4-
author: EllieMelissa
4+
author: mattreatMSFT
5+
ms.author: mareat
56
ms.service: azure-virtual-network
6-
ms.custom: linux-related-content
77
ms.topic: how-to
88
ms.date: 10/22/2024
9-
ms.author: ealume
9+
ms.custom: linux-related-content
1010
---
1111

1212
# Accelerated Networking overview
@@ -103,12 +103,12 @@ You can directly query the list of VM SKUs that support Accelerated Networking b
103103
If you use a custom image that supports Accelerated Networking, make sure you meet the following requirements.
104104

105105
#### Device and driver support
106-
Any custom image supporting Accelerated Networking must include drivers that enable Single Root I/O Virtualization for the network interface cards (NIC) which are used on Azure platforms. This hardware list includes NVIDIA ConnectX-3, ConnectX-4 Lx, ConnectX-5 and the [Microsoft Azure Network Adapter (MANA)](/accelerated-networking-mana-overview).
106+
Any custom image supporting Accelerated Networking must include drivers that enable Single Root I/O Virtualization for the network interface cards (NIC) which are used on Azure platforms. This hardware list includes NVIDIA ConnectX-3, ConnectX-4 Lx, ConnectX-5 and the [Microsoft Azure Network Adapter (MANA)](accelerated-networking-mana-overview.md).
107107

108108
#### Dynamic binding and revocation of virtual function
109109
Accelerated Networking requires guest OS images to properly handle the virtual function being removed or added dynamically. Scenarios such as host maintenance or live migration will result in dynamic revocation of the virtual function and restoration after the maintenance event. Additionally, applications must ensure that they bind to the synthetic device and not the virtual function in order to maintain network connectivity during these events.
110110

111-
For more information about application binding requirements, see [How Accelerated Networking works in Linux and FreeBSD VMs](/create-vm-accelerated-networking-cli?tabs=windows#handle-dynamic-binding-and-revocation-of-virtual-function).
111+
For more information about application binding requirements, see [How Accelerated Networking works in Linux and FreeBSD VMs](create-vm-accelerated-networking-cli.md?tabs=windows#handle-dynamic-binding-and-revocation-of-virtual-function).
112112

113113
#### Configure drivers to be unmanaged
114114
Accelerated Networking requires network configurations that mark the NVIDIA drivers as unmanaged devices. Images with cloud-init version 19.4 or later have networking correctly configured to support Accelerated Networking during provisioning. We strongly advise that you don't run competing network interface software (such as ifupdown and networkd) on custom images, and that you don't run dhcpclient directly on multiple interfaces.
@@ -162,16 +162,16 @@ EOF
162162
#### Network traffic uses the Accelerated Networking data path
163163

164164
For NVIDIA drivers: Verify that the packets are flowing over the VF interface
165-
- [Linux documentation](/accelerated-networking-how-it-works#application-usage)
166-
- [Windows documentation](/create-vm-accelerated-networking-cli?tabs=windows#confirm-that-accelerated-networking-is-enabled)
165+
- [Linux documentation](accelerated-networking-how-it-works.md#application-usage)
166+
- [Windows documentation](create-vm-accelerated-networking-cli.md?tabs=windows#confirm-that-accelerated-networking-is-enabled)
167167

168168
For MANA driver: Verify that the traffic is flowing through MANA
169-
- [Linux documentation](/accelerated-networking-mana-linux#verify-that-traffic-is-flowing-through-mana)
170-
- [Windows documentation](/accelerated-networking-mana-windows#verify-that-traffic-is-flowing-through-mana)
169+
- [Linux documentation](accelerated-networking-mana-linux.md#verify-that-traffic-is-flowing-through-mana)
170+
- [Windows documentation](accelerated-networking-mana-windows.md#verify-that-traffic-is-flowing-through-mana)
171171

172172
---
173173

174-
## Next steps
174+
## Related content
175175

176176
- [How Accelerated Networking works in Linux and FreeBSD VMs](./accelerated-networking-how-it-works.md)
177177
- [Create a VM with Accelerated Networking by using PowerShell](./create-vm-accelerated-networking-powershell.md)

articles/virtual-network/create-vm-accelerated-networking-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
title: Use Azure CLI to create a Windows or Linux VM with Accelerated Networking
33
description: Use Azure CLI to create and manage virtual machines that have Accelerated Networking enabled for improved network performance.
44
author: mattreatMSFT
5+
ms.author: mareat
56
ms.service: azure-virtual-network
67
ms.topic: how-to
78
ms.date: 10/22/2024
8-
ms.author: mareat
99
ms.custom: fasttrack-edit, devx-track-azurecli, linux-related-content
1010
---
11+
1112
# Use Azure CLI to create a Windows or Linux VM with Accelerated Networking
1213

1314
> [!CAUTION]

0 commit comments

Comments
 (0)