An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
Hi @Dey, Nikita
Quick summary of what's happening: The root cause was tied to a short-lived Managed Service Identity issue in East US and West US (starting around 00:15 UTC on Feb 3, 2026), plus a related broader VM/service management problem from late Feb 2. The status page now shows no active widespread events for those core issues, and mitigations (like service restarts and traffic ramp-up) have completed with good recovery signals.
That said, services like Azure AI Search (which often depend on managed identities for auth, keys, or backend ops) can have lingering recovery delays—think 30-120 minutes (or occasionally longer) for individual resource partitions/replicas to fully sync and report healthy. This is why the portal might still show "Failed" or "Degraded" even when the platform is stable.
Simple steps to check and help resolve it right now:
- Wait and refresh — Give it another 15-30 minutes, then refresh your service overview in the portal. Many cases auto-recover as the backend finishes.
- Test directly with API (bypasses portal UI lag): Try a basic query like: GET https://<your-service-name>.search.windows.net/indexes?api-version=2024-07-01 (Use your admin API key in the header.) If this works → the service is actually back online; the status is just lagging.
- Check your personalized view — Go to Azure portal > Help + support > Service health. This shows exact impact on your resources (often more accurate than the public status page).
- If still stuck — Try a small scale-up/down of replicas (if the operation succeeds) to nudge it, or reply here with your service name + Resource ID so we can escalate to the AI Search team for a targeted check.
Official links for reference:
- Live Azure status page (check for updates): https://azure.status.microsoft/en-us/status
https://azure.microsoft.com/en-us/updates/?msockid=05e219577fae655b10700fa37e8e644c - Azure Service Health (your subscription-specific view): https://learn.microsoft.com/en-us/azure/service-health/overview
- Azure AI Search troubleshooting (includes degraded/failed states): https://learn.microsoft.com/en-us/azure/search/search-troubleshooting
- Reliability best practices for AI Search: https://learn.microsoft.com/en-us/azure/reliability/reliability-ai-search
Please do not forget to 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.