Skip to content

Commit c49674b

Browse files
authored
remove snapshot related information
1 parent 8df0533 commit c49674b

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

articles/batch/batch-sig-images.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -84,32 +84,25 @@ Follow these guidelines when creating VMs:
8484
- For faster pool provisioning, use the [ReadWrite disk cache setting](../virtual-machines/premium-storage-performance.md#disk-caching) for the VM's OS disk.
8585

8686
### Create an Azure Compute Gallery
87-
87+
8888
You need to create an Azure Compute Gallery to make your custom image available. Select this gallery when creating image in the following steps. To learn how to create an Azure Compute Gallery for your images, see [Create an Azure Compute Gallery](../virtual-machines/create-gallery.md).
89-
90-
### Create a VM snapshot
91-
92-
A snapshot is a full, read-only copy of a VHD. To create a snapshot of a VM's OS or data disks, you can use the Azure portal or command-line tools. For steps and options to create a snapshot, see the guidance for [VMs](../virtual-machines/snapshot-copy-managed-disk.md).
93-
94-
### Create an image from one or more snapshots
95-
96-
To create a managed image from a snapshot, use Azure command-line tools such as the [az image create](/cli/azure/image) command. Create an image by specifying an OS disk snapshot and optionally one or more data disk snapshots.
97-
89+
90+
### Create an image
91+
9892
To create an image from a VM in the portal, see [Capture an image of a VM](../virtual-machines/capture-image-portal.md).
99-
100-
To create an image which requires purchase plan, see [Supply Azure Marketplace purchase plan information when creating images](../virtual-machines/marketplace-images.md).
93+
94+
To create an image using a source other than a VM, see [Create an image](../virtual-machines/image-version.md).
10195

10296
> [!NOTE]
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.
97+
> If the base image has purchase plan information, ensure that the gallery image has identical purchase plan information as the base image. For more information on creating image which has purchase plan, refer to [Supply Azure Marketplace purchase plan information when creating images](../virtual-machines/marketplace-images.md).
10498
>
105-
> If the base image requires purchase plan, ensure that the correct plan information is provided when you create it.
99+
> If the base image does not have purchase plan information, avoid specifying any purchase plan information for the gallery image.
106100
>
107101
> 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.
108102
>
109103
> 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.
110-
111-
To create an image using a source other than a VM, see [Create an image](../virtual-machines/image-version.md).
112-
104+
105+
113106
## Create a pool from a Shared Image using the Azure CLI
114107

115108
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)