Skip to content

Commit 0f4577c

Browse files
Merge pull request #276005 from SaibabaBalapur-MSFT/patch-126
(AzureCXP) fixes MicrosoftDocs/azure-docs#122646
2 parents eb6270a + 42c2f39 commit 0f4577c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-machines/image-version.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
322322

323323
In the subscription where the source image exists, grant reader permissions to the user. Once the user has reader permission to the source image, login to both accounts (source and target).
324324

325-
You will need the `tenantID` of the source image, the `subscriptionID` for the subscription where the new image will be stored (target), and the `resourceID` of the source image.
325+
You will need the `tenantID` of the source image, the `subscriptionID` for the subscription where the new image will be stored (target), and the `resourceID` of the source image. Additionally, you need to ensure that the source image's region or replica and target region are the same.
326326

327327
### [CLI](#tab/cli2)
328328

@@ -349,6 +349,7 @@ az sig image-version create `
349349
--gallery-name myGallery `
350350
--resource-group myResourceGroup `
351351
--image-version $sourceImageID
352+
--location myLocation
352353
```
353354

354355

0 commit comments

Comments
 (0)