Possible Causes:
Organization Policy Restrictions: Your Azure subscription may have policies that restrict certain regions for deploying Machine Learning resources.
This is common in enterprise-managed subscriptions where IT admins enforce policies for cost, compliance, or security reasons.
Azure Subscription Type Limitations
Some Azure subscriptions (e.g., Free, Student, or specific trial accounts) may not allow resource deployment in certain regions.
Region Availability for Machine Learning Services
Not all Azure services are available in every region.
UK South should support Azure Machine Learning, but it's worth verifying.
Solution Steps:
- Check Subscription Policies
Navigate to Azure Policy in the Azure Portal:
Go to Azure Portal → Search for Policy → Assignments.
Look for policies restricting deployments to specific regions.
If you lack permissions, contact your Azure administrator.
- Choose a Different Region
Try selecting another region such as:
West Europe
East US
North Europe
West US 2
- Check Machine Learning Services Availability
Visit the Azure Products by Region page:
https://azure.microsoft.com/en-us/global-infrastructure/services/
Search for Machine Learning and confirm that UK South is supported.
- Contact Azure Admin (If in a Managed Subscription)
If your organization enforces policies, reach out to the Azure administrator to request an exception.
- Use Azure CLI to Verify Policy Enforcement