Skip to content

Commit 259095e

Browse files
committed
PM feedback
1 parent f1fc68d commit 259095e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/batch/batch-custom-images.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Provision a custom pool from a managed image
33
description: Create a Batch pool from a managed image resource to provision compute nodes with the software and data for your application.
44
ms.topic: conceptual
5-
ms.date: 05/18/2020
5+
ms.date: 05/20/2020
66
---
77

88
# Use a managed image to create a pool of virtual machines
@@ -54,14 +54,14 @@ To create a managed image from a snapshot, use Azure command-line tools such as
5454

5555
## Create a pool from a custom image
5656

57-
Once you have saved your custom image and you know its resource ID or name, create a Batch pool from that image. The following steps show you how to create a pool from a Shared Image using the C# SDK.
57+
Once you have found the resource ID of your managed image, create a custom image pool from that image. The following steps show you how to create a custom image pool using either Batch Service or Batch Management.
5858

5959
> [!NOTE]
6060
> Make sure that the identity you use for Azure AD authentication has permissions to the image resource. See [Authenticate Batch service solutions with Active Directory](batch-aad-auth.md).
6161
>
6262
> The resource for the managed image must exist for the lifetime of the pool. If the underlying resource is deleted, the pool cannot be scaled.
6363
64-
### C#
64+
### Batch Service .NET SDK
6565

6666
```csharp
6767
private static VirtualMachineConfiguration CreateVirtualMachineConfiguration(ImageReference imageReference)
@@ -91,7 +91,7 @@ private static void CreateBatchPool(BatchClient batchClient, VirtualMachineConfi
9191
}
9292
```
9393

94-
### REST API
94+
### Batch Management REST API
9595

9696
REST API URI
9797

articles/batch/batch-sig-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use the Shared Image Gallery to create a custom pool
33
description: Custom images are an efficient way to configure compute nodes to run your Batch workloads.
44
ms.topic: conceptual
5-
ms.date: 05/18/2020
5+
ms.date: 05/20/2020
66
---
77

88
# Use the Shared Image Gallery to create a custom pool
@@ -48,7 +48,7 @@ In Azure, you can prepare a managed image from:
4848
- A generalized on-premises VHD uploaded to the cloud
4949

5050
> [!NOTE]
51-
> Currently, Batch only supports generalized custom images. You can't create a custom image from a specialized image at this time.
51+
> Currently, Batch only supports managed images. You can't create a custom image pool from a specialized image at this time.
5252
5353
To scale Batch pools reliably with a custom image, we recommend creating a managed image using *only* the first method: using snapshots of the VM's disks. See the following steps to prepare a VM, take a snapshot, and create an image from the snapshot.
5454

0 commit comments

Comments
 (0)