An Azure service that is used to provision Windows and Linux virtual machines.
Welcome to Microsoft Q&A
Hello @rez cho , I hope you are doing well,
With an Azure Free Account, there are specific subscription limits, eligible VM offerings, and regional capacity constraints. The availability of a VM is not guaranteed in every region, even when the VM size is normally supported.
If you are unable to select any VM sizes, the most common causes are:
- The selected VM size is not available for your subscription in that region.
The required vCPU quota is unavailable for the subscription.
There is currently insufficient capacity for the selected VM SKU in that region.
The selected image or other VM configuration is not eligible for the Free Account offer.
Since you have already tested multiple regions and B-series sizes, I recommend the following:
Check Subscriptions > Usage + quotas > Microsoft.Compute and confirm that you have available vCPU quota for the B-series.
Try a basic configuration with Standard_B1s, using a supported Windows or Linux image and standard disk options.
If deployment still fails, capture the exact error message returned by Azure. Errors such as SkuNotAvailable, NotAvailableForSubscription, or quota-related errors indicate different underlying causes.
There is no single Azure region that can be guaranteed to permit VM deployment for every Free Account subscription. VM availability is evaluated based on the specific subscription, region, SKU, and current Azure capacity.
I
Reference:
- Azure subscription and service limits
- https://learn.microsoft.com/en-us/answers/questions/5916820/unable-to-create-any-virtual-machine-on-new-azure
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.