We have a web app migrated to Windows Azure. It is being deployed from inside the Visual Studio 2010 with the latest Azure SDK installed. Everything works fine except for the fact that we have some dependencies on Windows Server 2008 R2 and I need to change OS family manually through their management web portal after each deployment (Cloud Services -> Configure -> operating system).
I guess there should be an option to make this a default choice but I haven't found anything in the azure project settings inside the visual studio. Does anyone know a way to avoid doing this manually?