Skip to content

Commit 368166e

Browse files
Merge pull request #232197 from ericd-mst-github/erd-aib-freshness
freshness updates to metadata and note callout in markdown
2 parents b1f10b1 + b66211a commit 368166e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/virtual-machines/windows/image-builder-vnet.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Create a Windows VM with Azure VM Image Builder by using an existing virt
33
description: Use Azure VM Image Builder to create a basic, customized Windows image that has access to existing resources on a virtual network.
44
author: kof-f
55
ms.author: kofiforson
6-
ms.reviewer: cynthn
7-
ms.date: 03/02/2021
6+
ms.reviewer: erd
7+
ms.date: 03/27/2023
88
ms.topic: how-to
99
ms.service: virtual-machines
1010
ms.subservice: image-builder
@@ -195,10 +195,11 @@ Submit the image configuration to Azure VM Image Builder.
195195

196196
```powershell-interactive
197197
New-AzResourceGroupDeployment -ResourceGroupName $imageResourceGroup -TemplateFile $templateFilePath -api-version "2020-02-14" -imageTemplateName $imageTemplateName -svclocation $location
198-
199-
# note this will take minute, as validation is run (security / dependencies etc.)
200198
```
201199

200+
> [!NOTE]
201+
> This will take a minute, as validation is run in regards to security, dependenciec, etc.
202+
202203
Start the image build.
203204

204205
```powershell-interactive

0 commit comments

Comments
 (0)