An Azure service that is used to provision Windows and Linux virtual machines.
hi Mark Locklear & thanks for join me here at Q&A portal,
B1s may simply be unavailable for Azure for Students in the regions they can use. Use Free services in the portal first, then try newer cheap burstable sizes like B1ls, B1ms, B2pts_v2, B2ats_v2, or B2ls_v2 depending on region. If none appear, it is subscription/region capacity, not something the students broke.
Azure for Students currently gives student credit and access to free services, but exact VM size availability still depends on subscription, region, zone, and quota. https://azure.microsoft.com/en-us/free/students
For the cheapest Ubuntu LAMP lab, create VM from Portal > Free services > Linux virtual machine, not from the normal VM wizard. Microsoft says this path is better for free/credit-based offers because it filters to eligible free-tier options where available. https://learn.microsoft.com/en-us/answers/questions/5861725/cant-create-b1s-virtual-machine-while-azure-for-st
If B1s is missing, try without Availability Zone first. Pick “No infrastructure redundancy required”. Small sizes often disappear when u pin to a zone.
Use CLI to see what each student subscription can actually deploy az vm list-skus --location eastus --size Standard_B --all -o table
Then try a few regions eastus, eastus2, centralus, westus3, southcentralus
If students only need LAMP basics, use Ubuntu Server 24.04 LTS, Standard HDD or Standard SSD, no premium disk, no public IP SKU extras beyond what is required, auto-shutdown enabled, and delete disks after the lab. A tiny VM left running all semester is how Azure teaches budgeting with a baseball bat.
VM SKU availability troubleshooting https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-sku-not-available
if B1s is not offered, dont fight it for hours. Use another low-end burstable size available in that student subscription and region, or have them use Azure App Service, GitHub Codespaces, or local Docker for the LAMP lab.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal