Hi @Kendall Tencio Esquivel Not yet, but once I find a solution, I’ll be sure to share it here. If you come across any solution, please share it with us as well.
I am unable to perform API key authentication in Azure OpenAI Studio when using private endpoints.
I have disabled public network access for Azure OpenAI, Azure AI Search, and the Storage Account. I created a virtual network with two subnets: one subnet is used for private endpoints for OpenAI, AI Search, and the Storage Account, and the other is for VNet integration with my web app.
All services are connected via private endpoints. When I test the setup in Azure OpenAI Studio by navigating to Chat → Add your data → Add a data source, I select my Storage Account, choose the container, then select the AI Search service, provide an index name, and choose the Azure OpenAI embedding model with API-Key authentication. However, when I click Next, I receive the following errors:
Failed to validate the selected authentication type. Please resolve the following errors and click next.
- "No valid managed private endpoint found."
- "The Azure OpenAI resource has public network access disabled and the Azure AI Search resource has no shared private link to Azure OpenAI."
- "The Storage account has public network access disabled. Trusted service requires managed identity."
I have followed the steps in the official Microsoft documentation here, but the issue persists.