Error encountered while deploying model in Azure OpenAI Studio

54027622 26 Reputation points
2023-07-03T04:25:34.5466667+00:00

Error encountered while deploying model in Azure OpenAI Studio

I am experiencing the following issues while attempting to deploy a model in Azure OpenAI Studio: I have not deployed a single model at this time. It is important to note that I am executing these actions with a user who has access rights for Microsoft.CognitiveServices/*/read.

  1. Error message: "No quota is available for this deployment. You can request for more quota."
  2. Error 502 encountered when making a request to Microsoft.CognitiveServices/locations/eastus/usagesUser's image

Could you please assist me in resolving these errors? Thank you.

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

2 answers

Sort by: Most helpful
  1. Carlos Omar Toscano Sosa 90 Reputation points
    2023-07-12T18:27:09.6366667+00:00

    Hello everyone, I was looking into this for a few hours, and checking out the 502 error, I realized that is trying to get information from the parent subscription. We know that giving just access need it at RG level works nice, but looks that this information comes from the subscription and needs an access from there.

    Just create a CustomRole with this permission:

    Microsoft.CognitiveServices

    • Read all usages data

    Assign it at subscription level to the user

    Also be sure to assign any of the needed contributor roles at RG level, for example:

    • Cognitive Services Contributor
    • Cognitive Services OpenAI Contributor

    Only with these permissions should work, and lets the No Owner User create a new deployment, this works fine for me.

    Regards.

    1 person found this answer helpful.
    0 comments No comments

  2. 54027622 26 Reputation points
    2023-07-04T05:49:12.9466667+00:00

    We were able to deploy it with the assistance of someone with owner permissions.

    For now, we will operate it using this setup.

    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.