Share via

Unable to upload RAG context document using Search service through devops

Romel Costelo 0 Reputation points
2026-04-08T01:37:14.5766667+00:00

Unable to upload RAG context document using Search service through devops

Its constantly stuck at uploading state.

Azure AI Search
Azure AI Search

An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.


1 answer

Sort by: Most helpful
  1. Golla Venkata Pavani 3,925 Reputation points Microsoft External Staff Moderator
    2026-04-08T07:36:22.6533333+00:00

    Hi @Romel Costelo

    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

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.