An Azure service that is used to provision Windows and Linux virtual machines.
Hi @Radu Bogdan
Thak you for reaching out to Microsoft Q&A.
Based on the documentation, NotAvailableForSubscription is a distinct restriction reason from quota that means the SKU is blocked at the subscription/tenant eligibility or datacenter-capacity level, not that you're missing an allocation. That's why Get-AzQuota and Get-AzVMUsage can show a healthy limit while every size still fails: Resolve errors for SKU not available confirms this is what Get-AzComputeResourceSku reports for SKUs restricted for the current subscription, and that the official resolution is to "submit a SKU request to Azure Support" when this happens.
Since it's reproducing across every SKU/generation you've tried and even on a second brand-new subscription in the same billing account/tenant, this points to something at the tenant or billing-account level rather than a per-subscription gap.
The free (no paid support plan required) path to escalate this is the quota/subscription-limit request flow, not a general technical ticket:
- In the Azure Portal, go to Help + support → Create a new support request.
- Set Issue type to "Service and subscription Limit (quotas)".
- Set Quota type to "Compute-VM (core-vCPUs) subscription limit increases" (or "Other Requests" for broader region/SKU access).
This process is described in Azure region access request process. It's worth checking whether your earlier "Basic support ticket under Subscription Management" was filed under this specific quota issue type — the auto-response about needing a paid technical support plan suggests it may have been routed as a general technical issue instead, which does require a paid plan, whereas quota/subscription-limit requests typically don't.
I don't have a documented explanation for why a brand-new tenant would be blocked on all VM SKUs tenant-wide — that root cause isn't public, only the escalation path is — so I'd treat the underlying cause as unconfirmed until Support responds to the quota-type request. For reference, other community threads describe similar "not available for subscription" behavior on Azure Plan subscriptions being resolved the same way, e.g. Azure Plan Subscription without access to VM sizes to create AKS Cluster.
Please 'Upvote' (thumbs-up) and 'Accept' as answer if this was helpful — it'll help other community members who run into the same issue.
Best regards,
Andrew S Taylor