Skip to content

Commit cb3ba50

Browse files
authored
Updating the managed resource tags property description and JSON formatting
1 parent 7873d2a commit cb3ba50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ Size of the proxy virtual machine used to pass traffic to the build VM and valid
17471747

17481748
## Properties: autoRun
17491749

1750-
You can use the `autoRun` property allows you to control whether the image template build process should automatically start when the template is created or updated. It's an enum with two possible values:
1750+
You can use the `autoRun` property to control whether the image template build process should automatically start when the template is created or updated. It's an enum with two possible values:
17511751
- **Enabled** - Auto run is enabled, so your image template build process will automatically start when the template is created or updated.
17521752
- **Disabled** - Auto run is disabled, so you will have to manually start the image build process after the template is created or updated.
17531753

@@ -1766,14 +1766,14 @@ You can use the `autoRun` property allows you to control whether the image templ
17661766
17671767
## Properties: managedResourceTags
17681768

1769-
You can use the `managedResourceTags` property to apply tags to the resource group and/or resources created by the Azure Image Builder service.
1769+
You can use the `managedResourceTags` property to apply tags to the resources that the Azure Image Builder service creates in the staging resource group during the image build. For more information on the staging resource group, see [Azure Image Builder Overview](../image-builder-overview.md#how-it-works)
17701770

17711771
```json
17721772
"properties": {
17731773
"managedResourceTags": {
17741774
"tag1": "value1",
1775-
"tag2": "value2"
1776-
}
1775+
"tag2": "value2"
1776+
}
17771777
}
17781778
```
17791779

0 commit comments

Comments
 (0)