Skip to content

Commit 73606ff

Browse files
committed
Add description to Run the following...
1 parent 3d33d44 commit 73606ff

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
@@ -54,7 +54,7 @@ client = IoTFirmwareDefenseMgmtClient(credential=DefaultAzureCredential(), subsc
5454

5555
## Run the following Python script
5656

57-
Copy the following Python script into a `.py` file and save it to the same directory as your firmware image. Replace the `subscription_id` variable with your Azure subscription ID, `resource_group_name` with the name of your Resource Group where you'd like to upload your firmware image, and `firmware_file` with the name of your firmware image.
57+
Copy the following Python script into a `.py` file and save it to the same directory as your firmware image. Replace the `subscription_id` variable with your Azure subscription ID, `resource_group_name` with the name of your Resource Group where you'd like to upload your firmware image, and `firmware_file` with the name of your firmware image, which is saved in the same directory as the Python script.
5858

5959
```python
6060
from azure.identity import DefaultAzureCredential

0 commit comments

Comments
 (0)