Skip to content

Commit 71043d0

Browse files
Merge pull request #18023 from v-sissondan/sto-image-vms
SAS URL path to image in storage account
2 parents 880443c + 1d1a22c commit 71043d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-local/manage/virtual-machine-image-storage-account.md

Lines changed: 4 additions & 4 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: 05/08/2025
10+
ms.date: 05/27/2025
1111
---
1212

1313
# Create Azure Local VM image using image in Azure Storage account
@@ -61,11 +61,11 @@ $resource_group = "<Resource group>"
6161
$location = "<Location for your Azure Local>"
6262
$osType = "<OS of source image>"
6363
$imageName = "<VM image name>"
64-
$imageSourcePath = '"<path to the source image in the Storage account>"'
64+
$imageSourcePath = '"<Blob SAS URL path to the source image in the storage account>"'
6565
```
6666

6767
> [!NOTE]
68-
> For `$imageSourcePath`, the string must be escaped by double quotes, then enclosed by single quotes as follows: `'""'`
68+
> For `$imageSourcePath`, the string must be escaped by double quotes, then enclosed by single quotes as follows: `'""'`.
6969
7070
The parameters are described in the following table:
7171

@@ -75,7 +75,7 @@ The parameters are described in the following table:
7575
| `resource_group` | Resource group for Azure Local that you associate with this image. |
7676
| `location` | Location for your Azure Local instance. For example, this could be `eastus`. |
7777
| `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. |
78-
| `imageSourcePath`| Path to the Blob SAS URL of the image in the Storage account. For more information, see instructions on how to [Get a blob SAS URL of the image in the Storage account](/azure/applied-ai-services/form-recognizer/create-sas-tokens#use-the-azure-portal). |
78+
| `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**: The path string must be escaped by double quotes, then enclosed by single quotes as follows: `'""'`. |
7979
| `os-type` | Operating system associated with the source image. This can be Windows or Linux. |
8080

8181
Here's a sample output:

0 commit comments

Comments
 (0)