An Azure managed PostgreSQL database service for app development and deployment.
hi & thx for sharing urs issue here at Q&A portal,
I guess new-subscription restriction, not a normal vCPU quota issue. SubscriptionIsOverQuotaForSku with Total VMs: 0 for App Service/Functions usually means the Microsoft.Web quota/eligibility backend hasn’t opened that SKU for the subscription yet. The Compute vCPU quota page won’t show that, bc App Service has its own internal capacity/quota checks. Same idea for PostgreSQL: LocationIsOfferRestricted means that offer/location is blocked for this subscription. If it was just PostgreSQL capacity, u’d usually see a different capacity/sku error.
Since this was upgraded from Free Trial to Pay-As-You-Go only a few days ago, it may be fraud/risk gating or regional offer eligibility still stuck. Waiting sometimes clears it, but 3+ days is already enough to ask Billing/Subscription support to review it.
https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-resource-quota
https://azure.microsoft.com/en-us/support/create-ticket/
Try open a billing/subscription support case and say the Pay-As-You-Go subscription is active but still blocked from provisioning Microsoft.Web serverFarms and PostgreSQL Flexible Server in East US. Include the subscription ID, region, exact errors, UTC deployment times, and note that Compute vCPU quota is healthy but Microsoft.Web Total VMs is 0. And try another region like East US 2, Central US, or West US 3. But if this is a subscription-level hold, support needs to clear it.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/