Share via

Creating Workspace using python

Kranthi Kumar 1 Reputation point
2022-11-01T17:09:33.967+00:00

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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.