An Azure service that is used to provision Windows and Linux virtual machines.
Hey Horace, the Windows B1s free tier VM that comes with an Azure free account is only offered in a handful of regions where the B-series SKUs are enabled for the free offer. As of today, you can deploy your free 750 hours/month B1s Windows VM in these regions:
• East US
• West US 2
• West Europe
• Southeast Asia
If you try to spin one up elsewhere you’ll hit a “SKUNotAvailable” error.
Here’s how you can double-check for yourself:
- Install/Log in to Azure CLI
- Run az vm list-skus --location <your-region> --size B1s --output table
- If you see “Windows” in the OS column for size B1s, you’re good to go in that region.
Reference Links
- Regions for virtual machines in Azure (all regions & paired regions) https://learn.microsoft.com/azure/virtual-machines/regions
- Troubleshoot “SKUNotAvailable” / deploy to another region https://docs.microsoft.com/azure/azure-resource-manager/templates/error-sku-not-available-errors
- Azure CLI – list available SKUs by region https://learn.microsoft.com/cli/azure/vm#az_vm_list_skus
If you have any further queries, let me know. If the information is helpful, please click on Upvote and Accept Answer on it.