Skip to content

Commit 7a5f504

Browse files
committed
Updated example-specific screenshots and alt text for the 'Confirming your device provisioning registration' section
1 parent 175b491 commit 7a5f504

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed
-54.8 KB
Loading
11.2 KB
Loading
-59.3 KB
Loading
12 KB
Loading
-8.5 KB
Loading

articles/iot-dps/quick-create-simulated-device-symm-key.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Once you create the individual enrollment, a **primary key** and **secondary key
206206

207207
1. Copy the value of the generated **Primary key**.
208208

209-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-device-enrollment-primary-key.png" alt-text="Copy the primary key of the device enrollment":::
209+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-device-enrollment-primary-key.png" alt-text="Screenshot showing the enrollment details, highlighting the Copy button for the primary key of the device enrollment":::
210210

211211
<a id="firstbootsequence"></a>
212212

@@ -232,7 +232,7 @@ To update and run the provisioning sample with your device information:
232232

233233
2. Copy the **ID Scope** value.
234234

235-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/extract-dps-endpoints.png" alt-text="Extract Device Provisioning Service endpoint information":::
235+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/extract-dps-endpoints.png" alt-text="Screenshot showing the overview of the Device Provisioning Service instance, highlighting the ID Scope value for the instance.":::
236236

237237
3. In Visual Studio, open the *azure_iot_sdks.sln* solution file that was generated by running CMake. The solution file should be in the following location:
238238

@@ -319,7 +319,7 @@ To update and run the provisioning sample with your device information:
319319
320320
2. Copy the **ID Scope** value.
321321
322-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/extract-dps-endpoints.png" alt-text="Extract Device Provisioning Service endpoint information":::
322+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/extract-dps-endpoints.png" alt-text="Screenshot showing the overview of the Device Provisioning Service instance, highlighting the ID Scope value for the instance.":::
323323
324324
3. Open a command prompt and go to the *SymmetricKeySample* in the cloned sdk repository:
325325
@@ -388,7 +388,7 @@ To update and run the provisioning sample with your device information:
388388
389389
2. Copy the **ID Scope** and **Global device endpoint** values.
390390
391-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-id-scope-and-global-device-endpoint.png" alt-text="Extract Device Provisioning Service endpoint information":::
391+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-id-scope-and-global-device-endpoint.png" alt-text="Screenshot showing the overview of the Device Provisioning Service instance, highlighting the global device endpoint and ID Scope values for the instance.":::
392392
393393
3. Open a command prompt for executing Node.js commands, and go to the following directory:
394394
@@ -476,7 +476,7 @@ To update and run the provisioning sample with your device information:
476476
477477
2. Copy the **ID Scope** and **Global device endpoint** values.
478478
479-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-id-scope-and-global-device-endpoint.png" alt-text="Extract Device Provisioning Service endpoint information":::
479+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-id-scope-and-global-device-endpoint.png" alt-text="Screenshot showing the overview of the Device Provisioning Service instance, highlighting the global device endpoint and ID Scope values for the instance.":::
480480
481481
3. Open a command prompt and go to the directory where the sample file, _provision_symmetric_key.py_, is located.
482482
@@ -575,7 +575,7 @@ To update and run the provisioning sample with your device information:
575575
576576
2. Copy the **ID Scope** and **Global device endpoint** values. These values are your `SCOPE_ID` and `GLOBAL_ENDPOINT` parameters, respectively.
577577
578-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-id-scope-and-global-device-endpoint.png" alt-text="Extract Device Provisioning Service endpoint information":::
578+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/copy-id-scope-and-global-device-endpoint.png" alt-text="Screenshot showing the overview of the Device Provisioning Service instance, highlighting the global device endpoint and ID Scope values for the instance.":::
579579
580580
3. Open the Java device sample code for editing. The full path to the device sample code is:
581581
@@ -645,36 +645,36 @@ To update and run the provisioning sample with your device information:
645645
646646
3. Select the IoT hub to which your device was assigned.
647647
648-
4. In the **Explorers** menu, select **IoT Devices**.
648+
4. In the **Device management** menu, select **Devices**.
649649
650-
5. If your device was provisioned successfully, the device ID should appear in the list, with **Status** set as *enabled*. If you don't see your device, select **Refresh** at the top of the page.
650+
5. If your device was provisioned successfully, the device ID should appear in the list, with **Status** set as *Enabled*. If you don't see your device, select **Refresh** at the top of the page.
651651
652652
:::zone pivot="programming-language-ansi-c"
653653
654-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration.png" alt-text="Device is registered with the IoT hub":::
654+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration.png" alt-text="Screenshot showing that the device is registered with the IoT hub and enabled for the C example.":::
655655
656656
::: zone-end
657657
:::zone pivot="programming-language-csharp"
658658
659-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-csharp.png" alt-text="CSharp device is registered with the IoT hub":::
659+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-csharp.png" alt-text="Screenshot showing that the device is registered with the IoT hub and enabled for the C# example.":::
660660
661661
::: zone-end
662662
663663
:::zone pivot="programming-language-nodejs"
664664
665-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-nodejs.png" alt-text="Node.js device is registered with the IoT hub":::
665+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-nodejs.png" alt-text="Screenshot showing that the device is registered with the IoT hub and enabled for the Node.js example.":::
666666
667667
::: zone-end
668668
669669
:::zone pivot="programming-language-python"
670670
671-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-python.png" alt-text="Python device is registered with the IoT hub":::
671+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-python.png" alt-text="Screenshot showing that the device is registered with the IoT hub and enabled for the Python example.":::
672672
673673
::: zone-end
674674
675675
::: zone pivot="programming-language-java"
676676
677-
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-java.png" alt-text="Java device is registered with the IoT hub":::
677+
:::image type="content" source="./media/quick-create-simulated-device-symm-key/hub-registration-java.png" alt-text="Screenshot showing that the device is registered with the IoT hub and enabled for the Java example.":::
678678
679679
::: zone-end
680680

0 commit comments

Comments
 (0)