Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.96 KB

setup.md

File metadata and controls

40 lines (34 loc) · 1.96 KB

Setup Steps

1. Create an Azure account here

2. Go to www.microsoftazurepass.com to redeem a $100 Azure Credit code that was sent to you via email.

3. Create Azure Machine Learninge Resources with the Deploy to Azure Button below

4. Create Additional Resources Needed

Once you have created the base Azure Machine Learning Service Workspace we need to add additional compute resources.

Create Compute Targets

  • Create Machine Learning Compute

    • Click on the nav Compute
    • Click New
    • Enter a name for the resource
    • Select Machine Learning Compute from the dropdown
    • Select the machine size
    • Enter the min and max nodes (recommend min of 0 and max of 5)
    • Click Create Create Compute
  • Create Notebook Virtual Machine

    • Click on the Notebook VM nav
    • Click New
    • Give the notebook a unique name
    • Select the VM size (NC6 is always good)
    • Click Create Create VM

Optional Kuberetes Cluster

  • Create Kubernetes Compute
    • Click on the nav Compute
    • Click New
    • Enter a name for the resource
    • Select Kubernetes Service from the dropdown
    • Click Create Create Kubernetes