az vm image
Information on available virtual machine images.
Name | Description | Type | Status |
---|---|---|---|
az vm image accept-terms |
Accept Azure Marketplace term so that the image can be used to create VMs. |
Core | Deprecated |
az vm image list |
List the VM/VMSS images available in the Azure Marketplace. |
Core | GA |
az vm image list-offers |
List the VM image offers available in the Azure Marketplace. |
Core | GA |
az vm image list-publishers |
List the VM image publishers available in the Azure Marketplace. |
Core | GA |
az vm image list-skus |
List the VM image SKUs available in the Azure Marketplace. |
Core | GA |
az vm image show |
Get the details for a VM image available in the Azure Marketplace. |
Core | GA |
az vm image terms |
Manage Azure Marketplace image terms. |
Core | GA |
az vm image terms accept |
Accept Azure Marketplace image terms so that the image can be used to create VMs. |
Core | GA |
az vm image terms cancel |
Cancel Azure Marketplace image terms. |
Core | GA |
az vm image terms show |
Get the details of Azure Marketplace image terms. |
Core | GA |
This command has been deprecated and will be removed in version '3.0.0'. Use 'az vm image terms accept' instead.
Accept Azure Marketplace term so that the image can be used to create VMs.
az vm image accept-terms [--offer]
[--plan]
[--publisher]
[--urn]
Accept Azure Marketplace term so that the image can be used to create VMs. (autogenerated)
az vm image accept-terms --urn publisher:offer:sku:version
Image offer.
Image billing plan.
Image publisher.
URN, in format of 'publisher:offer:sku:version' or 'publisher:offer:sku:edge_zone:version'. If specified, other argument values can be omitted.
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.
List the VM/VMSS images available in the Azure Marketplace.
az vm image list [--all]
[--architecture {Arm64, x64}]
[--edge-zone]
[--location]
[--offer]
[--publisher]
[--sku]
List all available images.
az vm image list --all
List all offline cached CentOS images.
az vm image list -f CentOS
List all CentOS images.
az vm image list -f CentOS --all
Retrieve image list from live Azure service rather using an offline image list.
The name of architecture.
The name of edge zone.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Image offer name, partial name is accepted.
Image publisher name, partial name is accepted.
Image sku name, partial name is accepted.
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.
List the VM image offers available in the Azure Marketplace.
az vm image list-offers --location
--publisher
[--edge-zone]
List all offers from Microsoft in the West US region.
az vm image list-offers -l westus -p MicrosoftWindowsServer
List all offers from OpenLocic in the West US region.
az vm image list-offers -l westus -p OpenLogic
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Image publisher.
The name of edge zone.
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.
List the VM image publishers available in the Azure Marketplace.
az vm image list-publishers --location
[--edge-zone]
List all publishers in the West US region.
az vm image list-publishers -l westus
List all publishers with names starting with "Open" in westus.
az vm image list-publishers -l westus --query "[?starts_with(name, 'Open')]"
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of edge zone.
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.
List the VM image SKUs available in the Azure Marketplace.
az vm image list-skus --location
--offer
--publisher
[--edge-zone]
List all skus available for CentOS published by OpenLogic in the West US region.
az vm image list-skus -l westus -f CentOS -p OpenLogic
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Image offer.
Image publisher.
The name of edge zone.
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.
Get the details for a VM image available in the Azure Marketplace.
az vm image show [--edge-zone]
[--location]
[--offer]
[--publisher]
[--sku]
[--urn]
[--version]
Show information for the latest available CentOS image from OpenLogic.
latest=$(az vm image list -p OpenLogic -s 7.3 --all --query \
"[?offer=='CentOS'].version" -o tsv | sort -u | tail -n 1)
az vm image show -l westus -f CentOS -p OpenLogic --sku 7.3 --version ${latest}
Get the details for a VM image available in the Azure Marketplace. (autogenerated)
az vm image show --location westus --urn publisher:offer:sku:version
The name of edge zone.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Image offer.
Image publisher.
Image sku.
URN, in format of 'publisher:offer:sku:version' or 'publisher:offer:sku:edge_zone:version'. If specified, other argument values can be omitted.
Image sku's version.
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.
Azure CLI feedback
Azure CLI is an open source project. Select a link to provide feedback: