An Azure service that is used to provision Windows and Linux virtual machines.
Hi Jiang,
Thank you for reaching out.
I understand that you are unable to create Virtual Machines using your Azure Student subscription and noticed that only the following regions are available under the listOfAllowedLocations policy:
This is not a bug. This behavior is expected for Azure for Students subscriptions. Microsoft applies subscription-level restrictions on available deployment regions for certain offers, including Azure for Students, to manage service availability and ensure a consistent experience.
The regions listed in your subscription are the locations currently enabled for resource deployment. You can use any of these allowed regions when creating your VM from the Azure Portal.
Please note that even within an allowed region, certain VM sizes may not be available due to capacity or SKU restrictions. You can check available VM sizes for a specific region using Azure CLI:
az vm list-skus \
--location spaincentral \
--size Standard_B \
--output table
You can replace spaincentral with any of your allowed regions to verify availability.
If you require access to additional regions for a specific educational requirement, you can submit a support request through the Azure Portal by navigating to:
Azure Portal → Help + Support → Create a support request
Reference: