Indexers failing with unable to authenticate managed identity error

C P Gold 20 Reputation points
2025-03-31T09:38:27.0233333+00:00

Suddenly, since 29-Mar-2025 indexers are failing with the following error message -- "Unable to authenticate managed identity. Cannot find installed managed identity certificate. Ensure managed identity is enabled for your service."

Even if we try to create a new Indexer using Import and vectorize data wizard it fails with the above message. Every thing was working fine earlier. All the indexers were running fine. They were connected to Azure Blob data storage containers.

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,347 questions
{count} votes

Accepted answer
  1. Alekhya Vaddepally 1,670 Reputation points Microsoft External Staff Moderator
    2025-04-02T13:43:52.71+00:00

    Hi C P Gold,
    To Verify Managed Identity Status, navigate your Azure AI search service in the Azure portal in that "Under the settings," select the identity, Also check that the system-assigned managed identity has been determined to "turn". If it is already capable, consider closing it and then return the identity to refresh.

    Confirm that the managed identity has the required permission for resources that it needs to access. For example, if Azure BLOB reaches storage, identity should have roles like "storage blob data reader".

    After re -enabling the managed identity, update your indexer configuration to ensure that they refer to the right and current identity settings.

    To implement the new configuration, remove the indexer and make it again.

    Reflect on any amendment made in your Azure environment around March 29, 2025, which can affect managed identification or indexing settings.

    Check the Azure activity log for any relevant entries.

    To identify any ongoing issues or outages, visit the Azure status page or "Service Health" section in the Azure portal that can affect your services.
    can you try with above steps it may be helpful.

    https://learn.microsoft.com/en-us/azure/search/search-howto-managed-identities-data-sources?utm_source=chatgpt.com&tabs=portal-sys%2Cportal-user
    https://learn.microsoft.com/en-us/answers/questions/2182517/unable-to-retrieve-server-endpoint-for-account-%28se?utm_source=chatgpt.com
    https://learn.microsoft.com/en-us/azure/search/search-indexer-troubleshooting?utm_source=chatgpt.com
    If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    Let me know if you have any further Queries.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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