We have a server that is installed and running and now we would like to make copies of it. The server is Windows 2012 with Sql Server 2014 Standard.
I havn't found any information regarding this, so is it possible at all? What are the steps to do it? When creating a new machine based on the template, what needs to be done to the new machine?
As a side note the machine is running in Azure at the moment and we hope to be able to add it to our own Azure VM templates.
While it is definitely supported to sysprep the newer versions of SQL Server.
And it is also use-able with the procedure for sys-prepping an azure machine
However!
Microsoft does not support sysprepping active production systems!
Your best bet is to install a clean template on a new azure VM, install everything you require and them sysprep it and add that to your VM Templates.
Personal remarks:
We personally have SQL Server installations pretty much every week as upgrades is a continuous process. And we've tried using sysprep, however we decided to leave out SQL Server from our images, as it added complexity for little gain.
Our images have everything needed except for the SQL Server, and we install that afterwards.