Azure-Samples/MyDriving

Machine Learning Workspace always getting created in 'South Central US'

bpradipt opened this issue · 1 comments

When using the PowerShell script to deploy the MyDriving backend services, the ML workspace is always getting created in 'South Central US' with default resource group as 'Default-MachineLearning-SouthCentralUS' .
I also couldn't find any API documentation for the CreateWorkspace function defined in copyMLExperiment.ps1 so have no clue how to fix the issue.

Any suggestions ?

I resolved the issue by manually creating a workspace in my location and then moving the experiments from the 'South Central US' location to my location. Used the ML PowerShell module from the following link - https://github.com/hning86/azuremlps