Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kamil Fuz 1 post 71 karma points notactivated
    May 06, 2019 @ 11:11
    Kamil Fuz
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft