Azure Machine Learning (AzureML)

Deploy Azure Machine Learning (AzureML) Service

Note

You will only deploy the service once.

  1. Sign in to the Azure Portal as described in the sign in page.
  2. In the search bar at the top, type azure machine learning
  3. Click on Azure Machine Learning entry under Services
  4. From the Azure Machine Learning service page (which will be empty), Click on + Create
  5. Select New workspace from the dropdown
  6. Select your subscription from the Subscription drow-down
  7. Select the resource group you crated from the dropdown (most likely dsan6000)
  8. Enter aml as the Name. You will notice that Storage account, Key vault, and Application insights values will auto-populate, and the Container registry value will be “None”. Do not change anything in those four fields.
  9. Make sure the region is East US 2
  10. Click Review + create
  11. Click Create once validation passes

Your AzureML workspace will begin to be deployed. You’ll see a notification when it’s done.

Access the AzureML Studio

Once the workspace is deployed you can access it by a direct URL (bookmark this): https://ml.azure.com/.

If you are not logged into Azure you will be asked to log in.

Create Compute Instance

Important

You will start with creating (and using) a single compute instance. To create additional compute instances, the process is the same.

  1. Log into AzureML Studio
  2. Select your workspace
  3. Click on Compute on the left-hand navigation panel (towards the bottom)
  4. Click + New
  5. Enter a Compute name (you can edit the default value.) This value has to be globally unique, so we recommend calling the compute instance dsan6000-<NETID>-ci01 (change to your own.)
  6. Select CPU
  7. Select the Standard_E4ds_v4 instance size
  8. Click Next
  9. Make sure Auto shut down is enabled and change the value to 30
  10. Click Review + Create
  11. Verify all settings
  12. Click Create

When the compute instance gets created it will be running. It should shut-down after 30 minutes of inactivity.

Starting and stopping the compute instance

You can start and stop the compute instance from within the AzureML Studio or