Azure OAI webapp deployment issue

Pradeep Adireddy 5 Reputation points
2024-09-18T15:40:47.04+00:00

Team i face following issue after deploying webapp using azure open AI.Error code: 400 - {'error': {'requestid': 'f9a28c94-4790-4ef2-88be-ec8c1fc3a2d2', 'code': 400, 'message': 'Invalid Azure OpenAI configuration detected: Invalid embedding endpoint or deployment'}}

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,943 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,677 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Daniel FANG 80 Reputation points
    2024-09-19T07:48:17.1133333+00:00

    Worth checking the web app's environment variables configuration related to openai.

    You can find these variables under environment variables tab like below, then search for openai in the app settings. verify the endpoint details and model names are matching.

    User's image

    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.