
Ultimate access to all questions.
You need to create and run an indexer for an Azure AI Search solution. The indexer should be able to handle incremental updates from a SQL database and ensure data consistency. Describe the steps you would take to create and configure this indexer, ensuring it meets the requirements for incremental updates and data consistency.
A
Create an indexer with default settings and run it manually.
B
Create an indexer with incremental update settings and schedule it to run automatically.
C
Create an indexer without incremental update settings and run it manually.
D
Create an indexer with incremental update settings and run it manually.