Skip to content

Commit eec4578

Browse files
Merge pull request #268379 from JJJessieWang/patch-3
Update batch-custom-images.md
2 parents 7d05964 + ed0cc04 commit eec4578

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/batch/batch-custom-images.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use a managed image to create a custom image pool
33
description: Create a Batch custom image pool from a managed image to provision compute nodes with the software and data for your application.
44
ms.topic: conceptual
5-
ms.date: 04/06/2023
5+
ms.date: 03/18/2024
66
ms.devlang: csharp
77
---
88

@@ -38,10 +38,12 @@ To scale Batch pools reliably with a managed image, we recommend creating the ma
3838

3939
### Prepare a VM
4040

41-
If you're creating a new VM for the image, use a first party Azure Marketplace image supported by Batch as the base image for your managed image. Only first party images can be used as a base image. To get a full list of Azure Marketplace image references supported by Azure Batch, see the [List node agent SKUs](/java/api/com.microsoft.azure.batch.protocol.accounts.listnodeagentskus) operation.
41+
If you're creating a new VM for the image, use a first party Azure Marketplace image supported by Batch as the base image for your managed image. Only first party images can be used as a base image. To get a full list of Azure Marketplace image references supported by Azure Batch, see [List Supported Images](/rest/api/batchservice/account/listsupportedimages).
4242

4343
> [!NOTE]
44-
> You can't use a third-party image that has additional license and purchase terms as your base image. For 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.
44+
> You can't use a third-party image that has additional license and purchase terms as your base image. For 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.
45+
>
46+
> To use third-party image, you can use the Azure Compute Gallery. Please refer to [Use the Azure Compute Gallery to create a custom image pool](./batch-sig-images.md) for more information.
4547
4648
- Ensure the VM is created with a managed disk. This is the default storage setting when you create a VM.
4749
- Don't install Azure extensions, such as the Custom Script extension, on the VM. If the image contains a preinstalled extension, Azure may encounter problems when deploying the Batch pool.

0 commit comments

Comments
 (0)