问题
Are there any good multi-tenant Azure sample applications? Ideally I'd like to see some level of
- Customization of data model
- Customization of business logic
- Customization of user interface
- Automated tenant provisioning
Ideally front-end based on ASP.Net MVC3 and HTML5.
I found an old MS sample (Riviera) but it was from 2009. Also found Cloud Ninja (seems quite focused on metering), and Fabrikam Shipping Sample.
Any others I have missed? Also any other good resources/blogs on the subject?
回答1:
To start, take a look at Cloud Ninja, both with a .NET implementation and a Java implementation. You'll find several interesting areas, including:
- provisioning
- identity management
- multi-tenant database management
- tenant-level metering
I saw that you mentioned Cloud Ninja, but I wanted to clarify it's not just about metering. Tenant provisioning is key, and this is demonstrated in both .net and java versions.
来源:https://stackoverflow.com/questions/11003049/are-there-any-good-multi-tenant-azure-sample-applications