An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello Isozaki,Isamu,
I can certainly clarify this for you. First, to answer your main question: Yes, you absolutely can use your $1K in startup credits to pay for Azure OpenAI models. Your plan is not the issue.
The error message you're seeing "I don't have access to create a resource group" is a standard Azure permissions (RBAC) issue.
The issue that i see is in your Account's Role assignment:
In Azure, to create any resource (like an OpenAI service), you must place it inside a resource group.
To create a new resource group, your user account must have the Owner or Contributor role on the subscription itself.
The error message strongly suggests your account currently has a more limited role, such as Reader. This is common if another person on your team (like the founder or admin) set up the Startups account and then added you to the subscription.
Recommendation that i would suggest for workaround:
Step 1:
You will need to contact the administrator (the Owner) of your Azure subscription. This is the person who likely received the acceptance email from the Microsoft for Startups program.
Ask them to perform these steps:
- In the Azure portal, navigate to the Subscriptions service.
- Click on your "Microsoft for Startups" subscription.
- Go to the Access control (IAM) blade.
- Click Add -> Add role assignment.
- Assign your user account the
Contributorrole.
Once they do this, you will have the necessary permissions to create resource groups and any service you need, including Azure OpenAI.
Step 2: Apply for OpenAI Access
After you get the Contributor role, there is one more critical step. Access to the Azure OpenAI models (like GPT-4o) is gated to ensure responsible AI practices. Your credits do not bypass this one-time application.
Once you have permission to create resources, you must enable the OpenAI service on your subscription.
- https://aka.ms/oaiapply After you are approved, you can create your Azure OpenAI resource, and your startup credits will be automatically applied to your usage.
I hope this is helpful. Kindly Accept and upvote answer for other community members remediation.