Skip to content

Commit 3e3c96a

Browse files
authored
Merge pull request #97168 from danielsollondon/patch-11
update to vm size
2 parents f4a042c + 7af6d53 commit 3e3c96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/virtual-machines-image-builder-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: cynthn
33
ms.author: cynthn
4-
ms.date: 04/30/2019
4+
ms.date: 11/25/2019
55
ms.topic: include
66
ms.service: virtual-machines-linux
77
manager: gwallace
@@ -69,7 +69,7 @@ The Azure Image Builder is a fully managed Azure service that is accessible by a
6969

7070
1. Create the Image Template as a .json file. This .json file contains information about the image source, customizations, and distribution. There are multiple examples in the [Azure Image Builder GitHub repository](https://github.com/danielsollondon/azvmimagebuilder/tree/master/quickquickstarts).
7171
1. Submit it to the service, this will create an Image Template artifact in the resource group you specify. In the background, Image Builder will download the source image or ISO, and scripts as needed. These are stored in a separate resource group that is automatically created in your subscription, in the format: IT_\<DestinationResourceGroup>_\<TemplateName>.
72-
1. Once the Image Template is created, you can then build the image. In the background Image Builder uses the template and source files to create a VM (D1v2), network, public IP and storage in the IT_\<DestinationResourceGroup>_\<TemplateName> resource group.
72+
1. Once the Image Template is created, you can then build the image. In the background Image Builder uses the template and source files to create a VM (default size: Standard_D1_v2), network, public IP, NSG, and storage in the IT_\<DestinationResourceGroup>_\<TemplateName> resource group.
7373
1. As part of the image creation, Image builder distributes the image it according to the template, then deletes the additional resources in the IT_\<DestinationResourceGroup>_\<TemplateName> resource group that was created for the process.
7474

7575

0 commit comments

Comments
 (0)