Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
Hi ATUL GUPTA,
Thanks for reaching out in Microsoft Q&A forum,
Is storage account creation restricted in Azure for Students subscriptions? If yes, what are the allowed regions or how can this be resolved? Yes, Storage Account creation is restricted in Azure for Students subscriptions, and the error you're encountering is expected behavior due to an enforced Azure Policy.
Azure for Students subscriptions have a built-in policy called "Allowed resource deployment regions" that limits where you can deploy resources, including Storage Accounts. This policy automatically blocks deployments in non-approved regions with the RequestDisallowedByAzure error you're seeing. The restriction exists to manage costs and ensure optimal service availability for free-tier accounts.
- Identify Your Allowed Regions Go to Azure Portal > Policy > Assignments, then look for the assignment named "Allowed resource deployment regions". Open it and check the Parameters tab to see your specific allowed locations. Commonly permitted regions include East US, West US 2, West Europe, Southeast Asia, and occasionally Central US but your exact list varies by subscription. link: https://portal.azure.com/#view/Microsoft_Azure_Policy/PolicyMenuBlade/%7E/Assignments
Deploy in an Allowed Region Once you know your allowed regions, recreate the Storage Account in one of them. Avoid regions like Central India or East Asia, which are frequently blocked for student subscriptions despite geographic proximity.
If You Need a Different Region For your data engineering project, if none of your allowed regions work, you can:
- Submit a support request via Help + support > New support request > Service and subscription limits, explaining your educational use case and requesting access to a specific region.
- Upgrade to a Pay-As-You-Go subscription (requires a credit card) to remove all region restrictions.
This is a common hurdle for students, but once you deploy in an approved region, Storage Account creation should work without further issues.
Official Documentation:
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.