
Answer-first summary for fast verification
Answer: Use the Azure AI Search SDK to programmatically create each data source.
Using the Azure AI Search SDK allows for programmatic creation and management of data sources, ensuring they are correctly configured and integrated with Azure AI Search.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to create data sources for an Azure AI Search solution. The data sources include a SQL database, a Cosmos DB collection, and Azure Blob Storage. Describe the steps you would take to create these data sources, ensuring they are correctly configured for integration with Azure AI Search.
A
Use the Azure portal to manually create each data source.
B
Use PowerShell scripts to automate the creation of each data source.
C
Use the Azure AI Search SDK to programmatically create each data source.
D
Use Azure Data Factory to create and manage data sources.
No comments yet.