Skip to content

Commit 2347358

Browse files
author
Julia Shimanskiy
committed
fixes for pr review catches
1 parent a12ea84 commit 2347358

11 files changed

+18
-11
lines changed

articles/confidential-computing/quick-create-marketplace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ssh [email protected]
104104
You can find the Public IP address of your VM in the Azure portal, under the Overview section of your virtual machine.
105105

106106
[!div class="mx-imgBorder"]
107-
![IP address in Azure portal](media/quick-create-portal/publicip-virtualmachine.png)
107+
![IP address in Azure portal](media/quick-create-portal/public-ip-virtual-machine.png)
108108

109109
If you're running on Windows and don't have a BASH shell, install an SSH client, such as PuTTY.
110110

articles/confidential-computing/quick-create-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
3636

3737
1. Find and select **Virtual machine**.
3838

39-
![Deploy a VM](media/quick-create-portal/compute-virtualmachine.png)
39+
![Deploy a VM](media/quick-create-portal/compute-virtual-machine.png)
4040

4141
1. On the Virtual machine landing page, select **Create**.
4242

@@ -61,16 +61,16 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
6161
* **Toggle the image for Gen 2**: Confidential compute virtual machines only run on [Generation 2](../virtual-machines/linux/generation-2.md) images. Ensure the image you select is a Gen 2 image. Click the **Advanced** tab above where you're configuring the virtual machine. Scroll down until you find the section labeled "VM Generation". Select Gen 2 and then go back to the **Basics** tab.
6262

6363

64-
![Advanced Tab](media/quick-create-portal/advancedtab-virtualmachine.png)
64+
![Advanced Tab](media/quick-create-portal/advanced-tab-virtual-machine.png)
6565

6666

67-
![VM Generation](media/quick-create-portal/gen2-virtualmachine.png)
67+
![VM Generation](media/quick-create-portal/gen2-virtual-machine.png)
6868

6969
* **Return to basic configuration**: Go back to the **Basics** tab using the navigation at the top.
7070

7171
1. Choose a virtual machine with confidential compute capabilities in the size selector by choosing **change size**. In the virtual machine size selector, click **Clear all filters**. Choose **Add filter**, select **Family** for the filter type, and then select only **Confidential compute**.
7272

73-
![DCsv2-Series VMs](media/quick-create-portal/dcsv2-virtualmachines.png)
73+
![DCsv2-Series VMs](media/quick-create-portal/dcsv2-virtual-machines.png)
7474

7575
> [!TIP]
7676
> You should see sizes **DC1s_v2**, **DC2s_v2**, **DC4s_V2**, and **DC8_v2**. These are the only virtual machine sizes that currently support confidential computing. [Learn more](virtual-machine-solutions.md).
@@ -90,7 +90,7 @@ If you don't have an Azure subscription, [create an account](https://azure.micro
9090

9191
* **Public inbound ports**: Choose **Allow selected ports** and select **SSH (22)** and **HTTP (80)** in the **Select public inbound ports** list. If you're deploying a Windows VM, select **HTTP (80)** and **RDP (3389)**. In this quickstart, this step is necessary to connect to the VM and complete the Open Enclave SDK configuration.
9292

93-
![Inbound ports](media/quick-create-portal/inboundport-virtualmachine.png)
93+
![Inbound ports](media/quick-create-portal/inbound-port-virtual-machine.png)
9494

9595

9696
1. Make changes in the **Disks** tab.
@@ -124,7 +124,7 @@ ssh [email protected]
124124
You can find the Public IP address of your VM in the Azure portal, under the Overview section of your virtual machine.
125125

126126
[!div class="mx-imgBorder"]
127-
![IP address in Azure portal](media/quick-create-portal/publicip-virtualmachine.png)
127+
![IP address in Azure portal](media/quick-create-portal/public-ip-virtual-machine.png)
128128

129129
If you're running on Windows and don't have a BASH shell, install an SSH client, such as PuTTY.
130130

@@ -180,7 +180,7 @@ sudo apt -y install clang-7 libssl-dev gdb libsgx-enclave-common libsgx-enclave-
180180
```
181181

182182
> [!NOTE]
183-
> This step also installs the [az-dcap-client](https://github.com/microsoft/azure-dcap-client) package which is necessary for performing remote attestation in Azure. A general implementation for using Intel DCAP outside the Azure environment is coming soon.
183+
> This step also installs the [az-dcap-client](https://github.com/microsoft/azure-dcap-client) package which is necessary for performing remote attestation in Azure.
184184
185185
#### 4. **Verify the Open Enclave SDK install**
186186

0 commit comments

Comments
 (0)