Hi, Welcome to MS Q&A
The error you’re encountering —
“Could not complete vectorization action. The service failed to authenticate to the vectorization endpoint.” — is typically an authentication/authorization issue between Azure AI Search and the embedding model endpoint (such as Azure OpenAI Service). Here are the key causes and a step-by-step checklist to resolve it.
Common causes & fixes
- The search service’s managed identity or service principal isn’t granted permission to call the embedding model. Microsoft Learn+2Microsoft Learn+2
- API key or endpoint used in the vectorizer configuration is incorrect or missing. Microsoft Learn+2Microsoft Learn+2
- Network restrictions (firewalls/private endpoints) impede the search service from reaching the vectorization endpoint. Microsoft Learn+2Azure Documentation+2
- The vectorizer configuration (in the index definition) is mis-aligned (wrong model name, deployment Id, or version) so the call fails authentication. GitHub+1
Pls check link share above for fix
Thanks
Deepanshu