Azure Open AI multi tenancy support
Miguel Lopes Isidoro
41
Reputation points
Hello,
We have a solution that is multi-tenant. Each tenant represents a customer with segregated data, and we are trying out "Add your own data" feature that is currently in Preview.
We are trying to have as little Azure resources as possible.
- Is it possible to have multiple data sources in Azure AI Studio or created by API in the same Cognitive Search Azure resource, each one pointing to a specific container in an Azure Blob Storage account (each container having the data of different customer)?
From the Azure AI Studio interface, currently I can only create a data source. Hopefully, this is not a limitation. - Is it possible to call the Open AI API to return data from a specific data source and return data only for that customer? From what I saw, in the API call we can specificy an index name that is associated in a 1:1 relationship with a data source.
- How can I make a data source to be persistent? Every time I close my browser, my data source disappears.
Thanks,
Miguel
Sign in to answer