An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
Hello Simone Fabbretti,
I understand this is blocking your university labs.
The error RequestDisallowedByAzure confirms that your Azure for Students subscription has a strict Azure Policy applied to it. This policy restricts you to creating resources in only a small set of pre-approved regions (usually 3–5 specific regions like East US, West Europe, etc.).
You cannot remove this policy yourself, and Azure Support typically will not lift it for student subscriptions. However, you can almost certainly resolve this by deploying to one of your allowed regions that also supports Custom Vision.
**
Here is the step-by-step plan to fix this:**
Step 1: Find Your "Allowed" Regions
- Log in to the Azure Portal.
- Search for and open "Policy".
- In the left menu, click Assignments.
- Look for an assignment named "Allowed resource deployment regions" (or similar). Click on it.
- Click the "Parameters" tab.
- You will see a list of regions (e.g.,
eastus,centralus,westeurope). Write these down. These are the only places you can create resources.
Step 2: Now, check which of your allowed regions support the Custom Vision service.
- Custom Vision is widely available in East US, West US 2, North Central US, South Central US, West Europe, and North Europe.
- Find a region that is on both your list from Step 1 and the list of supported regions.
Step 3: When you create your Custom Vision resource deploy Specifically to that region:
- Resource Group: Create a new Resource Group and set its region to your matched region (e.g., East US).
- Instance Details: Ensure the Location for the Custom Vision resource itself is also set to that same matched region.
- Pricing Tier: For student labs, ensure you select the Free (F0) tier if available, or Standard (S0) if you have credits.
Note: If you try to deploy to a region that supports Custom Vision (like East US 2) but it is not on your "Allowed" list, the deployment will fail. You must stick to the intersection of both lists.
Checkout this thread with similar issue and accepted answer: https://learn.microsoft.com/en-us/answers/questions/5535918/azure-student-subscription-region-error
References:
I hope this gives you a way ahead. Kindly Accept and Upvote the answer for other community members looking for similar remediation.