Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update quickstart.py
  • Loading branch information
sdgilley authored Dec 17, 2018
commit 73c5d02880fbce0837b1397194c9f4e51936d7b4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 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='<subscription-id',
subscription_id='<subscription-id>',
resource_group='myresourcegroup',
create_resource_group=True,
location='eastus2' # or other supported Azure region
Expand Down