Skip to content

Commit 67bdc29

Browse files
committed
Update indented blocks in CLI quickstart
1 parent 8a3d87d commit 67bdc29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/defender-for-iot/device-builders/quickstart-upload-firmware-using-CLI.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ This quickstart assumes a basic understanding of Defender for IoT Firmware Analy
2626

2727
* When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see [Use extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview).
2828
* Install the Defender for IoT Firmware Analysis extension by running the following command:
29-
```azurecli
30-
az extension add --name firmwareanalysis
31-
```
29+
```azurecli
30+
az extension add --name firmwareanalysis
31+
```
3232

3333
* To find the version and dependent libraries that are installed, run the command [az version](/cli/azure/reference-index?#az-version). To upgrade to the latest version, run the command [az upgrade](/cli/azure/reference-index?#az-upgrade).
3434

@@ -54,9 +54,9 @@ The output of this command includes a `name` property, which is your firmware ID
5454
5555
3. Upload your firmware image to Azure Storage. Replace `pathToFile` with the path to your firmware image on your local machine.
5656
57-
```azurecli
58-
az storage blob upload -f pathToFile --blob-url $sasURL
59-
```
57+
```azurecli
58+
az storage blob upload -f pathToFile --blob-url $sasURL
59+
```
6060
6161
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):
6262

0 commit comments

Comments
 (0)