Update quickstart.py

This commit is contained in:
Sheri Gilley
2018-12-17 12:22:40 -06:00
committed by GitHub
parent 716c6d8bb1
commit e472b54f1b

View File

@@ -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