Hi ,
Thanks for reaching out to Microsoft Q&A.
The issue you are facing, where only 19 out of the 80 intended Virtual Machine instances in your VMSS are running while the rest show a “Failed” status, is most likely due to regional capacity constraints in the East Asia datacenter rather than a quota problem. Even though you have an approved quota for 80 instances of the Standard_B2s size, Azure still needs available physical capacity in the chosen region to fulfill the allocation request. When demand is high, smaller VM sizes like B-series can be particularly constrained in certain regions. To resolve this, you should either redeploy the VMSS to a different region with better availability (such as Southeast Asia or Japan East) or switch to a VM size with more available capacity in East Asia. Additionally, verify that your VMSS upgrade policy, OS image reference, and any startup extensions are not causing provisioning failures. You can confirm the exact reason by checking the Activity Log or using the Azure CLI to view the instance provisioning state, which will indicate if the error is due to allocation failure. If capacity shortage is confirmed, moving to another region or changing the VM size is the fastest way to run all 80 instances successfully for your course.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.
