
Answer-first summary for fast verification
Answer: Use the Azure AI Search SDK to programmatically construct and execute the query.
Using the Azure AI Search SDK allows for programmatic construction and execution of the query, ensuring it includes the necessary syntax for sorting, filtering, and wildcard usage.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are required to query an index in an Azure AI Search solution. The query needs to include syntax for sorting, filtering, and using wildcards. Describe the steps you would take to construct and execute this query, ensuring it meets the requirements for sorting, filtering, and wildcard usage.
A
Use the Azure portal to manually construct and execute the query.
B
Use the Azure AI Search SDK to programmatically construct and execute the query.
C
Use Azure Data Factory to construct and execute the query.
D
Use Azure Logic Apps to construct and execute the query.