Azure OAI webapp deployment issue

Pradeep Adireddy 10 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.
4,082 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,938 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Daniel Fang 1,060 Reputation points MVP
    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.