azureazure-cognitive-servicesazure-ai

Create Azure OpenAI Validation failed


My application to access the Azure OpenAI Service has been approved. I tried to create a new Azure OpenAI resource in my resource group but failed. When I am creating an Azure Open AI resource, it is not deploying.

enter image description here enter image description here I want to create an Azure OpenAI that I can use to create models in Azure AI Studio.


Solution

  • ERROR DETAILS Insufficient quota. Cannot create/update/move resource 'mynewaiproject'. (Code: InsufficientQuota)

    Here you need to raise for quota request. Go to the Azure AI Studio portal at https://studio.azure.ai/ and sign in with the Azure account credentials.

    enter image description here

    Look for the option to request a quota increase specifically for compute resources. This will be labeled as "Request Quota".

    enter image description here

    Here, I opted "DALL-E model" for my resource and filled all the details and submitted.

    enter image description here

    Once the resource created then you can be able to deploy the models by following below.

    enter image description here

    Reference: