You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a Windows VM in an availability zone with the Azure portal
3
+
description: Create a VM in an availability zone with the Azure portal
4
4
documentationcenter: virtual-machines
5
5
author: mimckitt
6
6
ms.service: virtual-machines
7
7
ms.topic: conceptual
8
-
ms.date: 3/8/2021
8
+
ms.date: 5/10/2021
9
9
ms.author: mimckitt
10
10
ms.reviewer: cynthn
11
11
ms.custom:
@@ -19,48 +19,37 @@ To use an availability zone, create your virtual machine in a [supported Azure r
19
19
20
20
## Sign in to Azure
21
21
22
-
Sign in to the Azure portal at https://portal.azure.com.
22
+
1.Sign in to the Azure portal at https://portal.azure.com.
23
23
24
-
## Create virtual machine
24
+
1. Click **Create a resource** > **Compute** > **Virtual machine**.
25
25
26
-
1. Click **Create a resource**in the upper left-hand corner of the Azure portal.
26
+
3. Enter the virtual machine information. The user name and password is used to sign in to the virtual machine. The password must be at least 12 characters long and meet the [defined complexity requirements](faq.md#what-are-the-password-requirements-when-creating-a-vm).
27
27
28
-
2. Select **Compute**, and then select **Windows Server 2016 Datacenter**.
28
+
4. Choose a region such as East US 2 that supports availability zones.
29
29
30
-
3. Enter the virtual machine information. The user name and password entered here is used to sign in to the virtual machine. The password must be at least 12 characters long and meet the [defined complexity requirements](faq.md#what-are-the-password-requirements-when-creating-a-vm). Choose a Location such as East US 2 that supports availability zones. When complete, click **OK**.
31
-
32
-

30
+
5. Under **Availability options**, select **Availability zone** dropdown.
33
31
32
+
1. Under **Availability zone**, select a zone from the drop-down list.
33
+
34
34
4. Choose a size for the VM. Select a recommended size, or filter based on features. Confirm the size is available in the zone you want to use.
35
35
36
-

37
-
38
-
5. Under **Settings** > **High availability**, select one of the numbered zones from the **Availability zone** dropdown, keep the remaining defaults, and click **OK**.
36
+
6. Finish filling in the information for your VM. When you are done, select **Review + create**.
39
37
40
-

38
+
7. Once the information is verified, select **Create**.
41
39
42
-
6. On the summary page, click **Create** to start the virtual machine deployment.
43
-
44
-
7. The VM will be pinned to the Azure portal dashboard. Once the deployment has completed, the VM summary automatically opens.
40
+
1. After the VM is created, you can see the availability zone listed in the **Essentials section** on the page for the VM.
45
41
46
42
## Confirm zone for managed disk and IP address
47
43
48
44
When the VM is deployed in an availability zone, a managed disk for the VM is created in the same availability zone. By default, a public IP address is also created in that zone.
49
45
50
46
You can confirm the zone settings for these resources in the portal.
51
47
52
-
1. Click **Resource groups** and then the name of the resource group for the VM, such as *myResourceGroup*.
53
-
54
-
2. Click the name of the Disk resource. The **Overview** page includes details about the location and availability zone of the resource.
55
-
56
-

57
-
58
-
3. Click the name of the Public IP address resource. The **Overview** page includes details about the location and availability zone of the resource.
59
-
60
-

61
-
48
+
1. Select **Disks** from the left menu and then select the OS disk. The page for the disk includes details about the location and availability zone of the disk.
62
49
50
+
1. Back on the page for the VM, select the public IP address. In the left menu, select **Properties**. The properties page includes details about the location and availability zone of the public IP address.
63
51
52
+
64
53
## Next steps
65
54
66
-
In this article, you learned how to create a VM in an availability zone. Learn more about [availability](../availability.md) for Azure VMs.
55
+
In this article, you learned how to create a VM in an availability zone. Learn more about [availability](../availability.md) for Azure VMs.
0 commit comments