Update configuration.ipynb

This commit is contained in:
Shané Winner
2019-10-01 17:35:15 -07:00
committed by GitHub
parent b849267220
commit e5adb4af3a

View File

@@ -214,7 +214,8 @@
"* You do not have permission to create a resource group if it's non-existing.\n",
"* You are not a subscription owner or contributor and no Azure ML workspaces have ever been created in this subscription\n",
"\n",
"If workspace creation fails, please work with your IT admin to provide you with the appropriate permissions or to provision the required resources."
"If workspace creation fails, please work with your IT admin to provide you with the appropriate permissions or to provision the required resources.\n",
"To learn more about the Enterprise SKU, please visit the Pricing and SKU details page."
]
},
{
@@ -236,7 +237,8 @@
" resource_group = resource_group, \n",
" location = workspace_region,\n",
" create_resource_group = True,\n",
" sku = enterprise,\n",
"# To create an Enterprise workspace, please set the sku = enterprise\n",
" sku = basic,\n",
" exist_ok = True)\n",
"ws.get_details()\n",
"\n",