I am successfully using Service Management REST API for management of my virtual machines, clouds, storage etc. I am using this API of course through wrappers (Microsoft Azure Management Libraries). The main problem is that there are limits for subscription (for example 20 cores per it). An in some cases, after peek load I need to create more virtual machines than this limit. So the main question is are there any programmatic interface for https://account.windowsazure.com so I could dynamically create new subscription and use it for all new virtual machines over this limit?
I have found similar topic but seem to me it is not related to account.windowsazure.com.