70-533 Free Dumps Study Materials
Question 16: You are designing an Azure web application. The solution will be used by multiple customers.
Each customer has different business logic and user interface requirements. Not all customers use
the same version of the
.NET runtime.
You need to recommend a deployment strategy.
What should you recommend?
A. Deploy each application in a separate tenant.
B. Deploy with multiple worker role instances.
C. Deploy with multiple web role instances.
D. Deploy all applications in one tenant.
Correct Answer: A
Explanation
There are two types of tenant environments. The simplest type is a single-tenant application where
one customer has 100% dedicated access to an application's process space. A single Tenant
Applications has a separate, logical instance of the application for each customer or client. A single
tenant application is much more predictable and stable by its nature since there will never be more
than one dedicated customer at any point in time in that VM. That customer has all of its users
accessing that dedicated instance of the application.
References:
http://sanganakauthority.blogspot.in/2011/12/multi-tenancy-and-windows-azure.html