A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hello Harsh Khandal
Please have a look into below information for your queries:
- When Will Your Subscription End?
Your Azure for Students subscription provides $100 in credit valid for 12 months from your sign-up date whichever runs out first (credit or time) will disable your subscription.
Looking at your Cost Analysis, your accumulated cost is already ₹8,491.23 and the forecast is ₹9,800.74, which means you're very close to exhausting your $100 credit. Your subscription will most likely get disabled before your 12-month anniversary (September 2026) once the remaining credit reaches zero.
You can check your exact remaining credit anytime by signing in to the Microsoft Azure Sponsorships portal using your Azure for Students account credentials.
- What Happens When the Credit Runs Out?
Once your $100 credit is exhausted:
- Azure disables your subscription and all services your VMs, storage, databases, and other resources will become inaccessible.
- Your resources are not deleted immediately, but they remain in a disabled/suspended state.
- To continue using Azure services after this, you would need to upgrade to a Pay-As-You-Go subscription by contacting https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade. After upgrading, you'll only be charged for usage beyond the free service limits.
- How to Renew Your Azure for Students Subscription:
Yes, you can renew Azure for Students as long as you're still an eligible full-time student at an accredited institution. Here's how it works:
- When: You can renew at the end of your 12-month period. Microsoft will send you reminder emails approximately 30 days before your anniversary.
- How: Visit the Azure for Students sign-up page and re-verify your student status using your institution email. Upon successful renewal, you'll receive a fresh $100 credit for another 12 months.
- Important: Unused credit from the previous period does not carry over. Each renewal gives a fresh $100.
Note: If your credit runs out before your 12-month anniversary, you cannot renew early. In that case, you'd need to either upgrade to Pay-As-You-Go to keep your resources running, or wait until your anniversary date to renew.
Reference:
- Azure for Students FAQ – What happens after I use my $100 credit or I'm at the end of 12 months?
- About the Azure for Students program
- Tips to Reduce Your Costs Going Forward: Based on your Cost Analysis screenshot, here are the areas where you can save the most:
Storage (₹3,966.96 — largest cost item): Storage charges apply 24/7 regardless of whether your VMs are running or shut down. To reduce this:
- Go to Portal → Disks and filter by "Unattached" — delete any orphaned disks from old or deleted VMs.
- If you're using Standard SSD, consider downgrading to Standard HDD for non-critical/student workloads — it's significantly cheaper.
- Reduce disk size where possible (e.g., if your OS disk is 128 GB but you only use 30 GB, recreate with a smaller disk tier).
- Delete any old disk snapshots you no longer need.
Virtual Network (₹3,431.09 — second largest): This is unusually high for a student workload. The most common causes are:
- Standard SKU Public IP addresses — these are charged even when VMs are deallocated.
- Go to Portal → Public IP addresses and delete any that are not actively needed.
- VPN Gateway or NAT Gateway — these are expensive resources. If you deployed one, delete it if it's not essential.
Virtual Machines (₹1,045.10 — well managed): Your shutdown habit is clearly helping here. A few additional tips:
- Always Stop (Deallocate) VMs from the Azure Portal — shutting down from inside the OS ("Stopped" state) still incurs compute charges.
- Set up Auto-Shutdown schedules: Go to VM → Auto-shutdown in the portal.
- Azure for Students includes 750 free hours/month of B1s Linux and B1s Windows VMs — make sure your free-tier VM is sized as B1s to take full advantage of this.
Clean Up Unused Resource Groups: Your screenshot shows multiple resource groups (temp_res, hackjklu_group, poornima, resources-n8n). If any of these contain resources from old projects or hackathons that you no longer need, delete the entire resource group this removes all associated resources and stops all related charges at once.
Reference: Best practices for virtual machine cost optimization.
I hope this helps! If you have any further questions, feel free to ask. If this answer addresses your concern, please consider Accepting it and Upvoting so it can benefit others in the community.
Thanks,
Suchitra.