I have problem to use umbraco + .net with Azure Search Index.
We are trying to connect our application to azure search index and get some data. In our solution in Visual Studio we add nuget package Microsoft.Azure.Search 9.0.0 to our Core and Web solution. After that, all work well.
Next, in our controller we try to retrieve some data from azure search index using SearchIndexClient with correct crudentials. And, when we use SearchIndexClient to run query from azure search index (indexClient.Documents.Search<>("*", parameters) the page, which using controller not load (we don't have any information in logs, exception on request status). We are waiting for response about 10min and page not load and don't threw any exception.
How we can retrieve data from Azure Search Index? We try it on 3 different computers.
Umbraco + .net + Azure Search
Hello,
I have problem to use umbraco + .net with Azure Search Index. We are trying to connect our application to azure search index and get some data. In our solution in Visual Studio we add nuget package Microsoft.Azure.Search 9.0.0 to our Core and Web solution. After that, all work well. Next, in our controller we try to retrieve some data from azure search index using SearchIndexClient with correct crudentials. And, when we use SearchIndexClient to run query from azure search index (indexClient.Documents.Search<>("*", parameters) the page, which using controller not load (we don't have any information in logs, exception on request status). We are waiting for response about 10min and page not load and don't threw any exception. How we can retrieve data from Azure Search Index? We try it on 3 different computers.
is working on a reply...