One thing to keep in mind is that the sql server name needs to be lower case. So this may not fit in with the current working of yo vsts as it created resources with upper case.
What else I've found when you are supplying the admin password for the sql server and providing it via the variable section for the Azure Deployment task you need to have it in quotes - that's what's been causing the issue that we discussed via twitter (I also removed the ConvertTo-SecureString also as I didn't need it).
Any questions give me a shout but thought I'd add pointers that have stumped me along the way.
One thing to keep in mind is that the sql server name needs to be lower case. So this may not fit in with the current working of yo vsts as it created resources with upper case.
What else I've found when you are supplying the admin password for the sql server and providing it via the variable section for the Azure Deployment task you need to have it in quotes - that's what's been causing the issue that we discussed via twitter (I also removed the ConvertTo-SecureString also as I didn't need it).
Any questions give me a shout but thought I'd add pointers that have stumped me along the way.