Skip to content

Commit 8135e55

Browse files
authored
fixed broken links
1 parent 14ca5d3 commit 8135e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/confidential-computing/concept-skr-attestation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Make sure to set the value of [--sku] to "premium".
3737

3838
A Secure Key Release Policy is a json format release policy as defined [here](/rest/api/keyvault/keys/create-key/create-key?tabs=HTTP#keyreleasepolicy) that specifies a set of claims required in addition to authorization to release the key. The claims here are MAA based claims as referenced [here for SGX](/azure/attestation/attestation-token-examples#sample-jwt-generated-for-sgx-attestation) and here for [AMD SEV-SNP CVM](/azure/attestation/attestation-token-examples#sample-jwt-generated-for-sev-snp-attestation).
3939

40-
Visit the TEE specific [examples page for more details](/skr-flow-confidentialcontainers-aci.md)
40+
Visit the TEE specific [examples page for more details](skr-policy-examples.md)
4141

4242
Before you set an SKR policy make sure to run your TEE application through the remote attestation flow. Remote attestation isn't covered as part of this tutorial.
4343

@@ -80,8 +80,8 @@ This step can be specific to the type of TEE you're running your application Int
8080

8181
Follow these references examples for various TEE types offering with Azure:
8282

83-
- [Application within AMD EV-SNP based CVM's performing Secure Key Release](./skr-flow-cvm-sevsnp-attestation.md)
84-
- [Confidential containers with Azure Container Instances (ACI) with SKR side-car containers](./skr-flow-confidentialcontainers-aci.md)
83+
- [Application within AMD EV-SNP based CVM's performing Secure Key Release](skr-flow-confidential-vm-sev-snp.md)
84+
- [Confidential containers with Azure Container Instances (ACI) with SKR side-car containers](skr-flow-confidential-containers-azure-container-instance.md)
8585
- [Intel SGX based applications performing Secure Key Release - Open Source Solution Mystikos Implementation](https://github.com/deislabs/mystikos/tree/main/samples/confidential_ml#environment)
8686

8787
## Frequently Asked Questions (FAQ)

0 commit comments

Comments
 (0)