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-tpm.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ In this section, you'll build and execute a sample that reads the endorsement ke
357
357
358
358
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_.
359
359
360
-

360
+

361
361
362
362
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.
363
363
@@ -436,7 +436,8 @@ In this section, you'll configure sample code to use the [Advanced Message Queui
436
436
437
437
2. Copy the **_ID Scope_** value.
438
438
439
-

439
+

440
+
440
441
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**.
441
442
442
443
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
496
497
497
498
2. Copy the **_ID Scope_** value.
498
499
499
-

500
+

500
501
501
502
3. In a command prompt, change directories to the project directory for the TPM device provisioning sample.
502
503
@@ -533,7 +534,7 @@ In this section, you'll configure sample code to use the [Advanced Message Queui
533
534
534
535
2. Copy the **_ID Scope_** value.
535
536
536
-

537
+

0 commit comments