Skip to content

Commit 543750c

Browse files
authored
Merge pull request #188425 from PriyankaRudramaina/patch-8
(AzureCXP) fixes MicrosoftDocs/azure-docs#87876
2 parents 32e9cd7 + 4b4d773 commit 543750c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ The advantage of prefetching container images is that when tasks first start run
8989

9090
To configure a container-enabled pool without prefetched container images, define `ContainerConfiguration` and `VirtualMachineConfiguration` objects as shown in the following examples. These examples use the Ubuntu Server for Azure Batch container pools image from the Marketplace.
9191

92+
**Note**: Ubuntu server version used in the example is for illustration purposes. Feel free to change the node_agent_sku_id to the version you are using.
93+
9294
```python
9395
image_ref_to_use = batch.models.ImageReference(
9496
publisher='microsoft-azure-batch',

0 commit comments

Comments
 (0)