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
$imageSourcePath = '"<path to the source image in the Storage account>"'
64
+
$imageSourcePath = '"<Blob SAS URL path to the source image in the storage account>"'
65
65
```
66
66
67
67
> [!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: `'""'`.
69
69
70
70
The parameters are described in the following table:
71
71
@@ -75,7 +75,7 @@ The parameters are described in the following table:
75
75
|`resource_group`| Resource group for Azure Local that you associate with this image. |
76
76
|`location`| Location for your Azure Local instance. For example, this could be `eastus`. |
77
77
|`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: `'""'`. |
79
79
|`os-type`| Operating system associated with the source image. This can be Windows or Linux. |
0 commit comments