I am using a Student account. I am receiving errors like:
{
"code": "InvalidTemplateDeployment",
"message": "The template deployment failed with multiple errors. Please see details for more information.",
"details": [
{
"code": "RequestDisallowedByAzure",
"target": "aimlops6469568300",
"message": "Resource 'aimlops6469568300' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with optimal performance. Should you need additional or different regions, contact support.."
},
{
"code": "RequestDisallowedByAzure",
"target": "aimlops8923128187",
"message": "Resource 'aimlops8923128187' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with optimal performance. Should you need additional or different regions, contact support.."
},
{
"code": "RequestDisallowedByAzure",
"target": "aimlops3198125076",
"message": "Resource 'aimlops3198125076' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with optimal performance. Should you need additional or different regions, contact support.."
},
{
"code": "RequestDisallowedByAzure",
"target": "aimlops2481240655",
"message": "Resource 'aimlops2481240655' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with optimal performance. Should you need additional or different regions, contact support.."
},
{
"code": "RequestDisallowedByAzure",
"target": "ai_ml_ops",
"message": "Resource 'ai_ml_ops' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with optimal performance. Should you need additional or different regions, contact support.."
}
]
}
Everytime I try to create a resource group. You must create an Azure ML workspace in the same region as the Compute Target (or so the help text says next to "Region.").
After creating a resource group in the region in which my account was created, and then receiving an error trying to create the Azure ML Workspace, I tried a brute force approach.
I created Resource Groups in every US region. For every US region, I tried to create an Azure ML Workspaces with a Resource Group in the same workspace. The errors are always in the same format as above. Please help.