0

I am getting an error while I'm trying to create a project in Azure Language studio custom question answering.

Failed to open project A server error occurred while trying to open your project. Please refresh and try again.Azure language customquestionanswering

https://language.cognitive.azure.com/questionAnswering/

Failed to open project:

enter image description here

Import project failed:

enter image description here

I tried to create project with both option of selecting the language for projects. - Failed Tried to import project - Failed

Resource type: Language Location: Southeastasia Price tier: Standard (S)

Venkatesan
  • 3,748
  • 1
  • 3
  • 15

1 Answers1

0

I tried in my environment and got the below results:

Initially, I tried to import the project with xlsx and got the same error:

enter image description here

To import a project in Azure Language Service, the following roles are required:

  1. Owner(Full control to access the services)
  2. Contributor: (Create,update, read access to the services)
  3. Reader: (Only can view)

I assigned contributor role to the user.

Role:

enter image description here

Studio:

After assigning Contributor role to the user, I can able to import the project successfully into language studio.

enter image description here

Reference: Create, test, and deploy your question answering project - Azure Cognitive Services | Microsoft Learn

Venkatesan
  • 3,748
  • 1
  • 3
  • 15