Skip to content

Commit d903867

Browse files
Merge pull request #245081 from Padmalathas/Padmalathas-patch-1
Updating the doc to the newer Microsoft.Azure.Batch v16 Nugget library in .Net6.
2 parents e0331d8 + 0467c70 commit d903867

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/batch/batch-docker-container-workloads.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Container workloads on Azure Batch
33
description: Learn how to run and scale apps from container images on Azure Batch. Create a pool of compute nodes that support running container tasks.
44
ms.topic: how-to
5-
ms.date: 05/01/2023
5+
ms.date: 07/14/2023
66
ms.devlang: csharp, python
77
ms.custom: "seodec18, devx-track-csharp"
88
---
@@ -32,6 +32,14 @@ You should be familiar with container concepts and how to create a Batch pool an
3232

3333
- **A supported virtual machine (VM) image**: Containers are only supported in pools created with the Virtual Machine Configuration, from a supported image (listed in the next section). If you provide a custom image, see the considerations in the following section and the requirements in [Use a managed image to create a custom image pool](batch-custom-images.md).
3434

35+
> [!NOTE]
36+
> From Batch SDK versions:
37+
> - Batch .NET SDK version 16.0.0
38+
> - Batch Python SDK version 14.0.0
39+
> - Batch Java SDK version 11.0.0
40+
> - Batch Node.js SDK version 11.0.0
41+
> the `containerConfiguration` requires `Type` property to be passed and the supported values are: `ContainerType.DockerCompatible` and `ContainerType.CriCompatible`.
42+
3543
Keep in mind the following limitations:
3644

3745
- Batch provides remote direct memory access (RDMA) support only for containers that run on Linux pools.

0 commit comments

Comments
 (0)