AI-102 · Question #318
You have the following data sources: - Finance: On-premises Microsoft SQL Server database - Sales: Azure Cosmos DB using the Core (SQL) API - Logs: Azure Table storage - HR: Azure SQL database You…
The correct answer is A. Export the data in Finance to Azure Data Lake Storage. To make data from an on-premises Microsoft SQL Server database searchable by Azure AI Search, the data must first be moved to a cloud-based data source that Azure AI Search can index, such as Azure Data Lake Storage.
Question
Options
- AExport the data in Finance to Azure Data Lake Storage.
- BConfigure multiple read replicas for the data in Sales.
- CIngest the data in Logs into Azure Data Explorer.
- DMigrate the data in HR to Azure Blob storage.
How the community answered
(57 responses)- A84% (48)
- B2% (1)
- C5% (3)
- D9% (5)
Why each option
To make data from an on-premises Microsoft SQL Server database searchable by Azure AI Search, the data must first be moved to a cloud-based data source that Azure AI Search can index, such as Azure Data Lake Storage.
Azure AI Search cannot directly connect to an on-premises SQL Server database for indexing. Exporting the Finance data to Azure Data Lake Storage (or Azure Blob Storage) provides a cloud-native source that Azure AI Search can readily connect to and index, enabling the data to be searched via its REST API.
Configuring multiple read replicas for Azure Cosmos DB improves read performance and availability but does not address the requirement to make on-premises SQL Server data searchable by Azure AI Search.
Ingesting data from Azure Table Storage into Azure Data Explorer moves the data to an analytics service but does not directly integrate it with Azure AI Search, which has its own connectors for Azure Table Storage.
Migrating HR data from Azure SQL Database to Azure Blob Storage is unnecessary, as Azure AI Search can directly index data from Azure SQL Databases.
Concept tested: Azure AI Search data source compatibility
Source: https://learn.microsoft.com/en-us/azure/search/search-what-is-data-source
Topics
Community Discussion
No community discussion yet for this question.