From 005c6ef9ea8dde1e1449e7cc51e9351eb7f85e9e Mon Sep 17 00:00:00 2001 From: Cameron Battagler Date: Mon, 15 Mar 2021 12:05:51 -0500 Subject: [PATCH] Taking cost out of EnvironmentSetup documentation Preventing customer confusion since the price can be anywhere from 0.25 to 0.45 depending on region (cx may also not be using USD which would add more confusion) --- EnvironmentSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnvironmentSetup.md b/EnvironmentSetup.md index 380e9e9d..d13d9575 100644 --- a/EnvironmentSetup.md +++ b/EnvironmentSetup.md @@ -6,7 +6,7 @@ To start with, we will create a Azure ML Compute Instance. The Compute Instance 1. Open [Azure Machine Learning Studio](https://ml.azure.com/). 2. Navigate to 'Compute Instances' tab in Compute and click on 'New'. -3. Choose some sufficiently unique name, keep the default VM type (STANDARD_DS3V2 -- a fairly inexpensive machine type costing about $0.27/hour) and click 'Create': +3. Choose some sufficiently unique name, keep the default VM type (STANDARD_DS3V2 -- a fairly inexpensive machine type) and click 'Create': ![](./images/create_notebook_vm.png) See [here](https://docs.microsoft.com/en-us/azure/machine-learning/concept-compute-instance) for details on creating AzureML Compute Instances.