Skip to content

Commit 3d33d44

Browse files
committed
Add periods in bullets
1 parent c973857 commit 3d33d44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ This quickstart assumes a basic understanding of Defender for IoT Firmware Analy
2020

2121
### Prepare your environment
2222

23-
* Python version 3.8+ is required to use this package. Run the command `python --version` to check your Python version
24-
* Make note of your Azure subscription ID, the name of your Resource Group where you'd like to upload your images, your workspace name, and the name of the firmware image that you'd like to upload
25-
* Ensure that your Azure account has the necessary permissions to upload firmware images to Defender for IoT Firmware Analysis for your Azure subscription. You must be an Owner, Contributor, Security Admin, or Firmware Analysis Admin at the Subscription or Resource Group level to upload firmware images. For more information, visit [Defender for IoT Firmware Analysis Roles, Scopes, and Capabilities](/azure/defender-for-iot/device-builders/defender-iot-firmware-analysis-rbac#defender-for-iot-firmware-analysis-roles-scopes-and-capabilities)
26-
* Ensure that your firmware image is stored in the same directory as the Python script
23+
* Python version 3.8+ is required to use this package. Run the command `python --version` to check your Python version.
24+
* Make note of your Azure subscription ID, the name of your Resource Group where you'd like to upload your images, your workspace name, and the name of the firmware image that you'd like to upload.
25+
* Ensure that your Azure account has the necessary permissions to upload firmware images to Defender for IoT Firmware Analysis for your Azure subscription. You must be an Owner, Contributor, Security Admin, or Firmware Analysis Admin at the Subscription or Resource Group level to upload firmware images. For more information, visit [Defender for IoT Firmware Analysis Roles, Scopes, and Capabilities](/azure/defender-for-iot/device-builders/defender-iot-firmware-analysis-rbac#defender-for-iot-firmware-analysis-roles-scopes-and-capabilities).
26+
* Ensure that your firmware image is stored in the same directory as the Python script.
2727
* Install the packages needed to run this script:
2828
```python
2929
pip install azure-mgmt-iotfirmwaredefense
3030
pip install azure-identity
3131
```
32-
* Visit [Authorize your application](/azure/azure-web-pubsub/howto-authorize-from-application) to create an application
32+
* Visit [Authorize your application](/azure/azure-web-pubsub/howto-authorize-from-application) to create an application.
3333
* Once you've created your application, save your Azure client ID and Azure tenant ID from the **Overview** page:
3434
:::image type="content" source="media/quickstart-upload-firmware-using-python/overview-client-id-tenant-id.png" alt-text="Screenshot that shows the Overview page of the application." lightbox="media/quickstart-upload-firmware-using-python/overview-client-id-tenant-id.png":::
3535
* Save your Azure client secret from the **Certificates & secrets** page. Be sure to copy the value right away because the Azure client secret will only be shown once.

0 commit comments

Comments
 (0)