An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
The error message indicates that a region-related Azure policy is blocking the deployment, even though no explicit “allowed regions” list was found in the query. This aligns with Azure’s region optimization and policy behavior.
Key points from the error and context:
-
RequestDisallowedByAzure/ region policy- Azure can apply a region optimization policy that restricts where new resources can be created, to “maintain a set of best available regions where your subscription can deploy resources” and ensure performance.
- When such a policy is active, attempts to deploy in non-eligible regions are blocked, even if there is no custom “allowed regions” list visible to the user.
- This is similar in effect to the “location ineligible” and region optimization behaviors described for other subscriptions.
- How region optimization works
- The region optimization policy selects a set of “best available healthy regions” based on geography and capacity.
- If a region cannot support the request or is not enabled for the subscription, deployments there are blocked.
- The portal may show a message like: “You can create resources in the following regions <ListofRegions> only. For business reasons, if you need access to any other regions, please see the Region optimization article for help.”
- If the region needed is not available, a support request in the Azure portal can be submitted to ask for access to additional regions, provided there is a suitable business reason.
- What can be concluded from the provided context
- The context explains:
- Region optimization and region access policies can block resource creation in certain regions for a subscription type.
-
RequestDisallowedByPolicy/location ineligible errors are caused by policies that enforce where resources can be deployed.
- The context does not list:
- Which exact regions are allowed for Azure for Students.
- Whether Azure AI Computer Vision (F0) is specifically available or blocked on Azure for Students.
- Any Computer Vision–specific policy details.
- The context explains:
- Actions supported by the context
Based on the region optimization and policy articles, the supported actions are:
- Try deploying the resource in a different Azure region that is likely to be within the “best available” set for the subscription’s geography (for example, another nearby public region).
- If the required region or service is not available, submit a support request in the Azure portal explaining the business/academic need and asking for:
- Clarification of which regions are enabled for the Azure for Students subscription, and
- Enabling the required region if justified.
The context does not provide:
- A definitive list of allowed regions for Azure for Students.
- Confirmation that Azure AI Computer Vision F0 is or is not available on Azure for Students.
- A documented alternative Azure OCR service specifically for this subscription type.
Therefore, from the provided information, the only supported guidance is to recognize this as a region optimization/policy restriction and to:
- Attempt deployment in other nearby regions, and
- Use the Azure portal to open a support request to have the appropriate region(s) enabled or to get a definitive statement on service availability for the Azure for Students subscription.
References: