Skip to content

Commit 3da0bd0

Browse files
fixed warnings.
1 parent 7798377 commit 3da0bd0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/confidential-computing/how-to-fortanix-confidential-computing-manager-node-agent.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: confidential-computing
88
ms.workload: infrastructure
99
ms.topic: how-to
1010
ms.date: 03/24/2021
11-
ms.author: JenCook
11+
ms.author: JBCook
1212
---
1313

1414
# Run an application by using Fortanix Confidential Computing Manager
@@ -124,7 +124,7 @@ A Fortanix CCM Image is a software release or version of an application. Each im
124124

125125
An application whose domain is approved, will get a TLS Certificate from Fortanix Confidential Computing Manager. This certificate will have the domain as a subject name which will allow all requests from this domain to be served by the application. If this domain is not approved, the image will run but it will not be issued any TLS certificate from Fortanix Confidential Computing Manager.
126126

127-
Switch to the **Tasks** menu on the left and select **Approve** to whitelist the pending requests to allow the domain and image.
127+
Switch to the **Tasks** menu on the left and select **Approve** to approve the pending requests to allow the domain and image.
128128

129129
## Enroll the compute node agent in Azure
130130

@@ -160,8 +160,8 @@ Creating a Fortanix Node Agent will deploy a virtual machine, network interface,
160160
1. Paste the token generated earlier in **Join Token**.
161161
162162
:::image type="content" source="media/how-to-fortanix-confidential-computing-manager-node-agent/create-node-agent.png" alt-text="Screenshot that shows how to create a node agent.":::
163-
:::image type="content" source="media/how-to-fortanix-confidential-computing-manager-node-agent/create-node-agent-1.png" alt-text="Screenshot that shows how to create a node agent.":::
164-
:::image type="content" source="media/how-to-fortanix-confidential-computing-manager-node-agent/create-node-agent-2.png" alt-text="Screenshot that shows how to create a node agent.":::
163+
:::image type="content" source="media/how-to-fortanix-confidential-computing-manager-node-agent/create-node-agent-1.png" alt-text="Screenshot that shows how to create a node agent-1.":::
164+
:::image type="content" source="media/how-to-fortanix-confidential-computing-manager-node-agent/create-node-agent-2.png" alt-text="Screenshot that shows how to create a node agent-2.":::
165165
166166
1. Select **Review + create**. Ensure the validation passes and then select **Create**. When all the resources deploy, the compute node is now enrolled in Fortanix Confidential Computing Manager.
167167
@@ -186,9 +186,9 @@ Run the application by executing the following command. Ensure you change the No
186186
187187
Where:
188188
189-
- *52.152.206.164* is the Node Agent Host IP.
190-
- *9092* is the default port on which the Node Agent listens to.
191-
- *fortanix/python-flask-sgx* is the converted app that can be found in the Images menu under the **Image Name** column in the **Images** table in the Fortanix Confidential Computing Manager Web Portal.
189+
- `52.152.206.164` is the Node Agent Host IP.
190+
- `9092` is the default port on which the Node Agent listens to.
191+
- `fortanix/python-flask-sgx` is the converted app that can be found in the Images menu under the **Image Name** column in the **Images** table in the Fortanix Confidential Computing Manager Web Portal.
192192
193193
## Verify and monitor the running application
194194

0 commit comments

Comments
 (0)