How are automated Azure subscription deployments expected to work with Y1 quota now defaulting to 0?

Simon Tooley 0 Reputation points
2025-12-18T15:21:42.3033333+00:00

We operate a fully automated Azure deployment pipeline using infrastructure-as-code and template specs. As part of a subscription vending / landing zone model, the pipeline creates a new subscription, resource groups, and all required resources, including Azure Function Apps on the Consumption (Y1) plan.

Since the introduction of quota enforcement, newly created subscriptions start with 0 Y1 quota, causing deployments to fail unless a manual quota request is submitted per subscription. This breaks unattended CI/CD and automation scenarios.

Questions:

How are automated subscription vending and landing zone scenarios expected to function under this quota model?

Is there a supported way to pre-allocate, auto-approve, or inherit Y1 quota for new subscriptions?

Are there recommended alternatives for Consumption-based Azure Functions that preserve full automation without manual quota intervention?

We are looking for official guidance from Microsoft on the intended pattern going forward, as this appears to be a breaking change for subscription-level automation.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.