A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
Hello NURADIN HASSAN
Thank you for posting your query on Microsoft Q&A platform.
Your organization assigns policies to enforce organizational standards and to assess compliance at-scale. If you're trying to deploy a resource that violates a policy, the deployment is blocked.
The error message “RequestDisallowedByAzure” indicates that the resources you're trying to deploy are blocked due to a policy restricting the Azure regions where your subscription can create resources.
In your case, eastus is not one of the allowed regions, so the resource group my-res-hub is blocked at creation time.
This policy is commonly applied to Azure for Students, Free Trial, Sponsored, and region‑optimized subscriptions to ensure service availability and capacity management.
This usually happens when an Azure Policy such as “Allowed locations” or “Allowed resource deployment regions” is applied to ensure compliance and control over where resources can be deployed.
Verify:
- In the Azure Portal, go to Policy > Assignments, and look for Allowed locations.
- Open the policy assignment and check the Parameters tab to see the list of approved regions.
- Make sure to create your resource group in one of these allowed regions.
If you need access to regions outside this list, you may need to contact Azure support for further assistance.
Please find the documentation to raise support request:
Hope this helps. Please let me know if you have any queries.
Thanks,
Suchitra.