Is there any way to change the VM Size of an Azure Cloud Service without having to rebuild the package?
The vmsize
parameter is defined in the .csdef
file rather than the .cscfg
file that is uploaded into Azure and doesn't appear in the other included XML files of the package.
Please note that we're not looking to change the instance count (scale out) but the size type (i.e. from Extra Small (A0) to Medium (A2)).