Skip to content

Commit 26d33b7

Browse files
committed
enrollments ui - review 2
1 parent 6d11b87 commit 26d33b7

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed
-972 Bytes
Loading
Binary file not shown.
Binary file not shown.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,11 @@ In this section, you'll build and run the TPM simulator. This simulator listens
222222
npm install node-gyp -g
223223
npm install ffi-napi -g
224224
```
225+
225226
> [!NOTE]
226-
> There are some known issues to installing the above packages. To resolve these issues, run `npm install --global --production windows-build-tools` using a command prompt in **Run as administrator** mode, run `SET VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140` after replacing the path with your installed version, and then rerun the above installation commands.
227+
> There are some known issues to installing the above packages. To resolve these issues, run `npm install --global --production windows-build-tools` using a command prompt in **Run as administrator** mode, run `SET VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140` after replacing the path with your installed version, and then rerun the above installation commands.
227228
>
228-
229+
229230
5. Install all required packages running the following command at your command prompt in the **registerdevice** folder:
230231

231232
```cmd/sh
@@ -407,7 +408,7 @@ In this section, you'll build and execute a sample that reads the endorsement ke
407408
::: zone pivot="programming-language-ansi-c, programming-language-nodejs, programming-language-java"
408409
409410
<!-- INCLUDE -->
410-
[!INCLUDE [iot-dps-individual-enrollment-key.md](../../includes/iot-dps-individual-enrollment-key.md)]
411+
[!INCLUDE [iot-dps-individual-enrollment-tpm.md](../../includes/iot-dps-individual-enrollment-tpm.md)]
411412
412413
::: zone-end
413414
@@ -416,7 +417,7 @@ In this section, you'll build and execute a sample that reads the endorsement ke
416417
The C# TPM sample for this quickstart doesn't provide a registration ID. When prompted to add one for the individual enrollment, provide your own value.
417418
418419
<!-- INCLUDE -->
419-
[!INCLUDE [iot-dps-individual-enrollment-key.md](../../includes/iot-dps-individual-enrollment-key.md)]
420+
[!INCLUDE [iot-dps-individual-enrollment-tpm.md](../../includes/iot-dps-individual-enrollment-tpm.md)]
420421
421422
::: zone-end
422423
::: zone pivot="programming-language-csharp, programming-language-ansi-c, programming-language-nodejs, programming-language-java"

articles/iot-dps/quick-enroll-device-tpm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,19 +399,19 @@ To verify that the individual enrollment has been created:
399399
400400
:::zone pivot="programming-language-csharp"
401401
402-
:::image type="content" source="./media/quick-enroll-device-tpm/verify-enrollment-csharp.png" alt-text="Verify enrollment for C# individual device in the portal.":::
402+
:::image type="content" source="./media/quick-enroll-device-tpm/verify-enrollment-csharp.png" alt-text="Verify enrollment for C# individual device in the portal.":::
403403
404404
:::zone-end
405405
406406
:::zone pivot="programming-language-nodejs"
407407
408-
:::image type="content" source="./media/quick-enroll-device-tpm/verify-enrollment-nodejs.png" alt-text="Verify enrollment for Node.js individual device in the portal.":::
408+
:::image type="content" source="./media/quick-enroll-device-tpm/verify-enrollment-nodejs.png" alt-text="Verify enrollment for Node.js individual device in the portal.":::
409409
410410
:::zone-end
411411
412412
:::zone pivot="programming-language-java"
413413
414-
:::image type="content" source="./media/quick-enroll-device-tpm/verify-enrollment-java.png" alt-text="Verify enrollment for Java individual device in the portal.":::
414+
:::image type="content" source="./media/quick-enroll-device-tpm/verify-enrollment-java.png" alt-text="Verify enrollment for Java individual device in the portal.":::
415415
416416
:::zone-end
417417

articles/iot-dps/quick-enroll-device-x509.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,19 +398,19 @@ To verify that the enrollment group has been created:
398398
399399
:::zone pivot="programming-language-csharp"
400400
401-
:::image type="content" source="./media/quick-enroll-device-x509/verify-enrollment-csharp.png" alt-text="Screenshot that shows the newly created enrollment group in the portal.":::
401+
:::image type="content" source="./media/quick-enroll-device-x509/verify-enrollment-csharp.png" alt-text="Screenshot that shows the newly created enrollment group in the portal.":::
402402
403403
:::zone-end
404404
405405
:::zone pivot="programming-language-nodejs"
406406
407-
:::image type="content" source="./media/quick-enroll-device-x509/verify-enrollment-nodejs.png" alt-text="Screenshot that shows the newly created enrollment group in the portal.":::
407+
:::image type="content" source="./media/quick-enroll-device-x509/verify-enrollment-nodejs.png" alt-text="Screenshot that shows the newly created enrollment group in the portal.":::
408408
409409
:::zone-end
410410
411411
:::zone pivot="programming-language-java"
412412
413-
:::image type="content" source="./media/quick-enroll-device-x509/verify-enrollment-java.png" alt-text="Screenshot that shows the newly created enrollment group in the portal.":::
413+
:::image type="content" source="./media/quick-enroll-device-x509/verify-enrollment-java.png" alt-text="Screenshot that shows the newly created enrollment group in the portal.":::
414414
415415
:::zone-end
416416

0 commit comments

Comments
 (0)