Skip to content

Commit e05ed6a

Browse files
committed
update author
1 parent db93145 commit e05ed6a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: EllieMelissa
55
ms.service: azure-virtual-network
66
ms.custom: linux-related-content
77
ms.topic: how-to
8-
ms.date: 04/18/2023
8+
ms.date: 10/22/2024
99
ms.author: ealume
1010
---
1111

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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.
4-
author: steveesp
4+
author: mattreatMSFT
55
ms.service: azure-virtual-network
66
ms.topic: how-to
7-
ms.date: 04/18/2023
8-
ms.author: steveesp
7+
ms.date: 10/22/2024
8+
ms.author: mareat
99
ms.custom: fasttrack-edit, devx-track-azurecli, linux-related-content
1010
---
1111
# Use Azure CLI to create a Windows or Linux VM with Accelerated Networking
@@ -201,9 +201,9 @@ Once you create the VM in Azure, connect to the VM and confirm that the Ethernet
201201
```powershell
202202
PS C:\ > Get-NetAdapter | Where-Object InterfaceDescription –like "*Mellanox*Virtual*" | Get-NetAdapterStatistics
203203
204-
Name ReceivedBytes ReceivedUnicastPackets SentBytes SentUnicastPackets
205-
---- ------------- ---------------------- --------- ------------------
206-
Ethernet 2 492447549 347643 7468446 34991
204+
Name ReceivedBytes ReceivedUnicastPackets SentBytes SentUnicastPackets
205+
---- ------------- ---------------------- --------- ------------------
206+
Ethernet 2 492447549 347643 7468446 34991
207207
```
208208

209209
> [!NOTE]

0 commit comments

Comments
 (0)