Skip to content

Commit 4189413

Browse files
authored
Merge pull request #249575 from cynthn/azureedition
Azure Edition
2 parents ee83078 + a92630b commit 4189413

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
41.6 KB
Loading
257 Bytes
Loading

articles/virtual-machines/windows/quick-create-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.collection: windows
77
ms.topic: quickstart
88
ms.workload: infrastructure
9-
ms.date: 08/29/2022
9+
ms.date: 08/28/2023
1010
ms.author: cynthn
1111
ms.custom: mvc, mode-ui
1212
---
@@ -28,9 +28,9 @@ Sign in to the [Azure portal](https://portal.azure.com).
2828
1. Enter *virtual machines* in the search.
2929
1. Under **Services**, select **Virtual machines**.
3030
1. In the **Virtual machines** page, select **Create** and then **Azure virtual machine**. The **Create a virtual machine** page opens.
31-
1. Under **Instance details**, enter *myVM* for the **Virtual machine name** and choose *Windows Server 2022 Datacenter - Gen 2* for the **Image**. Leave the other defaults.
31+
1. Under **Instance details**, enter *myVM* for the **Virtual machine name** and choose *Windows Server 2022 Datacenter: Azure Edition - x64 Gen 2* for the **Image**. Leave the other defaults.
3232

33-
:::image type="content" source="media/quick-create-portal/instance-details.png" alt-text="Screenshot of the Instance details section where you provide a name for the virtual machine and select its region, image and size.":::
33+
:::image type="content" source="media/quick-create-portal/instance-details.png" alt-text="Screenshot of the Instance details section where you provide a name for the virtual machine and select its region, image and size." lightbox="media/quick-create-portal/instance-details.png":::
3434

3535
> [!NOTE]
3636
> Some users will now see the option to create VMs in multiple zones. To learn more about this new capability, see [Create virtual machines in an availability zone](../create-portal-availability-zone.md).
@@ -50,7 +50,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
5050

5151

5252
1. After validation runs, select the **Create** button at the bottom of the page.
53-
:::image type="content" source="media/quick-create-portal/validation.png" alt-text="Screenshot showing that validation has passed. Select the Create button to create the VM.":::
53+
:::image type="content" source="media/quick-create-portal/validation.png" alt-text="Screenshot showing that validation has passed. Select the Create button to create the VM." lightbox="media/quick-create-portal/validation.png":::
5454

5555
1. After deployment is complete, select **Go to resource**.
5656

articles/virtual-machines/windows/quick-create-powershell.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ New-AzVm `
4444
-ResourceGroupName 'myResourceGroup' `
4545
-Name 'myVM' `
4646
-Location 'East US' `
47+
-Image 'MicrosoftWindowsServer:WindowsServer:2022-datacenter-azure-edition:latest' `
4748
-VirtualNetworkName 'myVnet' `
4849
-SubnetName 'mySubnet' `
4950
-SecurityGroupName 'myNetworkSecurityGroup' `

0 commit comments

Comments
 (0)