ExamQuestions.com

Register
Login
Developing Solutions for Microsoft Azure (AZ-204) Exam Questions

Microsoft

Developing Solutions for Microsoft Azure (AZ-204)

169 / 179

Question 169:

You are developing a .NET Core MVC application that allows customers to research independent holiday accommodation providers. You want to implement Azure Search to allow the application to search the index by using various criteria to locate documents related to accommodation. You want the application to allow customers to search the index by using regular expressions. What should you do? 

Answer options:

A. Configure the SearchMode property of the SearchParameters class.
B. Configure the QueryType property of the SearchParameters class.
C. Configure the Facets property of the SearchParameters class.
D. Configure the Filter property of the SearchParameters class.