Open
Conversation
cwize1
requested changes
Mar 6, 2026
cwize1
requested changes
Mar 6, 2026
| Where: | ||
|
|
||
| - `<base-image.vhdx>`: An official Azure Linux vhdx image file. | ||
| - `<base-image.vhdx>`: An official Linux vhdx image file. |
Contributor
There was a problem hiding this comment.
I would change this to: A supported Linux vhdx image file.
This will make it consistent with the other docs where you used the word supported.
liulanze
reviewed
Mar 6, 2026
|
|
||
| 1. Download an Azure Linux VHDX image file. | ||
| - You can [download a marketplace image from Azure](../how-to/azure-vm/download-marketplace-image.md). | ||
| - You can also download and build one from the [Azure Linux repo](https://github.com/microsoft/azurelinux). |
Contributor
There was a problem hiding this comment.
I think the second bullet point removed is still useful if users who want to build from source. Same comment in docs/imagecustomizer/quick-start/quick-start.md, is this intentional?
| 1. Download an Azure Linux VHDX image file. | ||
| - You can [download a marketplace image from Azure](../how-to/azure-vm/download-marketplace-image.md). | ||
| - You can also download and build one from the [Azure Linux repo](https://github.com/microsoft/azurelinux). | ||
| 1. Download a supported Linux VHDX image file. |
Contributor
There was a problem hiding this comment.
nit: there is a double space typo between supported and Linux.
| 2. Create a customization config file. | ||
|
|
||
| For example: | ||
| For example, in for Azure Linux: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation for the Image Customizer tool to generalize references from "Azure Linux" to "Linux" and clarify support for other distributions. The changes improve accuracy, inclusivity, and clarity across guides, API docs, and how-to instructions.
Checklist