Share via

Incurring costs while learning Azure

Snehansh Akhaury 0 Reputation points
2026-03-12T06:14:55.91+00:00

I am a full stack software developer. I'm using Azure to learn about cloud development in Azure. I am following the Microsoft Learn articles and using it to create resources and after doing the exercise I delete the resource group so I don't continue to accrue charges.

I have been doing it every day. I try to do that and create resources and practice. I get a huge bill while doing this exercise. Last month I got around ₹6,500 bill for that. This time I got a ₹29,500 bill.

I want to know what my options are to continue to practice Azure and not accrue a huge bill. I am currently not working at this moment. I am not in a position to pay a huge bill every time, every month, just to be able to learn about some of the features that come with Azure. I checked some resources and I found that there are some options to activate a sandbox from Microsoft Learn and use it for the learning purpose. When I'm exploring and trying to find it, I did not find any such sandbox.

Can you suggest to me some options about what I can do? Are there any sandbox environments available in which I can practice or anything else I can do to learn for free or at very little cost? I

Azure | Azure Training
0 comments No comments

1 answer

Sort by: Most helpful
  1. Siva shunmugam Nadessin 10,895 Reputation points Microsoft External Staff Moderator
    2026-03-12T07:42:38.87+00:00

    Hello Snehansh Akhaury,

    Thank you for reaching out to the Microsoft Q&A forum. 

    Here are a few ways you can keep practicing Azure without getting surprised by huge charges:

    1. Microsoft Learn sandboxes
      • Many Learn modules and exercises give you a free, time-boxed sandbox right in the browser. You won’t see a “Sandbox” button unless you’re inside a Learn module that supports it (they typically last 1–4 hours and reset automatically).
      • You can search Learn for modules tagged with “Sandbox” or “Hands-on” to find them.
    2. Azure Free Account
      • If you haven’t already, sign up for an Azure free account. You get ₤200 (or your local equivalent) credit for 30 days plus 12 months of popular services and 25+ always-free services. Use that credit to stand up VMs, databases, etc., without worrying about pay-as-you-go costs until the credit runs out.
      • Link: https://azure.microsoft.com/pricing/purchase-options/azure-account
    3. Azure for Students
      • If you have a school-issued email address, you can get Azure for Students with ₤100 credit and free tier services—no credit card required. Great if you’re in academia or even just learning on your own.
    4. Local emulators and CLI tools
      • For storage: use Azurite.
      • For Cosmos DB: use the local emulator.
      • For Functions, Logic Apps, Service Bus, etc.: install the Core Tools on your machine. You can prototype and validate much of your code locally without touching cloud resources.
    5. Cost Management & Budgets
      • In the Azure portal go to Cost Management + Billing → Budgets and set a tiny monthly budget (even ₹100). Configure email alerts or hook up an automation to pause or delete resources when you hit that threshold.
      • Use Cost Analysis to see exactly which resource types are burning credit so you can adjust your labs accordingly.
    6. Other free-credit options
      • Visual Studio Dev Essentials: free Azure credits every month.
      • GitHub Student Developer Pack (if you’re a student): extra Azure credit and other perks.
      • Some partner-hosted lab environments or community clouds may offer free/dev boxes for workshops—keep an eye on Tech Community events.

    By combining Microsoft Learn sandboxes for guided labs, an Azure free account (or Azure for Students) for your own playground, and local emulators for offline dev, you can learn nearly all the Azure services at very little to no cost. Hope that helps!

    Reference documentation

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.