-
Notifications
You must be signed in to change notification settings - Fork 299
Update nvme-overview.md #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@sandhyameesala : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 6270b5f:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/virtual-machines/nvme-overview.md | Details |
articles/virtual-machines/nvme-overview.md
- Line 58, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```). - Line 81, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```). - Line 102, Column 1: [Warning: code-block-indented - See documentation]
Indented code blocks aren't allowed. Use a Markdown code block surrounded by triple backticks (```). - Line 114, Column 1: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/virtual-machines/ebdsv5-ebsv5-series' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 115, Column 1: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/virtual-machines/nvme-overview' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 116, Column 1: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/virtual-machines/enable-nvme-remote-faqs' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 117, Column 1: [Warning: hard-coded-locale - See documentation]
Link 'https://azure.microsoft.com/en-au/updates/generally-available-ebsv5-and-ebdsv5-nvmeenabled-vm-sizes' contains locale code 'en-au'. For localizability, remove 'en-au' from links to most Microsoft sites. - Line 114, Column 1: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/virtual-machines/ebdsv5-ebsv5-series' will be broken in isolated environments. Replace with a relative link. - Line 115, Column 1: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/virtual-machines/nvme-overview' will be broken in isolated environments. Replace with a relative link. - Line 116, Column 1: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/virtual-machines/enable-nvme-remote-faqs' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
|
||
| ### What ARM/Bicep property enables NVMe? | ||
| Answer: | ||
| "storageProfile": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This snippet should start and end with triple ticks "```" to make it show up as code.
|
|
||
| ### What are the performance benefits of enabling NVMe? | ||
|
|
||
| • Higher IOPS and throughput (multi-GBps, hundreds of thousands of IOPS depending on VM size). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown parser is seeing these bulleted lists as code. Can you remove the spaces in front of each of the bullets and replace the current bullets with either * or - to show they are a bullleted list?
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Update nvme-overview.md