From e5adb4af3a0cd7386c1f198eee8545c2f9de8e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:35:15 -0700 Subject: [PATCH] Update configuration.ipynb --- configuration.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",