From a21fa2d7cfab588c5499143023847a6803a3da0b Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 18 Mar 2020 14:15:29 -0700 Subject: [PATCH] add small warning about sysprep to the docs --- website/source/docs/builders/azure-arm.html.md.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/azure-arm.html.md.erb b/website/source/docs/builders/azure-arm.html.md.erb index 427c7a58b..adf5e9fa4 100644 --- a/website/source/docs/builders/azure-arm.html.md.erb +++ b/website/source/docs/builders/azure-arm.html.md.erb @@ -244,6 +244,9 @@ default. To learn more about disabling the Windows Guest Agent please see [Install the VM Agent](https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/agent-windows#install-the-vm-agent). +Please note that sysprep can get stuck in infinite loops if it is not configured +correctly -- for example, if it is waiting for a reboot that you never perform. + ### Linux The following provisioner snippet shows how to deprovision a Linux VM.