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
The [*guest attestation*](guest-attestation-confidential-vms.md) feature helps you to confirm that a confidential VM runs on a hardware-based trusted execution environment (TEE) with security features enabled for isolation and integrity.
16
16
17
-
Sample applications for use with the guest attestation APIs are [available on GitHub](https://github.com/Azure/confidential-computing-cvm-guest-attestation) for [Linux](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-linux-app) and [Windows](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-windows-app).
17
+
Sample applications for use with the guest attestation APIs are [available on GitHub](https://github.com/Azure/confidential-computing-cvm-guest-attestation).
18
18
19
19
Depending on your [type of scenario](guest-attestation-confidential-vms.md#scenarios), you can reuse the sample code in your client program or workload code.
20
20
@@ -30,7 +30,7 @@ To use a sample application in C++ for use with the guest attestation APIs, foll
30
30
31
31
1. Sign in to your VM.
32
32
33
-
1. Clone the [sample Linux application](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-linux-app).
33
+
1. Clone the sample Linux application.
34
34
35
35
1. Install the `build-essential` package. This package installs everything required for compiling the sample application.
36
36
@@ -59,7 +59,7 @@ To use a sample application in C++ for use with the guest attestation APIs, foll
59
59
#### [Windows](#tab/windows)
60
60
61
61
1. Install Visual Studio with the [**Desktop development with C++** workload](/cpp/build/vscpp-step-0-installation).
62
-
1. Clone the [sample Windows application](https://github.com/Azure/confidential-computing-cvm-guest-attestation/tree/main/cvm-guest-attestation-windows-app).
62
+
1. Clone the sample Windows application.
63
63
1. Build your project. From the **Build** menu, select**Build Solution**.
64
64
1. After the build succeeds, go to the `Release` build folder.
65
65
1. Run the application by running the `AttestationClientApp.exe`.
0 commit comments