Skip to content

Commit c20f4e6

Browse files
authored
edits, fix note
1 parent fae484f commit c20f4e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/virtual-machines/linux/image-builder-json.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ The location is the region where the custom image will be created. For the Image
6161
```
6262

6363
## Tags
64-
These are key value pairs that you can specify for the image that is generated.
64+
65+
These are key/value pairs you can specify for the image that's generated.
6566

6667
## Depends on (optional)
6768

@@ -344,7 +345,8 @@ This is supported by Windows directories and Linux paths, but there are some dif
344345

345346
If there is an error trying to download the file, or put it in a specified directory, the customize step will fail, and this will be in the customization.log.
346347

347-
>> Note! The file customizer is only suitable for small file downloads, < 20MB. For larger file downloads use a script or inline command, the use code to download files, such as, Linux `wget` or `curl`, Windows, `Invoke-WebRequest`.
348+
> [!NOTE]
349+
> The file customizer is only suitable for small file downloads, < 20MB. For larger file downloads use a script or inline command, the use code to download files, such as, Linux `wget` or `curl`, Windows, `Invoke-WebRequest`.
348350
349351
Files in the File customizer can be downloaded from Azure Storage using [MSI](https://github.com/danielsollondon/azvmimagebuilder/tree/master/quickquickstarts/7_Creating_Custom_Image_using_MSI_to_Access_Storage).
350352

0 commit comments

Comments
 (0)