Skip to content

Commit 8df0533

Browse files
authored
Add reminder to let customer know purchase plan as null scenario
1 parent 413b987 commit 8df0533

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/batch/batch-sig-images.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,19 @@ To create a managed image from a snapshot, use Azure command-line tools such as
9797

9898
To create an image from a VM in the portal, see [Capture an image of a VM](../virtual-machines/capture-image-portal.md).
9999

100-
To create an image using a source other than a VM, see [Create an image](../virtual-machines/image-version.md).
101-
102-
To create an image requires purchase plan, see [Supply Azure Marketplace purchase plan information when creating images](../virtual-machines/marketplace-images.md).
100+
To create an image which requires purchase plan, see [Supply Azure Marketplace purchase plan information when creating images](../virtual-machines/marketplace-images.md).
103101

104102
> [!NOTE]
105-
> If the base image requires purchase plan, Batch will need the required purchased image plan information when creating pools. You have to make sure that the image has the correct plan information when you create it.
103+
> If the base image does not require a purchase plan, the purchase plan information must be left empty. In other words, specifying a purchase plan is not required.
104+
>
105+
> If the base image requires purchase plan, ensure that the correct plan information is provided when you create it.
106106
>
107107
> For the purchase plan information about these Marketplace images, see the guidance for [Linux](../virtual-machines/linux/cli-ps-findimage.md#check-the-purchase-plan-information) or [Windows](../virtual-machines/windows/cli-ps-findimage.md#view-purchase-plan-properties) VMs.
108108
>
109109
> Use Azure PowerShell [Get-AzGalleryImageDefinition](/powershell/module/az.compute/get-azgalleryimagedefinition) or Azure CLI [az sig image-definition show](/cli/azure/sig/image-definition#az-sig-image-definition-show) to check whether the gallery image has correct plan information.
110110
111+
To create an image using a source other than a VM, see [Create an image](../virtual-machines/image-version.md).
112+
111113
## Create a pool from a Shared Image using the Azure CLI
112114

113115
To create a pool from your Shared Image using the Azure CLI, use the `az batch pool create` command. Specify the Shared Image ID in the `--image` field. Make sure the OS type and SKU matches the versions specified by `--node-agent-sku-id`

0 commit comments

Comments
 (0)