Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.91k stars 4.05k forks source link

Cannot see the chat UI when deploy to Azure #1981

Closed genlin closed 4 hours ago

genlin commented 5 hours ago

I get the following message after deploying the project to the Azure with "azd up" command:

 (✓) Done: Deploying service backend
  - Endpoint: https://app-backend-<ID>.azurewebsites.net/
SUCCESS: Your up workflow to provision and deploy to Azure completed in 44 minutes 30 seconds.

Then, when I click the url, it returns error. Seems only backend service is deployed into Azure ( I can run the frontend web app locally without problem). Is it normal that only backend service is pushing to Azure? or there is a problem in my deployment?

genlin commented 4 hours ago

I resolved the issue. It should push both backend and frontend services to Azure.