Skip to content

Commit a044ef5

Browse files
authored
Update batch-sig-images.md
1 parent c2c414e commit a044ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 Azure Compute Gallery to create a custom image pool
33
description: Custom image pools are an efficient way to configure compute nodes to run your Batch workloads.
44
ms.topic: concept-article
5-
ms.date: 06/25/2024
5+
ms.date: 07/01/2025
66
ms.devlang: csharp
77
# ms.devlang: csharp, python
88
ms.custom: devx-track-python, devx-track-azurecli
@@ -40,7 +40,7 @@ Using a Shared Image configured for your scenario can provide several advantages
4040
- **an Azure Compute Gallery image**. To create a Shared Image, you need to have or create a managed image resource. The image should be created from snapshots of the VM's OS disk and optionally its attached data disks.
4141

4242
> [!NOTE]
43-
> If the Shared Image is not in the same subscription as the Batch account, you must [register the Microsoft.Batch resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider) for the subscription that uses the Shared Image. The two subscriptions must be in the same Microsoft Entra tenant.
43+
> If the Shared Image is in a different subscription than the Batch account, you must [register the Microsoft.Batch resource provider](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider) in the subscription where the Shared Image resides. Both the subscriptions must belong to the same Microsoft Entra tenant.
4444
>
4545
> The image can be in a different region as long as it has replicas in the same region as your Batch account.
4646

0 commit comments

Comments
 (0)