Share via

Unable to create Resource on Azure for Students - Policy Violation RequestDisallowedByAzure

MEET SHAH 0 Reputation points
2026-03-27T07:54:59.79+00:00

I am using an Azure for Students subscription associated with my college email. I am attempting to create a standard Storage Account (LRS, Standard performance) to use with an Azure Function project, but the deployment fails during the validation phase.

The Error: "code": "RequestDisallowedByAzure" "message": "Resource 'ordersstore123' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources."

What I've tried:

Switching regions from East US to West US 2 and North Europe.

Creating a new Resource Group in the same region as the resource.

Ensuring I am using the Locally-redundant storage (LRS) setting to stay within student tier limits.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ganesh Patapati 11,530 Reputation points Microsoft External Staff Moderator
    2026-03-27T08:49:25.7066667+00:00

    Hello MEET SHAH

    This policy is automatically applied to Azure for Students subscriptions and restricts which regions you are allowed to deploy resources to. The allowed region list is:

    • Very limited
    • Different per student subscription
    • Not necessarily the common regions (East US, West US, West Europe, etc.)

    Because the selected region is not in your subscription’s allowed list, Azure denies the request during validation, resulting in RequestDisallowedByAzure

    NOTE: Azure for Students restricts which regions you can deploy resources to. Typically you are restricted to five different regions, and these vary for each person.

    Please navigate to Azure Policy -- Authoring -- Assignments using link below:

    https://portal.azure.com/#view/Microsoft_Azure_Policy/PolicyMenuBlade/~/Assignments

    Look for an assignment similar to "Allowed resource deployment regions" or "Allowed locations", or something with location as part of the name. Click on this assignment, and then examine the Parameter value for list of regions.

    If the error doesn't show the Allowed regions, you can follow this path to see the allowed regions: Azure Portal → Subscriptions → Policies → “Allowed locations”

    https://techcommunity.microsoft.com/discussions/microsoft-learn-for-educators/azure-for-students---locations-now-restricted-by-policy/4442469


    Please click Accept Answer and upvote if the above was helpful.

    Thanks.


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.