Skip to content

Commit 557b60e

Browse files
committed
updated links to be relative
1 parent 318c752 commit 557b60e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ A client to communicate with the attestation service endpoint needs to ensure it
5858

5959
<ul>
6060
<li>
61-
An Azure AD identity is needed to access the TPM endpoint.
61+
Prerequisite: An Azure AD identity is needed to access the TPM endpoint.
6262

63-
Learn more [Azure AD identity tokens](azure/active-directory/develop/access-tokens.md).
63+
Learn more [Azure AD identity tokens](../active-directory/develop/v2-overview.md).
6464
</li>
6565
<li> Add Attestation Reader Role to the identity that will be need for authentication against the endpoint. Azure i
6666

@@ -80,4 +80,4 @@ Here's a sample of the contents of the attestation report.
8080

8181
:::image type="content" source="./media/sampledecodedtoken.jpg" alt-text="Sample decoded token for tpm attestation" lightbox="./media/sampledecodedtoken.jpg":::
8282

83-
Using the Open ID [metadata endpoint](/rest/api/attestation/metadata-configuration) 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.
83+
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.

0 commit comments

Comments
 (0)