Skip to content

Commit ec5dbcd

Browse files
authored
Merge pull request MicrosoftDocs#36503 from danielsollondon/patch-9
updating tags info
2 parents b308120 + c20f4e6 commit ec5dbcd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

+7-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ The location is the region where the custom image will be created. For the Image
5959
```json
6060
"location": "<region>",
6161
```
62-
62+
63+
## Tags
64+
65+
These are key/value pairs you can specify for the image that's generated.
66+
6367
## Depends on (optional)
6468

6569
This optional section can be used to ensure that dependencies are completed before proceeding.
@@ -341,7 +345,8 @@ This is supported by Windows directories and Linux paths, but there are some dif
341345

342346
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.
343347

344-
>> 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`.
345350
346351
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).
347352

0 commit comments

Comments
 (0)