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>"
65
-
64
+
$imageSourcePath = '"<path to the source image in the Storage account>"'
66
65
```
67
66
67
+
> [!NOTE]
68
+
> For `$imageSourcePath`, the string must be escaped by double quotes, then enclosed by single quotes as follows: `'""'`
69
+
68
70
The parameters are described in the following table:
69
71
70
72
| Parameter | Description |
@@ -73,7 +75,7 @@ The parameters are described in the following table:
73
75
|`resource_group`| Resource group for Azure Local that you associate with this image. |
74
76
|`location`| Location for your Azure Local instance. For example, this could be `eastus`. |
75
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. |
76
-
|`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). <br> **Note**: Make sure that all the Ampersands in the path are escaped with double quotes and the entire path string is wrapped within single quotes. |
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). <br> **Note**: Make sure that all ampersands (&) in the path are escaped with double quotes and the entire path string is then enclosed within single quotes. |
77
79
|`os-type`| Operating system associated with the source image. This can be Windows or Linux. |
0 commit comments