nerdexam
Microsoft

AZ-204 · Question #144

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 SearchlndexClient…

The correct answer is B. No. https://docs.microsoft.com/en-us/azure/search/search-import-data-dotnet

Submitted by viktor_hu· 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 SearchlndexClient 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 - Call the Documents.Search method of the SearchlndexClient and pass the DataSource. Does the list of steps fulfil the requirement?

Options

  • AYes
  • BNo

How the community answered

(35 responses)
  • A
    20% (7)
  • B
    80% (28)

Explanation

https://docs.microsoft.com/en-us/azure/search/search-import-data-dotnet

Topics

#Azure Cognitive Search#SearchIndexClient#Documents.Search#.NET SDK

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice