Cluster/AzureBakery
Chris Kuech 25161f037d added docs 2018-01-15 15:27:13 -08:00
..
Tests merging in AzureBakery 2018-01-14 18:12:48 -08:00
AzureBakery.psd1 added docs 2018-01-15 15:27:13 -08:00
AzureBakery.psm1 merging in AzureBakery 2018-01-14 18:12:48 -08:00
README.md added docs 2018-01-15 15:27:13 -08:00
cse.ps1 merging in AzureBakery 2018-01-14 18:12:48 -08:00
dsc.ps1 merging in AzureBakery 2018-01-14 18:12:48 -08:00
template.json merging in AzureBakery 2018-01-14 18:12:48 -08:00

README.md

AzureBakery

Simple module for producing production-ready VM images. Standard Windows Server images require Windows Update to be run and often do not contain desired Windows Features fully installed--this can prolong scale outs and complcate initialization scripts. The New-BakedImage cmdlet will create a VHD in blob storage containing all the specified Windows Features fully installed (and rebooted if necessary), as well as installed with the latest Windows Updates.

New-BakedImage complements the existing Azure Resource Manager API. The returned VHD blob URL can be passed into a correctly configured ARM template to create a managed disk from the generalized VHD. New-BakedImage explicitly uses VHD blobs (as opposed to Managed Images), as VHD blobs can be copied across regions (Managed Images cannot), and can be turned into Managed Images at their destination region within an ARM template or using PowerShell.

Install from PowerShell Gallery with Install-Module AzureBakery. Run help New-BakedImage for usage information.