We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e472b54 commit 73c5d02Copy full SHA for 73c5d02
ignore/doc-qa/quickstart-create-workspace-with-python/quickstart.py
@@ -7,7 +7,7 @@
7
# this is NOT a snippet. If this code changes, go fix it in the article!
8
from azureml.core import Workspace
9
ws = Workspace.create(name='myworkspace',
10
- subscription_id='<subscription-id',
+ subscription_id='<subscription-id>',
11
resource_group='myresourcegroup',
12
create_resource_group=True,
13
location='eastus2' # or other supported Azure region
0 commit comments