Skip to content

Commit 0276069

Browse files
committed
Fixing errors
1 parent 4dbd543 commit 0276069

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-machines/ebdsv5-ebsv5-series.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ The sizes E2-E112i support NVMe on Ebsv5 and Ebdsv5 families.
142142
All sizes (E2-E96) on the Ebsv5 and Ebsdv5 families support SCSI except E112i.
143143

144144
### I have a SCSI Ebsv5 VM. How do I switch to NVMe of the same VM size?
145-
The steps to switch from SCSI to NVMe are the same as explained [here](/azure/virtual-machines/enable-nvme-remote-faqs#how-do-i-enable-a-remote-nvme-disk-on-a-vm-family--)
145+
The steps to switch from SCSI to NVMe are the same as explained [here](/azure/virtual-machines/enable-nvme-remote-faqs.yml)
146146

147147
### How can I switch back to SCSI interface from NVMe VM?
148-
To switch back to SCSI from NVMe, follow the same steps as explained [here](/azure/virtual-machines/enable-nvme-remote-faqs#how-do-i-enable-a-remote-nvme-disk-on-a-vm-family--)
148+
To switch back to SCSI from NVMe, follow the same steps as explained [here](/azure/virtual-machines/enable-nvme-remote-faqs.yml)
149149

150150
### What is the price for NVMe Ebsv5 prices?
151151
The NVMe enabled Ebsv5 and Ebdsv5 VMs are the same price as SCSI VMs. Refer to the pricing pages for [Windows](https://azure.microsoft.com/pricing/details/virtual-machines/windows/) and [Linux](https://azure.microsoft.com/pricing/details/virtual-machines/linux/). With NVMe, you get higher performance at no extra cost.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sections:
5555
- Set the destination *discontrollertype* of the VM as NVMe.
5656
- Use the following PowerShell script to do so: [SAP-on-Azure-Scripts-and-Utilities/NVMe-Preflight-Check at main · Azure/SAP-on-Azure-Scripts-and-Utilities · GitHub](https://github.com/Azure/SAP-on-Azure-Scripts-and-Utilities/tree/main/NVMe-Preflight-Check)
5757
```PowerShell
58-
azure-nvme-VM-update.ps1 [-subscription_id] \<String\> [-resource_group_name] \<String\> [-vm_name] \<String\> [[-disk_controller_change_to] \<String>] [-vm_size_change_to] \<String\> [[-start_vm_after_update] \<Boolean>] [[-write_logfile] \<Boolean>]
58+
`azure-nvme-VM-update.ps1 [-subscription_id] <String> [-resource_group_name] <String> [-vm_name] <String> [[-disk_controller_change_to] <String>] [-vm_size_change_to] <String> [[-start_vm_after_update] <Boolean>] [[-write_logfile] <Boolean>]`
5959
```
6060
- question: |
6161
How can I check if a given image is tagged as NVMe?
@@ -72,7 +72,7 @@ sections:
7272
- AzCopy Reference:
7373
[https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10]
7474
```
75-
azcopy copy \<local path to your vhd\> \<container in your storage account>
75+
`azcopy copy <local path to your vhd> <container in your storage account>`
7676
```
7777
2. Create your image gallery either using powershell/portal/cli:
7878
[https://docs.microsoft.com/en-us/azure/virtual-machines/create-gallery]
@@ -90,7 +90,7 @@ sections:
9090
9191
CLI Example:
9292
```
93-
az sig image-version create --resource-group \<resourceGroupName\> --gallery-name \<galleryName\> --gallery-image-definition \<imageName\> --gallery-image-version \<version\> --target-regions \<region1\> \<region2\> --replica-count \<replicaCount\> --os-vhd-uri \<NVMe-supported vhd uri\> --os-vhd-storage-account \<storageAccount>
93+
`az sig image-version create --resource-group <resourceGroupName> --gallery-name <galleryName> --gallery-image-definition <imageName> --gallery-image-version <version> --target-regions <region1> <region2> --replica-count <replicaCount> --os-vhd-uri <NVMe-supported vhd uri> --os-vhd-storage-account <storageAccount>`
9494
```
9595
- question: |
9696
How do I configure an ARM template for my initial VM launch?

0 commit comments

Comments
 (0)