Workspace Configuration File

[Solved] Workspace Configuration File | Vb - Code Explorer | yomemimo.com
Question : Workspace configuration file

Answered by : terence-ng

from azureml.core import Workspace
ws = Workspace.create(name='myworkspace', subscription_id='<azure-subscription-id>', resource_group='myresourcegroup', create_resource_group=True, location='eastus2' )

Source : https://learn.microsoft.com/en-us/python/api/overview/azure/ml/?view=azure-ml-py | Last Update : Thu, 29 Sep 22

Answers related to workspace configuration file

Code Explorer Popular Question For Vb