From AI Search, I am trying to import data, I am selecting my storage account, foundry project and other resources. Private endpoints are set correctly as it is a secure environment so public access is disabled.
I am trying to replicate vector search by following https://learn.microsoft.com/en-us/azure/search/search-get-started-portal-import-vectors?tabs=storage-access%2Cblob-storage%2Caoai%2Cvectorize-images documentation.
After selecting all values, indexer is getting failed with 403 error. 'Web Api response status: 'Forbidden'_ Web Api response details: '{"error":{"code":"403" message: "Public access is disabled. Please configure private endpoint."}}''
Please suggest how to resolve it? I have checked all roles and permissions as well but not able to find where is the gap.
Apart from it, under vectorize and enrich your images, it is asking for foundry resource only, and I have selected my foundry resource but it is not selecting any model even though I have deployed model under it, but it is saying that model are supported. Which models are supported for images under this category?