Skip to content

Commit 2563293

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sections:
1919
answer: |
2020
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.
2121
22-
NVMe offers higher input/output operations per second (IOPS) and higher throughput in megabytes per second (MBps), which 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.
22+
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: |
@@ -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 isn't 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 isn't 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: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-how-to-pattern
1515
1616
The following lists provide up-to-date information on which OS images are tagged as supported for remote NVM Express (NVMe).
1717

18-
For specifics about which VM generations support which storage types, check the [documentation about VM sizes in Azure](/azure/virtual-machines/sizes).
18+
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

2020
For more information about enabling the NVMe interface on virtual machines created in Azure, review the [FAQ for remote NVMe disks](/azure/virtual-machines/enable-nvme-remote-faqs).
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ sections:
100100
- question: |
101101
Which Azure disk storage options are compatible with remote NVMe disks?
102102
answer: |
103-
NVMe sizes can be combined with Azure Premium SSD v1, Premium SSD v2, and Ultra Disk Storage. For more information on Azure disk offerings, refer to [Azure managed disk types](/azure/virtual-machines/disks-types).
103+
NVMe sizes can be combined with Azure Premium SSD v1, Premium SSD v2, and Ultra Disk Storage. For more information on Azure disk offerings, see [Azure managed disk types](/azure/virtual-machines/disks-types).
104104
- question: |
105105
Does Azure support live resizing on disks with NVMe VM sizes?
106106
answer: |
@@ -135,7 +135,7 @@ sections:
135135
wmic diskdrive get model,scsilogicalunit
136136
```
137137
138-
:::image type="content" source="./media/enable-nvme/nvme-faq-7.png" alt-text="Screenshot of an example Powershell command to use NVMe on Windows.":::
138+
:::image type="content" source="./media/enable-nvme/nvme-faq-7.png" alt-text="Screenshot of an example PowerShell command to use NVMe on Windows.":::
139139
140140
The ASAP attached disks are presented in the guest with the model string `Virtual_Disk NVME Premium`. The SCSI logical unit has the value for the portal-visible LUN ID incremented by 1.
141141

0 commit comments

Comments
 (0)