Skip to content

Commit 41404d5

Browse files
committed
added review comments
1 parent 3fb024a commit 41404d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-local/manage/virtual-machine-image-local-share.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.service: azure-local
88
ms.custom:
99
- devx-track-azurecli
10-
ms.date: 12/10/2025
10+
ms.date: 12/11/2025
1111
---
1212

1313
# Create Azure Local VM image using images in a local share
@@ -52,7 +52,7 @@ Follow these steps to create a VM image using the Azure CLI.
5252
$resourceGroup = "<Resource group>"
5353
$customLocationID = "<Custom or extended location of your Azure Local instance>"
5454
$location = "<Location for your Azure Local>"
55-
$imageSourcePath = '"<Blob SAS URL path to the source image in the storage account>"'
55+
$imageSourcePath = '"<Path to the source image in local share>"'
5656
$imageName = "<VM image name>"
5757
$osType = "<OS of source image>"
5858
$storagePathID = "/subscriptions/<Subscription ID>/resourceGroups/local-rg/providers/Microsoft.AzureStackHCI/storagecontainers/local-sp"
@@ -66,7 +66,7 @@ Follow these steps to create a VM image using the Azure CLI.
6666
| `resource-group` | $resourceGroup | Resource group for Azure Local that you associate with this image. |
6767
| `custom-location` | $customLocationID | ARM ID of the custom or extended location of your Azure Local instance. |
6868
| `location` | $location | Location for your Azure Local instance. For example, this could be `eastus`. |
69-
| `image-path` | $imageSourcePath | Blob SAS URL path to the source image in the storage account. For instructions, see [Generating SAS tokens](/azure/applied-ai-services/form-recognizer/create-sas-tokens#generating-sas-tokens).<br> **Note:** Escape the path with double quotes, then enclose it with single quotes. For example, `'"<Blob SAS URL path to the source image in the storage account>"'`. |
69+
| `image-path` | $imageSourcePath | Path to the source gallery image (VHDX only) in local share. For example, `C:\OSImages\winos.vhdx`. See the prerequisites of the source image. |
7070
| `name` | $imageName | Name of the VM image created starting with the image in your local share. <br> **Note:** Azure rejects all the names that contain the keyword Windows.|
7171
| `os-type` | $osType | Operating system associated with the source image. This can be Windows or Linux. |
7272
| `storage-path-id` | $storagePathID | The associated storage path where the VM configuration and the data are saved. |

0 commit comments

Comments
 (0)