Share via

How to get Region for use of resoursecs

Roy Mugo 0 Reputation points
2026-05-30T15:19:51.29+00:00

I am unable to use any resources in my Azure student account. In my assignment policy, there is no region where I can use resources as attached. How do I go about this.User's image

Azure Policy
Azure Policy

An Azure service that is used to implement corporate governance and standards at scale for Azure resources.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Lakshma Reddy Vattijonnala 675 Reputation points Microsoft External Staff Moderator
    2026-06-02T11:55:43.2333333+00:00

    Hi @Roy Mugo

    it looks like your Azure for Students subscription doesn’t currently have any regions allowed by policy so when you try to spin up a resource, you get no “Location” options. Here’s how to fix that:

    1. See what regions you could potentially allow

    • Azure CLI:
    az account list-locations --query "[].name" -o table
    
    • PowerShell:
    Get-AzLocation | Select-Object Location
    
    • Portal: Go to Subscriptions → your Azure for Students sub → Overview → “Available locations”

    2. Assign (or update) the built-in “Allowed locations” policy

    • In the Azure portal, search for Policy and open the Assignments tab (not under Authoring).
    • Click Assign policy.
    • For Policy definition, pick Built-in: Allowed locations.
    • Under Scope, select your Azure for Students subscription.
    • In Parameters, enter one or more region codes from step 1 (e.g., “East US”, “West Europe”, “Southeast Asia”).
    • Click Review + createCreate.

    3. Try creating a resource again After a minute or two, your chosen regions will show up in the location dropdown.

    If you still see zero regions:

    • Check if there’s an inherited policy at a higher scope (management group or tenant root) blocking all locations.

    • You might need to open a support request to get reserved regions unlocked for your student subscription.

    Reference docs:

    If you find the answer helpful, please click "upvote" and accept it. This will help others in the community with similar questions easily find the solution.

    Was this answer helpful?

    0 comments No comments

  2. TP 157.3K Reputation points Volunteer Moderator
    2026-05-30T16:45:59.4766667+00:00

    Hi Roy,

    How long has it been since you created your Azure for Students subscription? When this has happened in the past the person just needed to wait and the assignment will automatically show up. Once it is there you can see your list of five regions and start creating resources.

    If your subscription is relatively new I recommend you give it some time for the policy assignment to show up. Every 4 hours or so sign back into the portal and check if it is there. I believe it showed up for the last person within 24-48 hours.

    -TP

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-05-30T15:20:09.83+00:00

    Azure for Students subscriptions are limited to a subset of Azure regions. If no usable region appears when creating resources, the subscription likely doesn’t have access to the regions being selected.

    Use these steps to proceed:

    1. Try another nearby region
      • When creating a resource (for example, a VM or database), open the Region dropdown and test other regions in the same geography (for example, different regions within Europe or North America).
      • Azure may restrict some student/program subscriptions to a smaller list of regions. Choosing one of the allowed regions usually resolves the issue.
    2. Check for region optimization restrictions
      • If a message appears like “You can create resources in the following regions only…”, that is the region optimization policy in effect.
      • In that case, only the listed regions can be used for new resources.
    3. If no suitable region is available, open a support request
      • In the Azure portal, go to Help + supportCreate a support request.
      • For Issue type, choose Service and subscription Limit (quotas).
      • Select the Azure for Students subscription.
      • For Quota type, choose Other Requests (or the closest available option for region access).
      • In the description, clearly state that this is an Azure for Students subscription and that no usable regions are available for resource creation. Specify which region(s) are needed.
      • Submit the request so Support can review whether additional regions can be enabled for the subscription.

    If the subscription is part of an Azure program offer (such as Azure for Students), be aware that some regions may remain unavailable and an alternate region might be required even after review.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.