Which Azure Search pattern should you use for each tenant?

HOTSPOT
You are developing a multitenant application that uses Azure Search services. You have the following tenants:

You must minimize costs associated with implementing any solution. The cost model must be predictable.
You need to design the search experience for the application.
Which Azure Search pattern should you use for each tenant? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

HOTSPOT
You are developing a multitenant application that uses Azure Search services. You have the following tenants:

You must minimize costs associated with implementing any solution. The cost model must be predictable.
You need to design the search experience for the application.
Which Azure Search pattern should you use for each tenant? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Answer:



Leave a Reply 3

Your email address will not be published. Required fields are marked *


fiber

fiber

Right.

Index per tenant: Each tenant has its own index within a search service that is shared with other tenants.
Service per tenant: Each tenant has its own dedicated Azure Search service, offering highest level of data and workload separation.
Mix of both: Larger, more-active tenants are assigned dedicated services while smaller tenants are assigned individual indexes within shared services.

https://docs.microsoft.com/en-us/azure/search/search-modeling-multitenant-saas-applications

jml

jml

fiber comment from v4

Right.

Index per tenant: Each tenant has its own index within a search service that is shared with other tenants.
Service per tenant: Each tenant has its own dedicated Azure Search service, offering highest level of data and workload separation.
Mix of both: Larger, more-active tenants are assigned dedicated services while smaller tenants are assigned individual indexes within shared services.

https://docs.microsoft.com/en-us/azure/search/search-modeling-multitenant-saas-applications