An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
Thank you for providing answers.
When uploading a RAG context document using Azure AI Search through the Azure DevOps AI Work Item Assistant, the upload can remain stuck in an “Uploading” state with no error message.
Why this happens: Because the AI Work Item Assistant does not surface Azure AI Search indexer status or errors in the UI, the upload can appear to remain indefinitely in “Uploading” if:
- An admin API key is not used
The index is misconfigured or unavailable
Resolution Steps:
Validate Azure AI Search configuration
Confirm the Search service endpoint and admin API key are correct. Verify the Azure AI Search service is running and reachable.
Recreate the Azure AI Search index
Delete and recreate the index configured for RAG context in the AI Work Item Assistant settings. Recreating the index resets stalled or invalid indexing pipelines.
Retry document upload
After confirming Search service configuration and index health, retry the upload.
Review Azure AI Search diagnostics
Indexing errors and failures are observable only through Azure AI Search diagnostics and logs, not through the Azure DevOps extension UI.
Reference: https://learn.microsoft.com/azure/search/search-security-api-keys https://learn.microsoft.com/azure/search/search-indexer-overview https://learn.microsoft.com/azure/search/search-indexer-overview#how-indexers-work
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you