Hi @Mohammed Z Dwedar , Thanks for using Microsoft Q&A Platform.
It looks like you are encountering an error when attempting to connect to your Azure Machine Learning workspace via the Workspace.from_config()
method. The error message indicates that the config.json
file was not found in the specified directory or any of its subdirectories.
If haven't tried already I request, you to try the following steps to resolve the issue:
- Make sure that the
config.json
file exists in the specified directory or one of its subdirectories. Also, check to see the subscription ID, resource group name, and workspace name are all correct in theconfig.json
file. - If the file exists, check that the path to it is correctly specified, also try passing the full path to the configuration file to the
workspace.from_config(path='<full-path-to-config.json>')
method as an argument.
You can check this documentation for your reference: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-configure-environment#local-and-dsvm-only-create-a-workspace-configuration-file
Please try all of these options and let us know if you know require any help.
I hope it helps.
Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks.
Regards,
Vasavi