Skip to content

Commit aa6051c

Browse files
authored
Merge pull request #158025 from cynthn/patch-546
Update create-portal-availability-zone.md issue https://github.com/MicrosoftDocs/azure-docs/issues/61370
2 parents eda0133 + 64605f6 commit aa6051c

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed
Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Create a zoned VM with the Azure portal
3-
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
44
documentationcenter: virtual-machines
55
author: mimckitt
66
ms.service: virtual-machines
77
ms.topic: conceptual
8-
ms.date: 3/8/2021
8+
ms.date: 5/10/2021
99
ms.author: mimckitt
1010
ms.reviewer: cynthn
1111
ms.custom:
@@ -19,48 +19,37 @@ To use an availability zone, create your virtual machine in a [supported Azure r
1919

2020
## Sign in to Azure
2121

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.
2323

24-
## Create virtual machine
24+
1. Click **Create a resource** > **Compute** > **Virtual machine**.
2525

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).
2727

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.
2929

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-
![Enter basic information about your VM in the portal blade](./media/create-portal-availability-zone/create-windows-vm-portal-basic-blade.png)
30+
5. Under **Availability options**, select **Availability zone** dropdown.
3331

32+
1. Under **Availability zone**, select a zone from the drop-down list.
33+
3434
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.
3535

36-
![Select a VM size](./media/create-portal-availability-zone/create-windows-vm-portal-sizes.png)
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**.
3937

40-
![Select an availability zone](./media/create-portal-availability-zone/create-windows-vm-portal-availability-zone.png)
38+
7. Once the information is verified, select **Create**.
4139

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.
4541

4642
## Confirm zone for managed disk and IP address
4743

4844
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.
4945

5046
You can confirm the zone settings for these resources in the portal.
5147

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-
![Availability zone for managed disk](./media/create-portal-availability-zone/create-windows-vm-portal-disk.png)
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-
![Availability zone for IP address](./media/create-portal-availability-zone/create-windows-vm-portal-ip.png)
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.
6249

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.
6351

52+
6453
## Next steps
6554

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

Comments
 (0)