az image builder optimizer
Manage image builder template optimizer.
Commands
Name | Description | Type | Status |
---|---|---|---|
az image builder optimizer add |
Add optimizer to an existing image builder template. |
Core | GA |
az image builder optimizer remove |
Remove optimizer from an existing image builder template. |
Core | GA |
az image builder optimizer show |
Show optimizer of an existing image builder template. |
Core | GA |
az image builder optimizer update |
Update an optimizer from an existing image builder template. |
Core | GA |
az image builder optimizer add
Add optimizer to an existing image builder template.
Must be used with --defer.
az image builder optimizer add [--defer]
[--enable-vm-boot {false, true}]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Add optimizer for improving VM boot time by optimizing the final customized image output.
az image builder optimizer add -n myTemplate -g myGroup --enable-vm-boot true --defer
Optional Parameters
Temporarily store the object in the local cache instead of sending to Azure. Use az cache
commands to view/clear.
If this parameter is set to true, VM boot time will be improved by optimizing the final customized image output.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the image template.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az image builder optimizer remove
Remove optimizer from an existing image builder template.
Must be used with --defer.
az image builder optimizer remove [--defer]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Remove optimizer from an existing image builder template.
az image builder optimizer remove -n myTemplate -g myGroup --defer
Optional Parameters
Temporarily store the object in the local cache instead of sending to Azure. Use az cache
commands to view/clear.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the image template.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az image builder optimizer show
Show optimizer of an existing image builder template.
Must be used with --defer.
az image builder optimizer show [--defer]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show optimizer of an existing image builder template.
az image builder optimizer show -n myTemplate -g myGroup --defer
Optional Parameters
Temporarily store the object in the local cache instead of sending to Azure. Use az cache
commands to view/clear.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the image template.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az image builder optimizer update
Update an optimizer from an existing image builder template.
Must be used with --defer.
az image builder optimizer update [--defer]
[--enable-vm-boot {false, true}]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Update an optimizer from an existing image builder template.
az image builder optimizer update -n myTemplate -g myGroup --enable-vm-boot true --defer
Optional Parameters
Temporarily store the object in the local cache instead of sending to Azure. Use az cache
commands to view/clear.
If this parameter is set to true, VM boot time will be improved by optimizing the final customized image output.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the image template.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.