Can azure VM sizes be configured by service configuration?

Viewed 1430

I want to deploy different VM sizes in my Azure deployments, depending on which cloud service is the target (e.g., I want bigger instances in production, but can get by with smaller ones in testing). It appears in visual studio 2010 that the sizes must be the same across all service configurations.

Is there a workaround, or is this just the way it is?

3 Answers
Related