How are automated Azure subscription deployments expected to work with Y1 quota now defaulting to 0?
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.