Issues in creating a new storage account in Azure

Fabrizio Dell Avvocato 0 Reputation points
2025-08-09T13:27:59.06+00:00

Hello

I have a student subscription and I am having challenges in creating a new storage account.

Please help me.

Here is the error code i receive:

{"code":"InvalidTemplateDeployment","details":[{"code":"RequestDisallowedByAzure","target":"masterfda001sta","message":"Resource 'masterfda001sta' 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.."}],"message":"The template deployment failed because of policy violation. Please see details for more information."}

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
{count} votes

2 answers

Sort by: Most helpful
  1. TP 131.6K Reputation points Volunteer Moderator
    2025-08-09T13:53:25.9666667+00:00

    Hi Fabrizio,

    Your Azure for Students subscription restricts which regions you can create storage account in. Please look further into the error message and you should see a list of regions you are permitted to use. You may need to click on the Raw error tab and scroll down to find the specific message, or click on Activity log blade of the resource group and click into the various errors and look at the JSON.

    For example, it should have text similar to "You can create resources in the following regions <region1>, <region2>, <region3>, <region4>, <region5> only."

    Once you know the list of regions, try creating your storage account in one of the permitted regions and it will likely succeed.

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

    Thanks.

    -TP

    0 comments No comments

  2. Pranitha Maddi 5 Reputation points Microsoft External Staff Moderator
    2025-08-11T08:19:35.7266667+00:00

    Hi Fabrizio Dell Avvocato,

    Thanks for your question on the Microsoft Q&A portal!

    I see you're having trouble creating a new storage account in Azure.

    In addition to TP comment, I'd like to contribute a few more details for clarity.

    The reason you're getting an error is that your Azure account has a rule—called a 'policy'—that only lets you create new things in certain areas, or 'regions,' of the world. The region you chose isn't on that list, so Azure is stopping you.

    Post Validation Steps

    • In the Azure Portal, navigate to “Storage accounts” and verify that masterfda001sta appears in the chosen region.

    • In “Activity log” for the resource group, confirm the Create Storage Account operation shows Succeeded.

    To fix this, you need to find the list of regions you're allowed to use. Here's how you can find that list:

    1.In your Azure account, go to the Activity log for your project.

    2.Look for the event where you tried to create the storage account—it will have a red "Error" status.

    3.Click on that event, and then click on the JSON tab. This shows all the technical details.

    4.Look for a message that lists the allowed regions. It should say something like, 'You can create resources in the following regions: <region1>, <region2>, <region3> only.'

    Once you know the allowed regions, try creating your storage account again and choose one of those regions from the list."

    Reference document:

    Overview of Azure Policy - Azure Policy | Microsoft Learn

    Give that a try and let us know if it works!

     

    Thanks,

    Pranitha

    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.