ResourceGroupNotFound: Resource group 'rg-aistudio-prod-westus3-001' could not be found.

Johannes Keim 0 Reputation points
2024-07-25T16:54:11.92+00:00

User's image

I always get the error that the ResourceGroup is not found. Throughout the project I use eastus resource group. And there is no place the resource group is set to "rg-aistudio-prod-westus3-001", what can I do to resolve the issue?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,650 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Riddhi Nandi 5 Reputation points Microsoft Employee
    2024-07-26T06:24:07.0466667+00:00

    Hello @Johannes Keim , Thanks for using Microsoft Q&A Platform.

    Are you using the OpenAI studio or Azzure AI studio?

    Try the same operation on the OpenAI studio. Select your subscription and resource correctly - User's image Try and deploy the model here. Check the list of available models from https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#standard-deployment-model-availability

    If this works smoothly, change the scope on the AI studio to your subscription and resource and continue using the studio. You need to set the scope as resource instead of resource group.

    Alternatively, can you make sure the resource group exists, and this resource is a part of it. What level of access do you have over the resource Group?

    Let me know if this works