From d926eb03de3830b35e2fbc285449a263fd119db4 Mon Sep 17 00:00:00 2001 From: Roope Astala Date: Wed, 19 Sep 2018 11:15:23 -0400 Subject: [PATCH] Update configuration.ipynb --- 00.configuration.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/00.configuration.ipynb b/00.configuration.ipynb index 959fa1ae..7827613c 100644 --- a/00.configuration.ipynb +++ b/00.configuration.ipynb @@ -80,7 +80,9 @@ "To create or access an Azure ML Workspace, you will need to import the AML library and the following information:\n", "* A name for your workspace\n", "* Your subscription id\n", - "* The resource group name " + "* The resource group name\n", + "\n", + "**Note**: As with other Azure services, there are limits on certain resources (for eg. BatchAI cluster size) associated with the Azure Machine Learning service. Please read [this article](https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-manage-quotas) on the default limits and how to request more quota." ] }, {