Hello @Hosna Ara Begum
Thank you for reaching out to Microsoft Q&A, and sorry to hear this is blocking your hackathon progress.
The error you are seeing:
RequestDisallowedByAzure “This policy maintains a set of best available regions where your subscription can deploy resources.”
typically indicates a subscription-level policy restriction, rather than a Microsoft Foundry service issue or a regional outage.
Since you have already tested multiple regions (East US, East US 2, Australia East, West US, West US 3, Sweden Central, France Central, UK South) and all fail with the same message, this strongly suggests the restriction is being enforced at the Azure subscription/offer policy layer.
1. Is Microsoft Foundry supported under Azure for Students?
Based on the currently available documentation, there is no explicit confirmation that Microsoft Foundry resource creation is universally supported across all Azure for Students subscriptions.
However, the behavior you are seeing is consistent with:
Subscription-level deployment restrictions
Azure Policy enforcing allowed regions per subscription
So in practice:
Some Azure for Students subscriptions may work with Foundry
Others may be restricted depending on policy assignments
This means Foundry access is not guaranteed uniformly across all student subscriptions.
2. How to find allowed regions for Azure for Students
Azure does not currently provide a direct “allowed regions list” for Azure for Students subscriptions.
From the available guidance, you can:
In Azure AI Foundry (ai.azure.com):
Go to Models + endpoints
Select Deploy model
Check:
Region dropdown
Deployment type (Standard / Global Standard / PTU)
This helps confirm what the Foundry service supports.
However, your case shows that even if regions appear available in the UI, Azure Policy at the subscription level can still block deployments, which explains the consistent failure across all regions.
If you have access:
- Azure Portal → Subscription → Policy Assignments
- Look for policies restricting allowed locations
3. Workarounds for hackathon participants
Based on standard Azure behavior for subscription-restricted scenarios, the practical options are:
A. Use a shared Foundry environment
If your instructor or team has a working subscription:
- Create the Azure AI Foundry / AI Hub resource once
- Deploy it in a supported subscription/region
- Add students as Contributors to the Resource Group or project
- Students can then build and test agents without needing to create their own Foundry resource
B. Use an eligible subscription
If your Azure for Students subscription is restricted:
- A Pay-As-You-Go subscription or institutional subscription typically has broader region/service access
- This is often required when specific regions or services are blocked at the student-offer level
4) Should you switch subscription type?
From the documentation perspective:
Azure AI service access and resource creation are controlled at the subscription level
Eligibility and permissions are tied to the subscription ID
So if Azure for Students restrictions are preventing Foundry deployment, then:
Using another subscription type (such as Pay-As-You-Go or institutional subscription) is the most reliable path forward
However, the documentation does not explicitly list which subscription types are supported or excluded for Foundry, so this is based on observed Azure subscription governance behavior.
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.
Thank you!