An Azure personalized recommendation engine that helps users follow best practices to optimize Azure deployments.
AFAIK, the Azure for Students subscription provides 750 free monthly hours for Standard_B1s (Intel-based), Standard_B2ats_v2 (AMD-based), and Standard_B2pts_v2 (ARM-based). Although Standard_B2ts_v2 may appear in documentation for general Azure Free accounts, its availability for student subscriptions can be restricted by regional capacity and subscription quotas.
Resizing a VM between a qualifying free SKU and a paid SKU, such as Standard_B2s, does not disqualify the VM, reset your free-hour eligibility, or result in retroactive charges. Azure tracks usage based on the time the VM spends on each SKU. For example, if a VM runs for 45 minutes on Standard_B2ats_v2 and 15 minutes on Standard_B2s during an hour, the 45 minutes on the qualifying SKU count toward the 750 free hours, while the 15 minutes on the paid SKU consume your student credit. When you resize the VM back to a qualifying free SKU, its usage again qualifies for the free-hour allocation.
The 750 free hours are pooled across the entire subscription rather than being assigned to a particular VM. You can create, delete, and resize multiple VMs, and Azure aggregates the usage of all qualifying VM SKUs. If the combined usage of those qualifying VMs is 750 hours or less during the monthly allocation period, that VM compute usage is covered by the free allowance.
Other resources associated with the VM can still consume your $100 Azure for Students credit even when the VM itself qualifies for free compute. For example, the OS disk must remain within the applicable free-tier disk limit. Many marketplace images default to a 127 GiB P10 disk, so you may need to explicitly select a 64 GiB or smaller disk. Data disks are not included in the free allowance and can generate charges.
Public IP configuration can also affect your charges. A qualifying VM may still incur costs if you attach a billable Standard SKU static public IP. The region also matters because student subscriptions can have restricted VM capacity and quotas. If deployment returns a NotAvailableForSubscription error, try another supported region where the selected SKU is available. Finally, the free bandwidth allowance is limited to 15 GB of outbound data transfer per month. Inbound data transfer is free, but outbound traffic exceeding the included allowance can consume your student credit.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin