storage account creation fails due to some azure policy region

shubhradip saha 0 Reputation points
2026-01-09T11:02:42.09+00:00
  • Resource 'project1susmita' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with optimal performance. Should you need additional or different regions, contact support.. (Code: RequestDisallowedByAzure, Target: project1susmita)
  • I have used eastUS earlier. dont know what's the issue
  • this time i am using student azure account
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. TP 146.9K Reputation points Volunteer Moderator
    2026-01-09T11:17:38.28+00:00

    Hi,

    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

    Click on assignment named Allowed resource deployment regions

    User's image

    Examine Allowed locations Parameter value for list of regions, similar to below (regions in screenshot are different than yours):

    User's image

    The regions shown in your Parameter value are the ones you are allowed to deploy resources to. Please try to create resources in one of these regions and let me know the results.

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

    Thanks.

    -TP

    0 comments No comments

  2. Praveen Bandaru 9,405 Reputation points Microsoft External Staff Moderator
    2026-01-09T13:05:55.3166667+00:00

    Hello shubhradip saha

    It looks like you're facing an issue with creating a storage account due to Azure policy restrictions. The error indicates that the region you are trying to use is disallowed by an Azure policy for your subscription.

    Here’s what you can do to troubleshoot this:

    1. Check Your Subscription's Policy: Verify the Azure policy that is applied to your subscription. This policy might restrict the regions available for resource deployment. You can find more about Azure policies
    2. Choose a Different Region: As the message states, you should consider creating the storage account in a different region that is allowed by your policy. Make sure to check which regions are available to you within your subscription type (in your case as a student account).
    3. Check Your Permissions: Ensure that your account has the necessary permissions to create resources in the selected region. You can use Azure Role-Based Access Control (RBAC) to check your role assignments. Check the reference link: https://learn.microsoft.com/en-us/azure/role-based-access-control/overview
    4. Using PowerShell/CLI: If you encounter issues with the Portal, you may also try creating the storage account using PowerShell or the Azure CLI.
    5. For PowerShell, you can find the necessary commands in the document https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-powershell

    Hope the above answer helps! Please let us know do you have any further queries.

    Please do consider to "accepting the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


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.