Are there any good multi-tenant Azure sample applications? [closed]

自古美人都是妖i 提交于 2019-12-11 04:52:57

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!