Hello Nishant Majumdar
Welcome to Microsoft Q&A Platform, thanks for posting your query here.
Based on the description, you are having trouble increasing the quota for b2ats_v2 and b2pts_v2 on your Azure Student Subscription.
Unfortunately, it is not possible to increase the quota for these VM sizes on a student subscription. The student subscription has a limited quota for certain resources, including vCPUs and memory.
However, there are other VM sizes available that you can use within your quota. You can check the available VM sizes by running the az vm list-skus
command in Azure CLI.
Ref: https://learn.microsoft.com/en-us/cli/azure/vm?view=azure-cli-latest#az-vm-list-skus
You can choose a VM size that fits within your quota and meets your requirements.
If you need more resources than what is available in your student subscription, you can consider upgrading to a pay-as-you-go subscription or purchasing Azure credits. This will give you access to more resources and higher quotas.
I hope this helps!