Simon Lampen
-
308 votescompleted ·
AdminGuy Haycock
(Senior Product Planner, Microsoft Windows Azure)
responded
Tuesday we released new database pricing. The smallest DB (100MB) is now $5/month. For more details http://www.windowsazure.com/en-us/pricing/details/
Simon Lampen
gave this 3 votes
·
-
1,595 votesplanned ·
AdminMary Beth Thome
(Admin, Microsoft Windows Azure)
responded
For information about what’s coming from SQL Azure, go to about 38:00 in this presentation from TechEd. http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/DBI313
Simon Lampen
gave this 3 votes
·
Simon Lampen
commented
·
Could this also allow for an attach from Blob storage. This would ease the migration path.
Simon Lampen
commented
·
This would also be a useful migration path, where by on-site dbs could be backed up to Azure Storage, then it would be trivial to attach or restore the db for a fully hosted option.
I can imagine offering our clients this 'off-site' backup service and then offer them a taste of cloud services by offering remote reporting etc. -
424 votesplanned ·
AdminHaris Majeed
(Admin, Microsoft Windows Azure)
responded
At PDC 2010, we announced a number of enhancements to the operator experience on Azure. These include a completely redesigned portal, access to new diagnostic information, a vastly simplified sign-up process, and scenario-based forums to help answer questions and facilitate knowledge sharing.
These Windows Azure enhancements will be generally available by the end of 2010.
Please continue to let us know how we can improve the deployment experience on Windows Azure for you.
Simon Lampen
commented
·
Hi Mike,
I have spent at least a day going through the dozen or so causes of the dreaded initializing-busy-stopping loop. Basic diagnostics in this area are critical. At the moment this is a totally blind area. Ironically I have had to use an amazon 64 bit machine to help diagnose some of the issues and I still don't have a web role that will start yet.
A great option would be a console like feature as we see in the dev fabric that could tell us "BadImageFormatException" for xyz.dll, or filenotfound nesteddependency.dll, incorrect storage connection string etc.
Simon Lampen
gave this 3 votes
·
-
408 votes
Simon Lampen
gave this 2 votes
·
-
502 votes
Simon Lampen
gave this 1 vote
·
Simon Lampen
commented
·
This would help with functions like warehousing of reporting data to another database to keep the main transactional db performant.
This is important for multi-tenant design where we have one db per customer rather than all customers in one db.
We want to allow each customer to be able to restore their data to a point in time, take copies of there data offline to their premise, be able to write simple queries... but we don't want to reinvent all these features just to have all our customers in one db.
These features as what single dbs are best at and it seems silly to have to reinvent them just to fit an inflexible pricing model.
So we would love to be able to have dbs of any size (but particularly small dbs), where we pay for the size they occupy and/or their IO.