Explanation Use the following method: 1.- Create a SearchIndexClient object to connect to the search index 2.- Create an IndexBatch that contains the documents which must be added. 3.- Call the Documents.Index method of the SearchIndexClient and pass the IndexBatch. References: https://docs.microsoft.com/en-us/azure/search/search-howto-dotnet-sdk