Microsoft
AZ-204 · Question #142
A team has created an Index in the Azure Search service. You have to upload data into the Index. You propose the following steps to carry out from your .Net program - Create a SearchServiceClient obje
The correct answer is B. No. https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search#how-to-use-azure-
Submitted by jaden.t· Mar 30, 2026Connect to and consume Azure services and third-party services
Question
A team has created an Index in the Azure Search service. You have to upload data into the Index. You propose the following steps to carry out from your .Net program - Create a SearchServiceClient object to connect to the search index. - Create a DataContainer that contains the documents which must be added. - Create a DataSource instance and set its Container property to the DataContainer. - Set the DataSource property of the SearchServiceCIient Does the list of steps fulfil the requirement?
Options
- AYes
- BNo
How the community answered
(69 responses)- A19% (13)
- B81% (56)
Explanation
https://docs.microsoft.com/en-us/azure/search/search-what-is-azure-search#how-to-use-azure-
Topics
#Azure Cognitive Search#SearchServiceClient#index upload#.NET SDK
Community Discussion
No community discussion yet for this question.