Windows Azure - create subscription programmatically -


Is there a way to create a new subscription and programmatically add it to a Windows users account?

The goal is to be a web application where users can automatically deploy a set of registered and virtual machines (automatically). The web application should use an existing Windows Azure account and also get a new subscription for it, which is used to deploy machines for a new user.

To add a suggestion management portal and a new subscription to apply it manually, without using it?

There is no other API or any other programmatic method for subscribing. Membership relates to security related inquiries, specific plans, payment methods, etc. This part should be done through the portal.

After this is complete, you can create programmable cloud services, VM (either gallery images or your own custom images), and more.


Comments