You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-dps/quick-create-simulated-device-symm-key.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ Once you create the individual enrollment, a **primary key** and **secondary key
206
206
207
207
1. Copy the value of the generated **Primary key**.
208
208
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":::
210
210
211
211
<aid="firstbootsequence"></a>
212
212
@@ -232,7 +232,7 @@ To update and run the provisioning sample with your device information:
232
232
233
233
2. Copy the **ID Scope** value.
234
234
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.":::
236
236
237
237
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:
238
238
@@ -319,7 +319,7 @@ To update and run the provisioning sample with your device information:
319
319
320
320
2. Copy the **ID Scope** value.
321
321
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.":::
323
323
324
324
3. Open a command prompt and go to the *SymmetricKeySample* in the cloned sdk repository:
325
325
@@ -388,7 +388,7 @@ To update and run the provisioning sample with your device information:
388
388
389
389
2. Copy the **ID Scope** and **Global device endpoint** values.
390
390
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.":::
392
392
393
393
3. Open a command prompt for executing Node.js commands, and go to the following directory:
394
394
@@ -476,7 +476,7 @@ To update and run the provisioning sample with your device information:
476
476
477
477
2. Copy the **ID Scope** and **Global device endpoint** values.
478
478
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.":::
480
480
481
481
3. Open a command prompt and go to the directory where the sample file, _provision_symmetric_key.py_, is located.
482
482
@@ -575,7 +575,7 @@ To update and run the provisioning sample with your device information:
575
575
576
576
2. Copy the **ID Scope** and **Global device endpoint** values. These values are your `SCOPE_ID` and `GLOBAL_ENDPOINT` parameters, respectively.
577
577
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.":::
579
579
580
580
3. Open the Java device sample code for editing. The full path to the device sample code is:
581
581
@@ -645,36 +645,36 @@ To update and run the provisioning sample with your device information:
645
645
646
646
3. Select the IoT hub to which your device was assigned.
647
647
648
-
4. In the **Explorers** menu, select **IoT Devices**.
648
+
4. In the **Device management** menu, select **Devices**.
649
649
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.
651
651
652
652
:::zone pivot="programming-language-ansi-c"
653
653
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.":::
655
655
656
656
::: zone-end
657
657
:::zone pivot="programming-language-csharp"
658
658
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.":::
660
660
661
661
::: zone-end
662
662
663
663
:::zone pivot="programming-language-nodejs"
664
664
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.":::
666
666
667
667
::: zone-end
668
668
669
669
:::zone pivot="programming-language-python"
670
670
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.":::
672
672
673
673
::: zone-end
674
674
675
675
::: zone pivot="programming-language-java"
676
676
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.":::
0 commit comments