I'm looking into the possibilities of hosting several websites in Windows Azure.
Right now, I have a dedicated server where I have developed a Windows Service which performs the following tasks every 5 minutes:
- Looks at a table in a database
- Finds new sites Creates the site in IIS
- Creates the database on the SQL server
- Deploys an MVC 3 package to IIS with parameters for connection strings and such
In Azure, I can't find a way to create a Website from PowerShell looking at the Cmdlets docs here: http://msdn.microsoft.com/en-us/library/windowsazure/jj152841.aspx
What looks strange, is that using the command line tools for Mac and Linux you can create new sites: https://www.windowsazure.com/en-us/manage/linux/other-resources/command-line-tools/#Commands_to_manage_your_web_sites