Is there a way to create a new subscription and programmatically add it to my Windows Azure account?
The goal is to have a web application in which users can register and deploy a set of virtual machines (automatically). The web application must use the existing Windows Azure account and add a new subscription to it, which is then used to deploy computers for the new user.
Any suggestions for implementing this without the need for manual access to the management portal and adding a new subscription?
source
share