An Azure service that provides streamlined full-stack web app development.
Thanks for Reaching us regarding your issue
The error you’re seeing (RequestDisallowedByAzure) is expected with an Azure for Students subscription when creating an Azure Static Web App. Student subscriptions are restricted by Azure Policy to a small, subscription‑specific set of regions. At the same time, Static Web Apps are supported only in a limited number of backend regions.
In your case, those Static Web App regions don’t overlap with the regions allowed for your student subscription, so the deployment is blocked regardless of which region you select. This is a subscription limitation and can’t be overridden.
What you can do next:
- Use Azure App Service to host your React app instead. App Service supports many more regions and works reliably with Azure for Students.
- Upgrade to a Pay‑As‑You‑Go or standard Azure subscription, which removes the region policy restriction and allows Static Web Apps to be created normally.
You can also review your allowed regions under Azure Policy >Authoring >Assignments > “Allowed resource deployment regions”,
https://portal.azure.com/#view/Microsoft_Azure_Policy/PolicyMenuBlade/~/Assignments
but please note that even if a region appears there, Static Web Apps may still be blocked due to backend service placement.
reference:
https://learn.microsoft.com/en-us/azure/cost-management-billing/manage/
https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/table
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you