Skip to content

Commit 01dfd56

Browse files
authored
fixing table formatting for attestation sample
1 parent 51e8770 commit 01dfd56

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-instances/confidential-containers-attestation-concepts.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The exhaustive list of attributes that are part of the SEV-SNP attestation can b
2929

3030
Some important fields to consider in an attestation token returned by [Microsoft Azure Attestation ( MAA )](../attestation/overview.md)
3131

32-
| Claim | Sample value | Description |
33-
|---------------------------|-------------------------------------------------------------|-------------|
34-
| x-ms-attestation-type | sevsnpvm | String value that describes the attestation type. For example, in this scenario sevsnp hardware |
35-
| x-ms-compliance-status | azure-compliant-uvm | Compliance status of the utility VM that runs the container group. |
36-
| x-ms-sevsnpvm-hostdata | 670fff86714a650a49b58fadc1e90fedae0eb32dd51e34931c1e7a1839c08f6f | Hash of the cce policy that was generated during deployment. |
37-
| x-ms-sevsnpvm-is-debuggable | false | Flag to indicate whether the underlying hardware is running in debug mode |
32+
| Claim | Sample value | Description |
33+
|:---------------------------:|:----------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
34+
| x-ms-attestation-type | sevsnpvm | String value that describes the attestation type. For example, in this scenario sevsnp hardware |
35+
| x-ms-compliance-status | azure-compliant-uvm | Compliance status of the utility VM that runs the container group. |
36+
| x-ms-sevsnpvm-hostdata | 670fff86714a650a49b58fadc1e90fedae0eb32dd51e34931c1e7a1839c08f6f | Hash of the cce policy that was generated using tooling during deployment. |
37+
| x-ms-sevsnpvm-is-debuggable | false | Flag to indicate whether the underlying hardware is running in debug mode |
3838

3939
## Sample attestation token generated by MAA
4040

0 commit comments

Comments
 (0)