Thank you for your question.
You can upload your own data to Azure OpenAI using the REST API. Here’s a brief overview of the process:
Prepare Your Data: Ensure your data is accessible and structured according to the requirements of Azure OpenAI. This might involve storing your data in Azure Blob Storage, Azure Cognitive Search, or another compatible service.
Authentication: Use the keys and endpoint provided for your deployment to authenticate your API requests.
You can then access Azure OpenAI on your data using a REST API or the web-based interface in the Azure OpenAI Studio. Make sure that you have correctly loaded your data into the deployment. You can check this by verifying that your data is visible in the Chat Playground or Web App.
Please refer to the Azure OpenAI Service REST API reference documentation for details on how to structure a request and receive a response.
I hope this helps. Thank you.
Please don't forget to click Accept Answer
and Yes
for was this answer helpful.