Skip to content

Commit 0ccd9f7

Browse files
Merge pull request #290207 from karengu0/velma-docs-nov
Add What's new (release notes) page
2 parents fff105a + 907fb21 commit 0ccd9f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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):

articles/firmware-analysis/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
href: overview-firmware-analysis.md
55
- name: Firmware analysis frequently asked questions
66
href: firmware-analysis-faq.md
7+
- name: What's new?
8+
href: release-notes.md
79
- name: Quickstarts
810
items:
911
- name: Quickstart to use Firmware analysis with Azure CLI

0 commit comments

Comments
 (0)