An Azure service that is used to provision Windows and Linux virtual machines.
Hello @Alfredo Mapelli
Azure subscriptions start with default vCPU quotas per region. B1s uses 1 vCPU, but the total regional vCPU limit or the B-series family limit for UK South may be at 0 or a very low number on your subscription type (this is common on Pay-as-you-go, Free Trial, and new subscriptions).
Bypass the Broken Portal Form
Since the portal support form isn't saving, use these alternatives:
Option 1 — Azure CLI (fastest)
bash
az support tickets create \ --ticket-name "Quota-Increase-UKSouth-Bseries" \ --title "Request vCPU quota increase for B-series in UK South" \ --description "Please increase the B-series vCPU quota in UK South region. Current limit is blocking VM creation. Requesting increase to [number] vCPUs." \ --problem-classification "/providers/Microsoft.Support/services/06bfd9d3-516b-d5c6-5802-169c800dec89/problemClassifications/e12e3d1d-7fa0-af33-c6d0-3c50df9658a3" \ --severity "minimal" \ --contact-first-name "YourName" \ --contact-last-name "YourLastName" \ --contact-email "******@email.com" \ --contact-country "GB"
Option 2 — Direct quota increase link (skips the broken form)
Go directly to:
portal.azure.com → Subscriptions → [your subscription]→ Usage + quotas→ Filter: Region = UK South, Provider = Compute→ Find "Standard BS Family vCPUs" → click the pencil icon → request increase
This bypasses the Help + Support form entirely and submits a quota request directly.
Option 3 — Microsoft Support via Twitter/X
Post to @AzureSupport — they respond quickly and can create the ticket on your behalf or escalate the broken form issue.
While waiting for quota approval (usually 1–2 hours for small increases, up to 24h):
- Try UK West — quota limits are independent per region and UK West is often less contended
- Try a different VM size in the same family —
Standard_B2sorStandard_B1msmay have separate quota headroom - Check if another region works for a temporary deployment
If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.