Skip to content

Commit f8633af

Browse files
authored
Adjusted tables
1 parent bc508ba commit f8633af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/security/fundamentals/trusted-hardware-identity-management.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ curl GET "http://169.254.169.254/metadata/THIM/amd/certification" -H "Metadata:
8989
### How do I request AMD collateral in an Azure Kuberenetes Service (AKS) Container on a Confidential Virtual Machine (CVM) node?
9090
9191
Follow the steps below for requesting AMD collateral in a confidential container.
92-
1. Start by creating an AKS cluster on CVM mode or adding a CVM node pool to the existing cluster
92+
1. Start by creating an AKS cluster on CVM mode or adding a CVM node pool to the existing cluster.
9393
1. Create an AKS Cluster on CVM node.
94-
1. Create a resource group in one of the CVM supported regions
94+
1. Create a resource group in one of the CVM supported regions.
9595
```bash
9696
az group create --resource-group <RG_NAME> --location <LOCATION>
9797
```
@@ -142,9 +142,9 @@ Follow the steps below for requesting AMD collateral in a confidential container
142142
143143
**Arguments**
144144
| Name | Type | Description |
145-
|-------|------|------------|
145+
| -- | -- | -- |
146146
| Metadata | Boolean | Setting to True to allow for collateral to be returned |
147-
3. Run the job by applying the curl.yaml
147+
3. Run the job by applying the curl.yaml.
148148
```bash
149149
kubectl apply -f curl.yaml
150150
```
@@ -155,7 +155,7 @@ Follow the steps below for requesting AMD collateral in a confidential container
155155
156156
**Example Response**
157157
| Name | Ready | Status | Restarts | Age |
158-
|-----|------|------|------|-----|
158+
| -- | -- | -- | -- | -- |
159159
| Curl-w7nt8 | 0/1 | Completed | 0 | 72s |
160160
5. Run the following command to get the job logs and validate if it is working. A successful output should include vcekCert, tcbm and certificateChain.
161161
```bash

0 commit comments

Comments
 (0)