问题
I need some guidance here on the Azure paradigm. I am building a multi-user data model. I want the core data model available as one set of services (e.g. a contract) on one URL, I want another set of services for managing the cache, statistics, start, stop, etc. on another URL (e.g. another contract for operator-type functions) and a third site for developer extensions (e.g. non-trivial, user-defined transactions). All three of these services need to share the common data model.
I get the part where an Azure 'Role' is basically a VM. After that, I'm stuck. If I add three WCF Web Service Roles, I get three separate instances that can't communicate. What is the recommended way to construct a solution/Azure Role to handle the case described above?
来源:https://stackoverflow.com/questions/36265841/proper-way-to-build-an-azure-web-site-to-have-multiple-services