Deploy stuck when using index on azure AI studio

Banzine 0 Reputation points
2024-04-18T08:20:11.2233333+00:00

I encounter an error when using Deploy on webapp and also using an index as data source.

The deploy works pretty well without a specific data source but when trying to add an external index or when using index it seems that the ai studio cant access my search service :

There is no specific proxy or anything else. I am missing something or a rule somewhere in my search service?

User's image

thx!

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
713 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,382 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Amira Bedhiafi 15,446 Reputation points
    2024-04-21T19:12:43.9233333+00:00

    Based on this old thread, it is probably a transient network problem.

    Then you can install fiddler tool and then decrypt the https traffic by going to Tools--> Options--> HTTPs--> Decrypt https traffic and then click on subsequent OK buttons.

    User's image

    Then while the fiddler is running in the background, try creating the AI project again from AI studio and check if that makes a difference. Also see the response in the fiddler trace for any failure http error codes. Awaiting your reply.


  2. brtrach-MSFT 15,256 Reputation points Microsoft Employee
    2024-04-23T04:55:19.01+00:00

    @Banzine To add to the response provided by Amira, can you please verify that you do not have a firewall in place and that you have configured your search service to allow traffic from the IP address of the web app?