An Azure machine learning service for building and deploying models.
Creating Workspace using python
Kranthi Kumar
1
Reputation point
I'm trying to create a Workspace using Python
ws = Workspace.create(name = '', subscription_id ='', resource_group='', create_resource_group = True, location = 'India')
Below is the error I'm facing
Me default directory has a subscription
AzureMLException: AzureMLException:
Message: No subscriptions found for enochkranthi@Stuff .com.
InnerException None
ErrorResponse
{
"error": {
"message": "No subscriptions found for enochkranthi@Stuff .com."
}
}
Azure Machine Learning
Azure Machine Learning
Sign in to answer