Skip to content

Commit b141d58

Browse files
committed
Azure Edition
1 parent cf73e01 commit b141d58

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 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,7 +28,7 @@ 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

3333
:::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.":::
3434

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)