Azure AI Search Indexer Timeout Issue with PDF Document
Su Myat Hlaing
160
Reputation points
I'm experiencing persistent indexer timeout issues with my Azure AI Search setup. Here's my workflow:
- Node server uploads files to Azure Blob Storage
- Azure Function triggers automatically on blob upload to index the document
- Function executes successfully (confirmed in logs, ~1056ms duration)
- However, the indexer consistently times out
Despite resetting and manually running the indexer multiple times, it continues to timeout. The document in question is a PDF file, and I cannot search with this file in Azure AI Search at all. Interestingly, this setup was working properly on previous days, so I'm not sure if the timeout is the actual problem or if something else is happening.
Any troubleshooting suggestions or recommended configuration adjustments would be greatly appreciated.
Thank you!
Sign in to answer