How to fix a 404 "error to fetch a location" in the deploymeent from the Chat Playground Open AI Studio to a web app

Nicolas GIRAUDON 70 Reputation points
2023-10-13T11:19:01.6+00:00

Hello all,

I cannot deploy the Chatbot created in the Chatplay Ground Azure Open AI data studio, it displays a 404 error to fetch the data and the location is not visibile, grey and inactive.

Where should my administrator go to configure this ?

Please note that I am in europe.

Much appreciated,

best

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,968 questions
{count} votes

Accepted answer
  1. ajkuma 28,036 Reputation points Microsoft Employee Moderator
    2023-10-13T18:51:05.02+00:00

    @Nicolas GIRAUDON ,

    Based on my understanding of your issue description, I believe you are referring to Azure doc Quickstart: Chat with Azure OpenAI models using your own data and for the steps.
    -Please ensure that the Prerequisites are met/completed, as outlined in the doc.

    -Be sure that you are assigned at least the Cognitive Services Contributor role for the Azure OpenAI resource.

    -Ensure that Azure App Service is RP (Resource Provider) is registered. Register the Microsoft.Web RP within the subscription settings. (as outlined in this doc)

    Additionally, registering a RP configures your subscription to work with the resource provider. To register a resource provider, you must have permission to perform the /register/action operation for the resource provider.

    This operation is included in the Subscription Contributor and Owner roles.*
    (You may discuss with your subscription owner or admin on these points)*

    Reference : Resolve errors for resource provider registration

    If the issue still persists, please share a screenshot of the issue after concealing any private details, we will be happy to assist you further.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

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.