Skip to content

Commit cb53160

Browse files
authored
Update skr-policy-examples.md
made clearer that example VMID will be different to the customer VMID
1 parent 40fea8b commit cb53160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/confidential-computing/skr-policy-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Follow the policy [grammar](/azure/key-vault/keys/policy-grammar) for more examp
130130

131131
```
132132

133-
**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)
133+
**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, edit the 'equals' part of the claim in the example below with the desired, unique VMID)
134134

135135
```json
136136
{
@@ -149,7 +149,7 @@ Follow the policy [grammar](/azure/key-vault/keys/policy-grammar) for more examp
149149
},
150150
{
151151
"claim": "x-ms-azurevm-vmid",
152-
"equals": "B958DC88-E41D-47F1-8D20-E57B6B7E9825"
152+
"equals": "<PLACE YOUR VMID here - for example - B958DC88-E41D-47F1-8D20-E57B6B7E9825>"
153153
}
154154
]
155155
}

0 commit comments

Comments
 (0)