|
1 | 1 | ---
|
2 |
| -title: Create and encrypt a Windows VM with the Azure portal |
3 |
| -description: In this quickstart, you learn how to use the Azure portal to create and encrypt a Windows virtual machine |
| 2 | +title: Create and encrypt a Linux VM with the Azure portal |
| 3 | +description: In this quickstart, you learn how to use the Azure portal to create and encrypt a Linux virtual machine |
4 | 4 | author: msmbaldwin
|
5 | 5 | ms.author: mbaldwin
|
6 |
| -ms.service: virtual-machines-windows |
| 6 | +ms.service: virtual-machines-linux |
7 | 7 | ms.subservice: security
|
8 | 8 | ms.topic: quickstart
|
9 | 9 | ms.date: 10/02/2019
|
10 | 10 | ---
|
11 | 11 |
|
12 |
| -# Quickstart: Create and encrypt a Windows virtual machine with the Azure portal |
| 12 | +# Quickstart: Create and encrypt a virtual machine with the Azure portal |
13 | 13 |
|
14 |
| -Azure virtual machines (VMs) can be created through the Azure portal. The Azure portal is a browser-based user interface to create VMs and their associated resources. In this quickstart you will use the Azure portal to deploy a Windows virtual machine (VM) running Ubuntu 18.04 LTS, create a key vault for the storage of encryption keys, and encrypt the VM. |
| 14 | +Azure virtual machines (VMs) can be created through the Azure portal. The Azure portal is a browser-based user interface to create VMs and their associated resources. In this quickstart you will use the Azure portal to deploy a Linux virtual machine (VM) running Ubuntu 18.04 LTS, create a key vault for the storage of encryption keys, and encrypt the VM. |
15 | 15 |
|
16 | 16 | If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
|
17 | 17 |
|
18 | 18 | ## Sign in to Azure
|
19 | 19 |
|
20 | 20 | Sign in to the [Azure portal](https://portal.azure.com).
|
21 | 21 |
|
22 |
| - |
23 | 22 | ## Create a virtual machine
|
24 | 23 |
|
25 | 24 | 1. Choose **Create a resource** in the upper left corner of the Azure portal.
|
26 |
| -1. In the New page, under Popular, select **Windows Server 2016 Datacenter**. |
27 |
| -1. In the Basics tab, under Project details, make sure the correct subscription is selected and then choose to **Create new resource group**. Enter *myResourceGroup* as the name. |
| 25 | +1. In the New page, under Popular, select **Ubuntu Server 18.04 LTS**. |
| 26 | +1. In the **Basics** tab, under **Project details**, make sure the correct subscription is selected. |
| 27 | +1. For **Resource group**, select the resource group you created when making your key vault above (e.g., **myResourceGroup**). |
28 | 28 | 1. For **Virtual machine name**, enter *MyVM*.
|
29 |
| -1. For **Region**, select the same region you used when making your key vault above (e.g., *East US*). |
| 29 | +1. For **Region**, select the same region you used when making your key vault above (e.g., **East US**). |
30 | 30 | 1. Make sure the **Size** is *Standard D2s v3*.
|
31 | 31 | 1. Under **Administrator account**, select **Password**. Enter a user name and a password.
|
32 | 32 |
|
33 |
| - :::image type="content" source="../media/disk-encryption/portal-qs-windows-vm-creation.png" alt-text="ResourceGroup creation screen"::: |
| 33 | + :::image type="content" source="./media/disk-encryption/portal-qs-vm-creation.png" alt-text="ResourceGroup creation screen"::: |
| 34 | + |
34 | 35 |
|
35 | 36 | > [!WARNING]
|
36 |
| - > The "Disks" tab features an "Encryption Type" field under **Disk options**. This field is used to specify encryption options for [Managed Disks](managed-disks.md) + CMK, not for Azure Disk Encryption. |
| 37 | + > The "Disks" tab features an "Encryption Type" field under **Disk options**. This field is used to specify encryption options for [Managed Disks](managed-disks-overview.md) + CMK, not for Azure Disk Encryption. |
37 | 38 | >
|
38 | 39 | > To avoid confusion, we suggest you skip the *Disks* tab entirely while completing this tutorial.
|
39 | 40 |
|
40 |
| -1. Select the "Management" tab and verify that you have a Diagnostics Storage Account. If you have no storage accounts, select "Create New", give your new account a name, and select "Ok". |
| 41 | +1. Select the "Management" tab and verify that you have a Diagnostics Storage Account. If you have no storage accounts, select "Create New", give your new account a name, and select "Ok" |
41 | 42 |
|
42 |
| - :::image type="content" source="../media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen"::: |
| 43 | + :::image type="content" source="./media/disk-encryption/portal-qs-vm-creation-storage.png" alt-text="ResourceGroup creation screen"::: |
43 | 44 |
|
44 | 45 | 1. Click "Review + Create".
|
45 | 46 | 1. On the **Create a virtual machine** page, you can see the details about the VM you are about to create. When you are ready, select **Create**.
|
@@ -71,14 +72,13 @@ It will take a few minutes for your VM to be deployed. When the deployment is fi
|
71 | 72 | 1. Leave the **Key** field blank and choose **Select**.
|
72 | 73 | 1. At the top of the encryption screen, click **Save**. A popup will warn you that the VM will reboot. Click **Yes**.
|
73 | 74 |
|
74 |
| - |
75 | 75 | ## Clean up resources
|
76 | 76 |
|
77 | 77 | When no longer needed, you can delete the resource group, virtual machine, and all related resources. To do so, select the resource group for the virtual machine, select Delete, then confirm the name of the resource group to delete.
|
78 | 78 |
|
79 | 79 | ## Next steps
|
80 | 80 |
|
81 |
| -In this quickstart, you created a Key Vault that was enable for encryption keys, created a virtual machine, and enabled the virtual machine for encryption. |
| 81 | +In this quickstart, you created a Key Vault that was enabled for encryption keys, created a virtual machine, and enabled the virtual machine for encryption. |
82 | 82 |
|
83 | 83 | > [!div class="nextstepaction"]
|
84 | 84 | > [Azure Disk Encryption overview](disk-encryption-overview.md)
|
0 commit comments