clarify docs
This commit is contained in:
parent
b716299d8e
commit
015c194986
|
@ -15,10 +15,11 @@ The `azure-chroot` builder is able to build Azure managed disk (MD) images. For
|
|||
more information on managed disks, see [Azure Managed Disks Overview](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/managed-disks-overview).
|
||||
|
||||
The difference between this builder and the `azure-arm` builder is that this
|
||||
builder is able to build a managed disk image without launching an Azure VM
|
||||
instance. This can dramatically speed up image builds. It also allows for more
|
||||
deterministic image content and enables some capabilities that are not possible
|
||||
with the `azure-arm` builder.
|
||||
builder is able to build a managed disk image without launching a new Azure VM
|
||||
for every build, but instead use an already-running Azure VM. This can
|
||||
dramatically speed up image builds. It also allows for more deterministic image
|
||||
content and enables some capabilities that are not possible with the
|
||||
`azure-arm` builder.
|
||||
|
||||
> **This is an advanced builder** If you're just getting started with Packer,
|
||||
it is recommend to start with the [azure-arm builder](/docs/builders/azure-arm.html),
|
||||
|
|
Loading…
Reference in New Issue