index creation in "Exercise - Create a generative AI app that uses your own data"

Kelman, Yevgeniy 0 Reputation points
2025-06-02T16:59:13.3966667+00:00

All,

i cannot create index following instructions in "Exercise - Create a generative AI app that uses your own data".

The error is:

azure.core.exceptions.ServiceRequestError: <urllib3.connection.HTTPSConnection object at 0x113367faaf70>: Failed to establish a new connection: [Errno 110] Connection timed out

i do not use any code.

What can be a problem?

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
519 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2025-06-02T20:58:26.0166667+00:00

    Hello Kelman,

    Thank you for posting on Microsoft Learn !

    I think you have network connectivity issues between your environment (like your browser or cloud shell) and the Azure service.

    If you're running anything locally (through a notebook or Azure CLI):

    • verify your machine is connected to the internet
    • check firewall or proxy settings, especially if you're on a corporate network
    • try accessing the Azure portal or other HTTPS endpoints from a browser

    Also, make sure you're targeting the correct Azure region and endpoint for your Azure AI Search or Azure AI Studio resource. For example:

    If your resource is in eastus, make sure you're not trying to hit a westeurope or default region endpoint.


  2. Amira Bedhiafi 33,071 Reputation points Volunteer Moderator
    2025-06-08T09:09:40.5033333+00:00

    Hello Kelman !

    Thanks for sharing the follow-up, you’re absolutely right to point out how misleading that error is.

    Free tier supports only a single replica and a small number of indexes (typically 3).

    It often doesn’t support features required for vector indexing, semantic ranking, or complex data ingestion.

    You can leave product feedback requesting clearer errors for unsupported tier features for example “Operation not permitted on Free tier” instead of misleading connection errors.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.