mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-20 09:37:04 -05:00
Update quickstart.py
This commit is contained in:
@@ -7,7 +7,7 @@ print(azureml.core.VERSION)
|
||||
# this is NOT a snippet. If this code changes, go fix it in the article!
|
||||
from azureml.core import Workspace
|
||||
ws = Workspace.create(name='myworkspace',
|
||||
subscription_id='65a1016d-0f67-45d2-b838-b8f373d6d52e',
|
||||
subscription_id='<subscription-id',
|
||||
resource_group='myresourcegroup',
|
||||
create_resource_group=True,
|
||||
location='eastus2' # or other supported Azure region
|
||||
|
||||
Reference in New Issue
Block a user