Skip to content

Commit 9c48b6c

Browse files
committed
edit pass: nvme-articles
1 parent 2563293 commit 9c48b6c

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

articles/virtual-machines/enable-nvme-faqs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
ms.service: virtual-machines
66
ms.topic: faq
77
ms.custom: references_regions
8-
title: NVMe - General FAQ
8+
title: General FAQ for NVMe
99
summary: |
10-
This article addresses some common questions about NVMe support on virtual machines created in Azure.
10+
This article addresses some common questions about NVM Express (NVMe) support on virtual machines (VMs) created in Azure.
1111
1212
1313
@@ -17,17 +17,17 @@ sections:
1717
- question: |
1818
What is NVMe?
1919
answer: |
20-
NVM Express (NVMe) is a communication protocol that facilitates faster and more efficient data transfer between servers and storage systems by using nonvolatile memory (NVM). With NVMe, data can be transferred at the highest throughput and with the fastest response times.
20+
NVMe is a communication protocol that facilitates faster and more efficient data transfer between servers and storage systems by using nonvolatile memory (NVM). With NVMe, data can be transferred at the highest throughput and with the fastest response times.
2121
2222
NVMe offers higher input/output operations per second (IOPS) and higher throughput in megabytes per second (MBps). This capability can significantly improve the performance of both temporary (local) and remote NVMe disk storage with [Azure managed disks](/azure/virtual-machines/managed-disks-overview). Higher performance is especially beneficial for I/O-intensive workloads that require fast data transfer to the Azure managed disks.
2323
- question: |
2424
Which types of storage interfaces are supported in Azure VM families?
2525
answer: |
26-
Azure virtual machines (VMs) support two types of storage interfaces: Small Computer System Interface (SCSI) and NVMe. The SCSI interface is a legacy standard that provides physical connectivity and data transfer between computers and peripheral devices. NVMe is similar to SCSI in that it provides connectivity and data transfer, but NVMe is a faster and more efficient interface for data transfer between servers and storage systems.
26+
Azure VMs support two types of storage interfaces: Small Computer System Interface (SCSI) and NVMe. The SCSI interface is a legacy standard that provides physical connectivity and data transfer between computers and peripheral devices. NVMe is similar to SCSI in that it provides connectivity and data transfer, but NVMe is a faster and more efficient interface for data transfer between servers and storage systems.
2727
- question: |
2828
How do Azure Boost and NVMe improve the performance of the VMs that Azure offers?
2929
answer: |
30-
Azure Boost is a Microsoft-designed system that offloads server virtualization processes traditionally performed by the hypervisor and host OS onto purpose-built software and hardware. Offloading these processes enables faster storage and networking performance for Azure VM customers.
30+
Azure Boost is a Microsoft-designed system that offloads server virtualization processes traditionally performed by the hypervisor and host operating system (OS) onto purpose-built software and hardware. Offloading these processes enables faster storage and networking performance for Azure VM customers.
3131
3232
One of the primary advantages of Azure Boost is its ability to enhance the throughput of Azure managed disks and local storage. This enhancement is enabled by offloading the storage processing tasks to hardware that's dedicated for Azure Boost.
3333
@@ -47,13 +47,13 @@ sections:
4747
- question: |
4848
Will Generation 1 VMs be supported with NVMe disks?
4949
answer: |
50-
No, there are no plans to support NVMe disks on Generation 1 VMs. If you think your workload benefits from NVMe performance, you must switch to the Generation 2 VMs. To create a Generation 2 VM, follow the [documented steps](azure/virtual-machines/generation-2#creating-a-generation-2-vm). If you try to use a Generation 1 VM image, either you won't be able to select an NVMe-capable VM, or you'll get this error message: "The selected image isn't supported for NVMe. See supported VM images."
50+
No, there are no plans to support NVMe disks on Generation 1 VMs. If you think your workload benefits from NVMe performance, you must switch to the Generation 2 VMs. To create a Generation 2 VM, follow the [documented steps](/azure/virtual-machines/generation-2#creating-a-generation-2-vm). If you try to use a Generation 1 VM image, either you won't be able to select an NVMe-capable VM, or you'll get this error message: "The selected image is not supported for NVMe. See supported VM images."
5151
- question: |
5252
What happens if the OS that I use is not tagged as NVMe supported?
5353
answer: |
5454
You can create an NVMe-supported VM only by using an image (Platform Image Repository and [Azure Compute Gallery](/azure/virtual-machines/shared-image-galleries?tabs=azure-cli)) that's tagged as NVMe. If you use an untagged image, a SCSI-based VM is created, and the VM might not perform as you intended. Be sure to follow all the [instructions](/azure/virtual-machines/enable-nvme-interface).
5555
56-
To create VMs with an NVMe interface, it's essential to choose one of the [supported OS images](/azure/virtual-machines/enable-nvme-interface) tagged as NVMe. If your current OS image is not supported for NVMe, you'll get this error message: "The selected image isn't supported for NVMe. See supported VM images."
56+
To create VMs with an NVMe interface, it's essential to choose one of the [supported OS images](/azure/virtual-machines/enable-nvme-interface) tagged as NVMe. If your current OS image is not supported for NVMe, you'll get this error message: "The selected image is not supported for NVMe. See supported VM images."
5757
5858
:::image type="content" source="./media/enable-nvme/nvme-faq-2.png" alt-text="Screenshot of an example of choosing one of the supported operating system images on NVMe.":::
5959
- question: |
@@ -67,7 +67,7 @@ sections:
6767
- question: |
6868
How can I create a VM with the NVMe interface?
6969
answer: |
70-
You can enable NVMe during VM creation by using methods such as the Azure portal, the Azure CLI, Azure PowerShell, and Azure Resource Manager templates. To create an NVMe-based VM, you must first enable the NVMe option on a VM and select the NVMe disk controller type for the VM. You can also update a VM to NVMe when it's stopped and deallocated, if the VM size supports NVMe.
70+
You can enable NVMe during VM creation by using methods such as the Azure portal, the Azure CLI, Azure PowerShell, and Azure Resource Manager templates. To create an NVMe-enabled VM, you must first enable the NVMe option on a VM and select the NVMe disk controller type for the VM. You can also update a VM to NVMe when it's stopped and deallocated, if the VM size supports NVMe.
7171
7272
To enable the NVMe interface during VM creation by using the Azure portal:
7373

articles/virtual-machines/enable-nvme-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to-pattern
1313
> [!NOTE]
1414
> This article references CentOS, a Linux distribution that's nearing the end of support. Consider your use and plan accordingly. For more information, see the [guidance for CentOS end of support](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
1515
16-
The following lists provide up-to-date information on which OS images are tagged as supported for remote NVM Express (NVMe).
16+
The following lists provide up-to-date information on which operating system (OS) images are tagged as supported for remote NVM Express (NVMe).
1717

1818
For specifics about which virtual machine (VM) generations support which storage types, check the [documentation about VM sizes in Azure](/azure/virtual-machines/sizes).
1919

articles/virtual-machines/enable-nvme-remote-faqs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
ms.service: virtual-machines
66
ms.topic: faq
77
ms.custom: references_regions
8-
title: NVMe - Remote NVMe Disks FAQ
8+
title: FAQ for remote NVMe disks
99
summary: |
10-
This article addresses some common questions about support for remote NVMe disks on virtual machines created in Azure.
10+
This article addresses some common questions about support for remote NVM Express (NVMe) disks on virtual machines (VMs) created in Azure.
1111
1212
1313
@@ -17,12 +17,12 @@ sections:
1717
- question: |
1818
What are the prerequisites to enable the remote NVMe interface on my VM?
1919
answer: |
20-
You can use `DiskControllerType` during virtual machine (VM) configuration to select your preferred controller type as NVM Express (NVMe) or Small Computer System Interface (SCSI). If you don't specify a `DiskControllerType` value, the platform automatically chooses the default controller based on the VM size configuration. If the VM size is configured for SCSI as the default and supports NVMe, the VM uses SCSI unless you update the `DiskControllerType` value to NVMe.
20+
You can use `DiskControllerType` during VM configuration to select your preferred controller type as NVMe or Small Computer System Interface (SCSI). If you don't specify a `DiskControllerType` value, the platform automatically chooses the default controller based on the VM size configuration. If the VM size is configured for SCSI as the default and supports NVMe, the VM uses SCSI unless you update the `DiskControllerType` value to NVMe.
2121
2222
To enable the NVMe interface on your VM, you must meet the following prerequisites:
2323
2424
- Choose a VM family that supports NVMe. Only Ebsv5 and Ebdsv5 VM sizes are equipped with NVMe in the Intel v5 generation VMs.
25-
- [Select the operating system image](/azure/virtual-machines/enable-nvme-interface) that's tagged with NVMe support. After you select a supported **VM family and OS image** value, you're prompted to select the NVMe disk controller type.
25+
- [Select the operating system (OS) image](/azure/virtual-machines/enable-nvme-interface) that's tagged with NVMe support. After you select a supported **VM family and OS image** value, you're prompted to select the NVMe disk controller type.
2626
2727
:::image type="content" source="./media/enable-nvme/nvme-faq-1.png" alt-text="Screenshot of a prompt to select a disk controller type.":::
2828
@@ -72,7 +72,7 @@ sections:
7272
7373
2. [Create an image gallery](https://docs.microsoft.com/azure/virtual-machines/create-gallery) by using Azure PowerShell, the portal, or the Azure CLI.
7474
75-
3. [Create an image definition](https://docs.microsoft.com/azure/virtual-machines/image-version]). Be sure to include `--feature DiskControllerTypes=SCSI,NVMe`.
75+
3. [Create an image definition](https://docs.microsoft.com/azure/virtual-machines/image-version). Be sure to include `--feature DiskControllerTypes=SCSI,NVMe`.
7676
7777
Here's an Azure CLI example:
7878

articles/virtual-machines/enable-nvme-temp-faqs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
ms.service: virtual-machines
66
ms.topic: faq
77
ms.custom: references_regions
8-
title: NVMe - Temp NVMe Disks FAQ
8+
title: FAQ for temp NVMe disks
99
summary: |
10-
This article addresses some common questions about support for temporary NVMe disks on virtual machines created in Azure.
10+
This article addresses some common questions about support for temporary NVM Express (NVMe) disks on virtual machines (VMs) created in Azure.
1111
1212
1313
@@ -17,10 +17,10 @@ sections:
1717
- question: |
1818
What are the prerequisites to enable the temp NVMe interface on my VM?
1919
answer: |
20-
To enable the temporary NVM Express (temp NVMe) interface on your virtual machine (VM), you must meet the following prerequisites:
20+
To enable the temporary NVMe (temp NVMe) interface on your VM, you must meet the following prerequisites:
2121
2222
- Choose a VM family that supports NVMe (such as v6 VMs).
23-
- Select the operating system image that's tagged with NVMe support.
23+
- Select the operating system (OS) image that's tagged with NVMe support.
2424
- Make sure that you're using a Generation 2 VM, because NVMe supports only Generation 2 images.
2525
- question: |
2626
How are temp NVMe disks in my Dl/D/E_v6 VMs different from remote NVMe disks?

0 commit comments

Comments
 (0)