You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +66,7 @@ Follow these steps to create a VM image using the Azure CLI.
66
66
| `resource-group` | $resourceGroup | Resource group for Azure Local that you associate with this image. |
67
67
| `custom-location` | $customLocationID | ARM ID of the custom or extended location of your Azure Local instance. |
68
68
| `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. |
70
70
| `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.|
71
71
| `os-type` | $osType | Operating system associated with the source image. This can be Windows or Linux. |
72
72
| `storage-path-id` | $storagePathID | The associated storage path where the VM configuration and the data are saved. |
0 commit comments