diff --git a/configuration.ipynb b/configuration.ipynb index 0ae97655..f9da90ab 100644 --- a/configuration.ipynb +++ b/configuration.ipynb @@ -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",