Skip to content

Commit adc3cb4

Browse files
committed
adding space for image and video tags
1 parent cd60403 commit adc3cb4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Attestation Setup has two setups. One pertaining to the service setup and one pe
2222

2323
:::image type="content" source="./media/tpm_attestation_setup.png" alt-text="A diagram that shows the different interactions for attestation." lightbox="./media/tpm_attestation_setup.png":::
2424

25-
Detailed information about the workflow is described in [Azure attestation workflow](workflow.md)
25+
Detailed information about the workflow is described in [Azure attestation workflow](workflow.md).
2626

2727
### Service endpoint setup:
2828
This is the first step for any attestation to be performed. Setting up an endpoint, this can be performed either via code or using the Azure portal.
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. </li>
3333
<li> Create an endpoint under the desired resource group, with the desired name.
3434

3535
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5azcU]
@@ -45,7 +45,8 @@ Here's how you can set up an attestation endpoint using Portal
4545
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5aoRk]
4646
4747
</li>
48-
Sample policies can be found in the [Policy Samples](tpm-attestation-sample-policies.md) Section.</br>
48+
49+
Sample policies can be found in the [policy section](tpm-attestation-sample-policies.md) .</br>
4950

5051
> [!NOTE]
5152
> Note: TPM endpoints are designed to be provisioned without a default attestation policy.
@@ -56,7 +57,7 @@ Sample policies can be found in the [Policy Samples](tpm-attestation-sample-poli
5657
A client to communicate with the attestation service endpoint needs to ensure it's following the protocol as described in the [protocol documentation](virtualization-based-security-protocol.md). Use the [Attestation Client NuGet](https://www.nuget.org/packages/Microsoft.Attestation.Client) to ease the integration.
5758

5859
<ul>
59-
<li> Add Attestation Reader Role to the identity that will be used for authentication against the endpoint.
60+
<li> Add Attestation Reader Role to the identity that will be need for authentication against the endpoint. Azure i
6061

6162
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5aoRi]
6263
@@ -71,6 +72,7 @@ Using the [Client](https://github.com/microsoft/Attestation-Client-Samples) to t
7172

7273
</br>
7374
Here's a sample of the contents of the attestation report.
75+
7476
:::image type="content" source="./media/sampledecodedtoken.jpg" alt-text="Sample decoded token for tpm attestation" lightbox="./media/sampledecodedtoken.jpg":::
7577

7678
Using the Open ID [metadata endpoint](https://learn.microsoft.com/rest/api/attestation/metadata-configuration/get?tabs=HTTP) 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)