Share via

Unable to deploy Document Generation Solution Accelerator – Quota issue on free subscription?

Prudence Mutabari 0 Reputation points
2025-08-01T06:16:26.84+00:00

Hi all, I'm trying to deploy the Document Generation Solution Accelerator using the provided guide. However, when I run the command:

azd up

I encounter the following error:

ERROR: prompting for value: getting locations with quota: no location found with enough quota for OpenAI.GlobalStandard.gpt4-1 (Cap: 150) and OpenAI.GlobalStandard.text-embedding-ada-002 (Cap: 80)

It seems like there is no available region with enough quota for the required models under my subscription.

I'm currently using an Azure free account. Does this mean I’m unable to deploy this accelerator on the free tier? If not, is there a workaround or a recommended setup path for trying out the solution? To clarify this is on a new free subscription with the free 200 dollar credits.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 42,941 Reputation points MVP Volunteer Moderator
    2025-08-01T10:14:43.5233333+00:00

    Hello Prudence !

    Thank you for posting on Microsoft Learn.

    The accelerator you're trying to deploy needs access to the following models with certain quota requirements:

    • gpt-4-1106-preview or gpt-4-1 – 150 tokens/sec

    text-embedding-ada-002 – 80 tokens/sec

    Your Azure free account (with $200 credits):

    • has no quota by default for GPT-4 models.
    • may have limited or no access to certain OpenAI models.
    • lacks the necessary quota and feature flags unless explicit access has been requested and approved.

    You must request model access and quota increases via the Azure portal and select the models you want (gpt-4, text-embedding-ada-002...) and submit a request for quota in specific regions (like East US, West Europe)

    Be aware that Microsoft typically prioritizes requests from pay-as-you-go or enterprise subscriptions. Free trial subscriptions are often not eligible for GPT-4-level quota.

    Was this answer helpful?

    0 comments No comments