I deployed an app through Open AI Studio, but the app's URL (Default domain) always leads to the "Hey, Python developers!" webpage

Neil 0 Reputation points
2024-10-11T00:11:44.1533333+00:00

I created a chat based on AI Search Index from Open AI Studio. The chat worked well so I went ahead to deploy that chat as an app service, which seemed working as normal. But then I went to the deployed web app's overview page, and clicked the "Default Domain" URL, I was led to the following page, as opposed to my chatbot webpage.

I used this process before and was always successful. Not sure what happened lately that caused this issue.

User's image

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,084 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,940 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Max Lacy 345 Reputation points
    2024-11-16T20:20:30.4366667+00:00

    Depending on what is being deployed using the one click Azure deployment. You may need to configure the startup command.

    Microsoft Learn - Configure Startup Command

    check that the configuration settings web app that was created say something like: python3 -m gunicorn app:app

    Screenshot 2024-11-16 at 1.52.44 PM

    After updating the settings you'll need to restart the application.

    Thanks,

    Max

    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.