This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You want to find information in Microsoft Word documents that are stored in an Azure Storage blob container. What should you do to ensure Azure AI Search can access the files?
Add a JSON file that defines an Azure AI Search index to the blob container
Enable anonymous access for the blob container
In an Azure AI Services resource, and add a data source that references the container where the files are stored
You're creating an index that includes a field named modified_date. You want to ensure that the modified_date field can be included in search results. Which attribute must you apply to the modified_date field in the index definition?
searchable
filterable
retrievable
You created a data source and an index. What must you create to map the data values in the data source to the fields in the index?
A synonym map
An indexer
A suggester
You want to create a search solution that uses a built-in AI skill to determine the language in which each indexed document is written, and enrich the index with a field indicating the language. Which kind of Azure AI Search object must you create?
Synonym map
Skillset
Scoring Profile
You want your search solution to show results in descending order of the file_size field value. What is the simplest way to accomplish this goal?
Create a scoring profile that boosts results based on the file_size field
Make the file_size field facetable, and include a facet parameter that specifies the file_size field in queries.
Make the file_size field sortable, and include an orderby parameter that specifies the file_size field in queries.
You created a search solution. Users want to be able to enter a partial search expression and have the user interface automatically complete the input. What should you add to the index?
A synonym map.
A scoring profile.
You must answer all questions before checking your work.
Was this page helpful?