Skip to content

Commit 5afd67a

Browse files
Merge pull request #228536 from cynthn/patch-46
Update ps-template.md
2 parents acccf77 + 6740019 commit 5afd67a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/windows/ps-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use a Resource Manager template and PowerShell to easily create a n
44
author: cynthn
55
ms.service: virtual-machines
66
ms.topic: how-to
7-
ms.date: 03/22/2019
7+
ms.date: 02/24/2023
88
ms.author: cynthn
99
ms.custom: H1Hack27Feb2017, devx-track-azurepowershell
1010

@@ -27,7 +27,7 @@ Creating an Azure virtual machine usually includes two steps:
2727
- Create a resource group. An Azure resource group is a logical container into which Azure resources are deployed and managed. A resource group must be created before a virtual machine.
2828
- Create a virtual machine.
2929

30-
The following example creates an [Azure Generation 2 VM](../generation-2.md) by default from an [Azure Quickstart template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json). Here is a copy of the template:
30+
The following example creates a [generation 2 VM](../generation-2.md) with [Trusted Launch](../trusted-launch.md) enabled by default from an [Azure Quickstart template](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json). Here is a copy of the template:
3131

3232
[!code-json[create-windows-vm](~/quickstart-templates/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json)]
3333

@@ -76,4 +76,4 @@ To learn more about creating templates, view the JSON syntax and properties for
7676
- [Microsoft.Network/publicIPAddresses](/azure/templates/microsoft.network/publicipaddresses)
7777
- [Microsoft.Network/virtualNetworks](/azure/templates/microsoft.network/virtualnetworks)
7878
- [Microsoft.Network/networkInterfaces](/azure/templates/microsoft.network/networkinterfaces)
79-
- [Microsoft.Compute/virtualMachines](/azure/templates/microsoft.compute/virtualmachines)
79+
- [Microsoft.Compute/virtualMachines](/azure/templates/microsoft.compute/virtualmachines)

0 commit comments

Comments
 (0)