Azure-Samples / chat-with-your-data-solution-accelerator

A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
https://azure.microsoft.com/products/search
MIT License
787 stars 395 forks source link

Unable to deploy to Azure #1125

Closed redowl3 closed 2 months ago

redowl3 commented 2 months ago

When trying to deploy to Azure we always get the following issue

image

Steps to reproduce the behavior:

  1. Click Deploy to Azure

{"code":"BadRequest","message":"Encountered an error (InternalServerError) from host runtime.","details":[{"message":"Encountered an error (InternalServerError) from host runtime."},{"code":"BadRequest"},{}]}

Roopan-Microsoft commented 2 months ago

@redowl3 - Could you kindly share the results after attempting deployment again? We've successfully deployed from our side. Please give it another try from your end

redowl3 commented 2 months ago

Hi, after a number of attempts we have finally got this to work, thanks for getting back to me.