Skip to content

Commit 907fb21

Browse files
committed
add quotations for a cli command
1 parent 0bde091 commit 907fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/firmware-analysis/quickstart-upload-firmware-using-azure-command-line-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The output of this command includes a `name` property, which is your firmware ID
6060
3. Upload your firmware image to Azure Storage. Replace `pathToFile` with the path to your firmware image on your local machine.
6161
6262
```azurecli
63-
az storage blob upload -f pathToFile --blob-url %sasURL%
63+
az storage blob upload -f "pathToFile" --blob-url %sasURL%
6464
```
6565
6666
Here's an example workflow of how you could use these commands to create and upload a firmware image. To learn more about using variables in CLI commands, visit [How to use variables in Azure CLI commands](/cli/azure/azure-cli-variables?tabs=bash):

0 commit comments

Comments
 (0)