I'm building a multiTenancy application with asp.net, on top of windows Azure.
The requirements are that any time a tenancy register in our app a subdomain is created for that tenancy in order to operate with the application.
So I would like to programmatically create a new subdomain any time a client is registered and redirect to such subdomain whenever any of its users log in the application.
Is that possible in Azure?
If yes, any advice or recommendation?