You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SKR can only release exportable marked keys based on the Microsoft Azure Attestation (MAA) generated claims. There's a tight integration on the SKR policy definition to MAA claims. MAA claims by trusted execution environment (TEE)can be found [here.](../attestation/attestation-token-examples.md)
15
+
SKR can only release exportable marked keys based on the Microsoft Azure Attestation (MAA) generated claims. There's a tight integration on the SKR policy definition to MAA claims. MAA claims by trusted execution environment (TEE)can be found [here.](../attestation/attestation-token-examples.md)
16
16
17
-
Follow the policy [grammer](../key-vault/keys/policy-grammar.md) for more examples on how you can customize the SKR policies.
17
+
Follow the policy [grammar](../key-vault/keys/policy-grammar.md) for more examples on how you can customize the SKR policies.
@@ -94,7 +94,7 @@ Follow the policy [grammer](../key-vault/keys/policy-grammar.md) for more exampl
94
94
95
95
## Confidential VM AMD SEV-SNP based VM TEE SKR policy examples
96
96
97
-
**Example 1:** A SKR policy that validates if this is azure compliant CVM and is running on a genuine AMD SEV-SNP hardware and the MAA URL authority is spread across many regions.
97
+
**Example 1:** A SKR policy that validates if this is Azure compliant CVM and is running on a genuine AMD SEV-SNP hardware and the MAA URL authority is spread across many regions.
98
98
99
99
```json
100
100
{
@@ -131,7 +131,7 @@ Follow the policy [grammer](../key-vault/keys/policy-grammar.md) for more exampl
131
131
132
132
```
133
133
134
-
**Example 2:** A SKR policy that validates if the CVM is an Azure compliant CVM and is running on a genuine AMD SEV-SNP hardware and is of a known Virtual Machine ID. (VMIDs are unique across azure)
134
+
**Example 2:** A SKR policy that validates if the CVM is an Azure compliant CVM and is running on a genuine AMD SEV-SNP hardware and is of a known Virtual Machine ID. (VMIDs are unique across Azure)
0 commit comments