Skip to content

Commit c9372a9

Browse files
committed
Image alt-text
1 parent 9ed798d commit c9372a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/iot-dps/quick-create-simulated-device-tpm.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ In this section, you'll build and execute a sample that reads the endorsement ke
357357
358358
1. Sign in to the Azure portal, select the **All resources** button on the left-hand menu and open your Device Provisioning Service. Note your _ID Scope_ and _Provisioning Service Global Endpoint_.
359359
360-
![Device Provisioning Service information](./media/quick-create-simulated-device-tpm/copy-id-scope-and-global-device-endpoint.png)
360+
![Screenshot of Device Provisioning Service overview page in the Azure portal.](./media/quick-create-simulated-device-tpm/copy-id-scope-and-global-device-endpoint.png)
361361
362362
2. Edit `src/main/java/samples/com/microsoft/azure/sdk/iot/ProvisioningTpmSample.java` to include your _ID Scope_ and _Provisioning Service Global Endpoint_ as noted before.
363363
@@ -436,7 +436,8 @@ In this section, you'll configure sample code to use the [Advanced Message Queui
436436
437437
2. Copy the **_ID Scope_** value.
438438
439-
![Extract Device Provisioning Service endpoint information from the portal](./media/quick-create-simulated-device-tpm/extract-dps-endpoints.png)
439+
![Screenshot of the ID Scope value in the Device Provisioning Service overview page from the portal.](./media/quick-create-simulated-device-tpm/extract-dps-endpoints.png)
440+
440441
3. In Visual Studio's *Solution Explorer* window, navigate to the **Provision\_Samples** folder. Expand the sample project named **prov\_dev\_client\_sample**. Expand **Source Files**, and open **prov\_dev\_client\_sample.c**.
441442
442443
4. Near the top of the file, find the `#define` statements for each device protocol as shown below. Make sure only `SAMPLE_AMQP` is uncommented.
@@ -496,7 +497,7 @@ In this section, you'll configure sample code to use the [Advanced Message Queui
496497
497498
2. Copy the **_ID Scope_** value.
498499
499-
![Copy provisioning service Scope ID from the portal blade](./media/quick-create-simulated-device-tpm/extract-dps-endpoints.png)
500+
![Screenshot that shows copying the provisioning service Scope ID from the portal.](./media/quick-create-simulated-device-tpm/extract-dps-endpoints.png)
500501
501502
3. In a command prompt, change directories to the project directory for the TPM device provisioning sample.
502503
@@ -533,7 +534,7 @@ In this section, you'll configure sample code to use the [Advanced Message Queui
533534
534535
2. Copy the **_ID Scope_** value.
535536
536-
![Extract Device Provisioning Service endpoint information from the portal blade](./media/quick-create-simulated-device-tpm/extract-dps-endpoints.png)
537+
![Screenshot that shows copying the Device Provisioning Service endpoint information from the portal.](./media/quick-create-simulated-device-tpm/extract-dps-endpoints.png)
537538
538539
3. Open a text editor of your choice.
539540

0 commit comments

Comments
 (0)