Skip to content

Commit 42c2f39

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#122646
Updated line number 325, 352. Included 325 line number Additionally, you need to ensure that the source image's region or replica and target region are the same. 352 line number CLI " --location myLocation"
1 parent 7c8e97f commit 42c2f39

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)