Skip to content

Commit c973857

Browse files
committed
Add screenshots
1 parent dbc7c97 commit c973857

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
154 KB
Loading
Loading

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,15 @@ This quickstart assumes a basic understanding of Defender for IoT Firmware Analy
2929
pip install azure-mgmt-iotfirmwaredefense
3030
pip install azure-identity
3131
```
32-
* [Configure](/azure/azure-web-pubsub/howto-authorize-from-application) the following environment variables:
33-
* `AZURE_CLIENT_ID` for Azure client ID
34-
* `AZURE_TENANT_ID` for Azure tenant ID
35-
* `AZURE_CLIENT_SECRET` for Azure client secret
32+
* Visit [Authorize your application](/azure/azure-web-pubsub/howto-authorize-from-application) to create an application
33+
* Once you've created your application, save your Azure client ID and Azure tenant ID from the **Overview** page:
34+
:::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":::
35+
* 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.
36+
:::image type="content" source="media/quickstart-upload-firmware-using-python/certs-secrets.png" alt-text="Screenshot that shows the Certificates & secrets page of the application." lightbox="media/quickstart-upload-firmware-using-python/certs-secrets.png":::
37+
* Configure the following environment variables with the three values that you've saved:
38+
* `AZURE_CLIENT_ID` for Azure client ID
39+
* `AZURE_TENANT_ID` for Azure tenant ID
40+
* `AZURE_CLIENT_SECRET` for Azure client secret
3641

3742
In addition, the Azure subscription ID can be configured with the environment variable `AZURE_SUBSCRIPTION_ID`.
3843

0 commit comments

Comments
 (0)