Unable to create an Azure AI Search Debug session. Previously was working

Nitin Bhatia 5 Reputation points
2024-10-28T07:03:29.9+00:00

I am facing this issue in AI Search. I already have 3 debug sessions created but unable to create new ones. In the last few days, once i was able to create a debug session but otherwise it is not working . I do not get any error message also. Have tried with different browsers, cleared the cache but no avail.

I tried doing the same thing in another AI Search in the same subscription and it works.

Not sure what is the issue.

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,350 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Shree Hima Bindu Maganti 4,925 Reputation points Microsoft External Staff Moderator
    2024-10-30T17:59:51.3533333+00:00

    Hi @Nitin Bhatia ,
    welcome to the Microsoft Q&A Platform!
    If you're unable to create a new Azure AI Search Debug session and have already tried multiple browsers and cleared your cache, here are some steps
    Check Limits: Confirm you're not exceeding the maximum number of debug sessions allowed for your subscription.

    Region Status: Visit the Azure Status page to check for any ongoing issues in your service's region.

    Permissions: Ensure you have the necessary permissions to create debug sessions in that specific Azure AI Search resource.

    Resource Health: Check the health status of your Azure AI Search resource in the Azure portal for any warnings or errors.

    Use Azure CLI: Try creating a debug session via Azure CLI:

     az search service debug-session create --service-name <your-service-name> --resource-group <your-resource-group>
    

    Check Logs: Look at the activity logs for your Azure subscription for any relevant error messages or issues.

    Create a New Resource: As a last resort, consider creating a new Azure AI Search resource and see if you can create debug sessions there.
    Let me know if you need further assistance .

    0 comments No comments

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.