Skip to content

Commit 1d2eac1

Browse files
committed
updated with next steps
1 parent 557b60e commit 1d2eac1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/attestation/azure-TPM-VBS-attestation-usage.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ This is the first step for any attestation to be performed. Setting up an endpoi
2929

3030
Here's how you can set up an attestation endpoint using Portal
3131
<ul>
32-
<li> Prerequisite: Access to the Microsoft Azure Active Directory(Azure AD) tenant and subscription under which you want to create the attestation endpoint. </li>
32+
<li> Prerequisite: Access to the Microsoft Azure Active Directory(Azure AD) tenant and subscription under which you want to create the attestation endpoint.
33+
34+
Learn more about setting up an [Azure AD tenant](../active-directory/develop/quickstart-create-new-tenant.md).</li>
35+
3336
<li> Create an endpoint under the desired resource group, with the desired name.
3437

3538
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5azcU]
@@ -81,3 +84,8 @@ Here's a sample of the contents of the attestation report.
8184
:::image type="content" source="./media/sampledecodedtoken.jpg" alt-text="Sample decoded token for tpm attestation" lightbox="./media/sampledecodedtoken.jpg":::
8285

8386
Using the Open ID [metadata endpoint](../../rest/api/attestation/metadata-configuration.md) contains properties, which describe the attestation service.The signing keys describe the keys, which will be used to sign tokens generated by the attestation service. All tokens emitted by the attestation service will be signed by one of the certificates listed in the attestation signing keys.
87+
88+
## Next steps
89+
- [Set up Azure Attestation using PowerShell](quickstart-powershell.md)
90+
- [Attest an SGX enclave using code samples](/samples/browse/?expanded=azure&terms=attestation)
91+
- [Learn more about policy versions](policy-reference.md)

0 commit comments

Comments
 (0)