Hi, I created some instances 2months back for OpenAI Services. Since today, they are not visible in my Azure Open AI services list but the endpoints and key are working fine. What could be the reason that I am not able to see my instances in the list?

Srivastava, Shivangi [Admin] 0 Reputation points
2024-04-19T12:31:23.7266667+00:00

Some of my OpenAI instances are not visible in my services list.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,181 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 13,160 Reputation points
    2024-04-19T16:55:47.74+00:00

    You can use Azure CLI or Azure PowerShell to list your resources and verify they are still active

    az resource list --resource-type "Microsoft.OpenAI/Services"
    
    
    

    Sometimes, the Azure portal may not display resources due to temporary glitches or issues with data refresh.

    0 comments No comments