Skip to content

Commit ab51ae0

Browse files
committed
acronyms
1 parent 1151186 commit ab51ae0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-netapp-files/faq-performance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-netapp-files
55
ms.topic: conceptual
66
author: b-hchen
77
ms.author: anfdocs
8-
ms.date: 08/20/2024
8+
ms.date: 09/10/2024
99
---
1010
# Performance FAQs for Azure NetApp Files
1111

@@ -14,20 +14,20 @@ This article answers frequently asked questions (FAQs) about Azure NetApp Files
1414
## What should I do to optimize or tune Azure NetApp Files performance?
1515

1616
You can take the following actions per the performance requirements:
17-
- Ensure that the Virtual Machine is sized appropriately.
17+
- Ensure the virtual machine (VM) is sized appropriately.
1818
- Enable Accelerated Networking for the VM.
1919
- Select the desired service level and size for the capacity pool.
2020
- Create a volume with the desired quota size for the capacity and performance.
2121

22-
There is no need to set accelerated networking for the network interface cards (NICs) in the dedicated subnet of Azure NetApp Files. [Accelerated networking](../virtual-network/virtual-machine-network-throughput.md) is a capability that only applies to Azure virtual machines. Azure NetApp Files NICs are optimized by design.
22+
There is no need to set accelerated networking for the network interface cards (NICs) in the dedicated subnet of Azure NetApp Files. [Accelerated networking](../virtual-network/virtual-machine-network-throughput.md) is a capability that only applies to Azure VMs. Azure NetApp Files NICs are optimized by design.
2323

2424
## How do I monitor Azure NetApp Files volume performance
2525

2626
Azure NetApp Files volumes performance can be monitored through [available metrics](azure-netapp-files-metrics.md).
2727

28-
## How do I convert throughput-based service levels of Azure NetApp Files to IOPS?
28+
## How do I convert throughput-based service levels of Azure NetApp Files to input/output operations per second (IOPS)?
2929

30-
You can convert MB/s to IOPS by using the following formula:
30+
You can convert megabytes per seconds (MBps) to IOPS with this formula:
3131

3232
`IOPS = (MBps Throughput / KB per IO) * 1024`
3333

0 commit comments

Comments
 (0)