Skip to content

Commit fa78c6d

Browse files
committed
addressing blocking issues
1 parent 4c08ef5 commit fa78c6d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/attestation/azure-TPM-VBS-attestation-usage.md renamed to articles/attestation/azure-tpm-vbs-attestation-usage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Attestation can be integrated into various applications and services, catering t
1616

1717
Attesting a platform has its own challenges with its varied components of boot and setup, one needs to rely on a hardware root-of-trust anchor which can be used to verify the first steps of the boot and extend that trust upwards into every layer on your system. A hardware TPM provides such an anchor for a remote attestation solution. Azure Attestation provides a highly scalable measured boot and runtime integrity measurement attestation solution with a revocation framework to give you full control over platform attestation.
1818

19-
## Attestation Steps
19+
## Attestation steps
2020

2121
Attestation Setup has two setups. One pertaining to the service setup and one pertaining to the client setup.
2222

23-
:::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":::
23+
:::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

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

@@ -47,7 +47,7 @@ Sample policies can be found in the [policy section](tpm-attestation-sample-poli
4747
> TPM endpoints are designed to be provisioned without a default attestation policy.
4848
4949

50-
### Client Setup:
50+
### Client setup:
5151
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.
5252

5353
1 Prerequisite: An Azure AD identity is needed to access the TPM endpoint.
@@ -57,15 +57,15 @@ Learn more [Azure AD identity tokens](../active-directory/develop/v2-overview.md
5757
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5aoRi]
5858
5959

60-
## Execute the Attestation Workflow:
60+
## Execute the attestation workflow:
6161
Using the [Client](https://github.com/microsoft/Attestation-Client-Samples) to trigger an attestation flow. A successful attestation will result in an attestation report (encoded JWT token). Parsing the JWT token, the contents of the report can be easily validated against expected outcome.
6262

6363
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5azcT]
6464
6565

6666
Here's a sample of the contents of the attestation report.
6767
git mv OLD-FILENAME NEW-FILENAME
68-
:::image type="content" source="./media/sample-decoded-token.jpg" alt-text="Sample decoded token for tpm attestation." lightbox="./media/sample-decoded-token.jpg":::
68+
:::image type="content" source="./media/sample-decoded-token.jpg" alt-text="Sample snapshot of a decoded token for tpm attestation." lightbox="./media/sample-decoded-token.jpg":::
6969

7070
Using the Open ID [metadata endpoint](/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.
7171

131 KB
Loading
Binary file not shown.

articles/attestation/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- name: Azure Diagnostic Monitoring
2929
href: azure-diagnostic-monitoring.md
3030
- name: How to perform TPM and VBS attestation
31-
href: azure-TPM-VBS-attestation-usage.md
31+
href: azure-tpm-vbs-attestation-usage.md
3232
- name: How to perform SGX attestation
3333
href: /samples/browse/?expanded=azure&terms=attestation
3434
- name: Examples

articles/attestation/tpm-attestation-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ issuancerules
245245

246246
## Next steps
247247

248-
- [Try out TPM attestation](azure-TPM-VBS-attestation-usage.md)
248+
- [Try out TPM attestation](azure-tpm-vbs-attestation-usage.md)
249249
- [Device Health Attestation on Windows and interacting with Azure Attestation](/windows/client-management/mdm/healthattestation-csp#windows-11-device-health-attestation)
250250
- [Learn more about claim rule grammar](claim-rule-grammar.md)
251251
- [Attestation policy claim rule functions](claim-rule-functions.md)

0 commit comments

Comments
 (0)