Unable to create an Azure AI Index service

Schifter, Gabriela 210 Reputation points
2025-03-25T15:20:41.5633333+00:00

I am unable to create an Azure AI Index service. I am getting this error,

the renderComponentintoRoot component encountered an error while loading.

extension: Microsoft Azure Search

content: create. ReactView

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.
1,279 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Azar 27,670 Reputation points MVP
    2025-03-25T19:20:57.99+00:00

    Hi there Schifter, Gabriela

    Thanks for using QandA platform

    Weird but that might be due to a UI issue, browser cache, or permission restrictions. Try clearing your browser cache, using incognito mode, or switching to a different browser like Edge or Chrome. make sure your account has Owner or Contributor access to the subscription. If the portal still fails, try creating the service using Azure CLI:

    az search service create --name <your-service-name> --resource-group <your-rg> --sku standard
    

    Also, check Azure Service Health for any ongoing issues. if nothing helps raise a Azure Support req.

    If this helps kindly accept the answer thanks much.

    0 comments No comments

  2. Schifter, Gabriela 210 Reputation points
    2025-03-26T16:03:24.1866667+00:00

    Hello Azar,

    I have already tried clearing the browser cache, using incognito mode, and switching to a different browser like Edge or Chrome, but nothing worked. I have the Owner role, so I will attempt to use the CLI instead.

    Thanks

    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.