I can't create any Azure Virtual Machine with my Azure for Students Starter subscription

Rober Leon Guerrero Mendoza 0 Reputation points
2025-03-17T18:17:56.95+00:00

I've seen Azure For Students offers a lot of services, including Azure Virtual Machines. So I've recently subscribed my education email to the Azure Platform. I haven't used any service so far, it means I have the free credit of $100. However when I try to create a new Azure Virtual Machine, it shows the following error message:
The subscription Azure for Students Starter is not allowed to register the resource provider(s): Microsoft.Compute, Microsoft.Storage, Microsoft.Network.

But isn't supposed to be free for students?

Please, I need your help to fix this issue.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,033 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Divyesh Govaerdhanan 6,400 Reputation points
    2025-03-17T20:34:23.9566667+00:00

    Hello,

    Welcome to Microsoft Q&A,

    To register a resource provider in Azure, you'll need to follow a few steps. However, it's important to note that your current Azure for Students Starter subscription may not allow you to register certain resource providers

    Go to the Azure Portal:

    Navigate to Azure Portal and sign in with your Azure account.

    Access Subscriptions:

    In the search bar at the top, type Subscriptions and click on the Subscriptions service.

    Select Your Subscription:

    From the list of subscriptions, click on the one where you want to register the resource provider

    View Resource Providers:

    In the left-hand menu, under Settings, select Resource providers.

    Register Resource Providers:

    In the search box, type the name of the resource provider you want to register (e.g., Microsoft.Compute for the virtual machine creation)

    Once you find the resource provider, click on (...) Register next to it.

    User's image

    You can also register using the CLI

    az provider register --namespace Microsoft.Storage

    https://learn.microsoft.com/en-us/cli/azure/provider?view=azure-cli-latest

    Please Upvote and Accept the Answer if it helps!!


  2. Akshay kumar Mandha 3,390 Reputation points Microsoft External Staff Moderator
    2025-03-19T05:15:07.6033333+00:00

    Hi Rober Leon Guerrero Mendoza,
    For the Student subscription, it offers only a few services as per the documentation below. Could you please refer below link. If you need access to more services without restrictions, you can switch to the Pay-As-You-Go model offered by Microsoft.
    https://azure.microsoft.com/en-in/pricing/offers/ms-azr-0144p/

    0 comments No comments

Your answer

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