An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
Hello LAXMAN SHAH,
Greetings! Thanks for raising this question in the Q&A forum.
What you're seeing is not a normal Azure for Students region or resource-type restriction (those usually show up as "RequestDisallowedByAzure" with an allowed-locations message). Your error is a policy assignment named "Deny - All Resources Creation" scoped to a management group called "Placeholder-Block", and your subscription has been placed under that management group. A management group sitting above the subscription level applies its policies to every subscription nested under it, and since you are only the subscription user (not the management group owner), you have no rights to view, move, or exempt your subscription from that scope. This is why you cannot create even a Resource Group, since the deny policy is evaluated before any resource type-specific checks happen.
"Placeholder-Block" is not a standard, publicly documented Azure for Students management group name. This strongly suggests your subscription was temporarily parked under a holding/quarantine management group, most likely as part of an internal provisioning or verification step, rather than something you configured or that is expected to remain in place. This is a backend account/tenant assignment issue, not something you can fix from within the subscription.
Here is what to do:
- Confirm you are looking at the correct scope. In the Azure portal, go to Management groups, or run:
az account management-group list
Confirm your subscription's actual parent management group. If you don't have permission to view it, that itself confirms you are not the owner of that scope.
Do not attempt workarounds. There is no way to self-service remove, modify, or request an exemption for a policy assigned above your subscription. Attempting to move the subscription yourself is not possible without Owner/User Access Administrator rights at the management group level, which a student subscription holder does not have.
Open a support request with Microsoft. Since your subscription shows active credit ($100 of $100, 365 days remaining) but is blocked at the management group level, this needs to be corrected on the backend. In the Azure portal, go to Help + support > Create a support request, and select:
- Issue type: Subscription and account management
- Problem type: Something else or Subscription management
- In the description, include your subscription ID, the exact error (Code: RequestDisallowedByPolicy, Policy: Deny - All Resources Creation), and the full management group path (
/providers/Microsoft.Management/managementGroups/Placeholder-Block).
- In the description, include your subscription ID, the exact error (Code: RequestDisallowedByPolicy, Policy: Deny - All Resources Creation), and the full management group path (
- Problem type: Something else or Subscription management
Azure for Students subscriptions get free support for subscription and billing issues even without a paid support plan, so you do not need a premier/professional direct support agreement to open this ticket.
- Mention this is blocking Resource Group creation specifically. Since your error confirms the deny policy triggers before any resource-type evaluation, be clear in the ticket that even an empty Resource Group cannot be created, which rules out any resource-specific quota or region cause and points squarely at the management group placement.
If this answer helps you kindly accept the answer which will help others who have similar questions.
Best Regards,
Jerald Felix.