Open TopperKain opened 10 years ago
Really? This is getting pretty tedious. A few months ago there was a similar situation for which I created a pull request ( https://github.com/WindowsAzure/azure-sdk-tools-samples/pull/15 ).
Can you do one yourself?
Tried running this today (15 Sep 14). It appears that image doesn't exist anymore. In fact I can't see any azure images for sql server on windows server 2008, only on windows server 2012.
The SQL VM name has changed from "SQL Server 2012 SP1 Enterprise on WS 2008 R2" to "SQL Server 2012 SP1 Enterprise on Windows Server 2008 R2".
Line 194 in file AutomatedDeployments\SharedComponents\autoconfigure.ps1 needs to be updated from $sql2k12img = (GetLatestImage "SQL Server 2012 SP1 Enterprise on WS 2008 R2") to
$sql2k12img = (GetLatestImage "SQL Server 2012 SP1 Enterprise on Windows Server 2008 R2")