Skip to content

Commit a703ff8

Browse files
authored
move absolute address
1 parent 8f8ea1e commit a703ff8

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
@@ -99,14 +99,14 @@ To create an image from a VM in the portal, see [Capture an image of a VM](../vi
9999

100100
To create an image using a source other than a VM, see [Create an image](../virtual-machines/image-version.md).
101101

102-
To create an image requires purchase plan, see [Supply Azure Marketplace purchase plan information when creating images](https://learn.microsoft.com/en-us/azure/virtual-machines/marketplace-images).
102+
To create an image requires purchase plan, see [Supply Azure Marketplace purchase plan information when creating images](../virtual-machines/marketplace-images).
103103

104104
> [!NOTE]
105105
> If the base image requires purchase plan, Batch will need the required purchased image plan information when creating pools. You have to make sure that the image has the correct plan information when you create it.
106106
>
107107
> For the purchase plan 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.
108108
>
109-
> Use Azure PowerShell [Get-AzGalleryImageDefinition](https://learn.microsoft.com/en-us/powershell/module/az.compute/get-azgalleryimagedefinition) or Azure CLI [az sig image-definition show](https://learn.microsoft.com/en-us/cli/azure/sig/image-definition?view=azure-cli-latest#az-sig-image-definition-show) to check whether the gallery image has correct plan information.
109+
> Use Azure PowerShell [Get-AzGalleryImageDefinition](/powershell/module/az.compute/get-azgalleryimagedefinition) or Azure CLI [az sig image-definition show](/cli/azure/sig/image-definition?view=azure-cli-latest#az-sig-image-definition-show) to check whether the gallery image has correct plan information.
110110
111111
## Create a pool from a Shared Image using the Azure CLI
112112

0 commit comments

Comments
 (0)