Skip to content

Commit dbc7c97

Browse files
committed
Revise bullet 4 of prepare your env
1 parent 01cd356 commit dbc7c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This quickstart assumes a basic understanding of Defender for IoT Firmware Analy
2323
* Python version 3.8+ is required to use this package. Run the command `python --version` to check your Python version
2424
* 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
2525
* 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 following code
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

0 commit comments

Comments
 (0)