Hi,
I was approved to create an Azure OpenAI resource.
I created one within a new resource group in the Azure Portal.
It deployed successfully, and I can access it.
It said that I have to access the Azure AI Studio to create a model deployment.
When I click the "Manage Deployments" box or try to go directly to https://oai.azure.com/portal it gives me the following error:
"Welcome to Azure AI Studio
Current directory: /my organization name/
You don't have any Azure OpenAI resources created under any of your subscriptions under your current directory. Azure OpenAI Service is currently available to customers via an application process. Request access to Azure OpenAI Service
If you already have access to the Azure OpenAI service, you need to create a Azure OpenAI resource."
This hasn't resolved after waiting some time for things to settle / the deployment to propagate.
After trying several times to go to the Model Deployments tab in the Azure Portal and clicking "Manage Deployments" multiple times, eventually a side bar showed up in the Azure Portal that let me create a model deployment. I gave it a name and tried to deploy it, and it seemed to work, but I still can't log into the Azure AI Studio.
Now when I try to delete the Azure OpenAI deployment, it says that I have a model deployed, so I have to delete it first before deleting the deployment. But I can't access anywhere to delete the model deployment!
I also noticed two issues with resources showing up:
- When I go to the resource groups page in the Azure Portal, my resource group doesn't show up. But I can see if in Recents and if I use the Simplified View. So it does exist and I can access it.
- Same with the Azure OpenAI deployment, it doesn't show up in the Cognitive Services | Azure OpenAI page in the Azure Portal, but it does show up in Recents and if I use the Simplified View. So it does exist and I can access it.
Perhaps related, I have an older Azure AD deployment and recently I wasn't able to deploy VMs until I added Microsoft.Compute to my Azure Subscription's Resource Providers. But I do see that Microsoft.CognitiveServices
is already registered as a resource provider.
Any ideas? I realize this may be complex and thank you in advance for your help!