microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.58k stars 2.46k forks source link

Private Storage Accounts #189

Open fellnerse opened 1 year ago

fellnerse commented 1 year ago

I know that storage accounts in private networks are not supported at the moment. But this is something crucial for us. So I have some questions:

What would you recommend us going forward? Last resort, would be doing all the processing ourself, but I would like to use the oai endpoint

### Tasks
gingergenius commented 1 year ago

We have the same need. It looks like accessing blob storage with an SAS token in a private network works in general, it's just not compatible within the Open AI Studio service. Could you please confirm whether uploading own documents via the Studio UI uses the same logic as data_preparation.py?

sarah-widder commented 7 months ago

Hi @fellnerse @gingergenius we have added a lot of support for private endpoints, please see our documentation here: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/use-your-data-securely

Note that an application is required to provision a private endpoint between Azure AI Search and Azure OpenAI.