Update configuration.ipynb

This commit is contained in:
Shané Winner
2019-10-01 16:08:07 -07:00
committed by GitHub
parent 9891080b70
commit b849267220

View File

@@ -229,9 +229,7 @@
"source": [
"from azureml.core import Workspace\n",
"\n",
"# Create the workspace using the specified parameters\n",
"# By default, the workspace created is of Basic type, to create an Enterprise workspace, please specify sku = enterprise.\n"
"#To learn more about the Enterprise SKU please visit www...\n"
"# Create the workspace using the specified parameters\n",
"ws = Workspace.create(name = workspace_name,\n",
" subscription_id = subscription_id,\n",