An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
For Azure for Students, the allowed deployment regions are controlled by policy and are typically limited to a small set of regions that vary by subscription. To see which regions are permitted:
- In Azure portal, go to Azure Policy.
- Open Authoring > Assignments.
- Find the assignment named Allowed resource deployment regions or Allowed locations.
- Open the assignment and check the Allowed locations parameter value.
The regions listed there are the regions that the subscription is allowed to use. Deploy the app only in one of those listed regions.
The RequestDisallowedByPolicy / policy violation means the selected region does not comply with an assigned Azure Policy, so the deployment is blocked until the deployment matches the policy.
The student subscription policy is an organizational restriction. The provided guidance for Azure for Students is to review the assigned policy and use one of the allowed regions. The context does not provide a supported method for modifying that policy on a student subscription.
If the portal shows a region as allowed but deployment still fails, the documented path for region access issues is:
- Select a different allowed region first.
- If there is a clear business need and the issue is about region access, create a Microsoft support request under Service and subscription limits (quotas) and Unable to access West Europe region after searching for region access in How can we help you?
- Resolve errors for request disallowed by policy
- Resolve location ineligible errors
- Region restriction policy preventing deployment in Azure for Students - Microsoft Q&A
- My deployment failed because Azure policies disallowed resource creation in the selected region, restricting deployments to approved regions only. - Microsoft Q&A
- azure student subscription region error - Microsoft Q&A