Skip to content

Commit b32917f

Browse files
Merge pull request #218294 from lauradolan/acc-cvm-links
Confidential Computing: guest attestation sample app links
2 parents a4fee8d + 74d0b78 commit b32917f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/confidential-computing/guest-attestation-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: reprasa
66
ms.service: virtual-machines
77
ms.subservice: confidential-computing
88
ms.topic: how-to
9-
ms.date: 09/29/2022
9+
ms.date: 11/14/2022
1010
ms.custom: template-concept, ignite-2022
1111
---
1212

@@ -30,7 +30,7 @@ To use a sample application in C++ for use with the guest attestation APIs, foll
3030

3131
1. Sign in to your VM.
3232

33-
1. Clone the sample Linux application.
33+
1. Clone the [sample Linux application](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-platform-checker-exe/Linux).
3434

3535
1. Install the `build-essential` package. This package installs everything required for compiling the sample application.
3636

@@ -59,7 +59,7 @@ To use a sample application in C++ for use with the guest attestation APIs, foll
5959
#### [Windows](#tab/windows)
6060

6161
1. Install Visual Studio with the [**Desktop development with C++** workload](/cpp/build/vscpp-step-0-installation).
62-
1. Clone the sample Windows application.
62+
1. Clone the [sample Windows application](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-platform-checker-exe/Windows).
6363
1. Build your project. From the **Build** menu, select **Build Solution**.
6464
1. After the build succeeds, go to the `Release` build folder.
6565
1. Run the application by running the `AttestationClientApp.exe`.

0 commit comments

Comments
 (0)