[Azure Machine Learning] Can not link VM in notebook

Darren Chan 1 Reputation point
2021-07-18T02:37:03.793+00:00

I am using a free account.
I try to allocate compute resources (CPU) to test machine learning.
I can't select a pre-defined VM.
System show "I don't have quota".
I still have NTD:6094.

I create a Ubuntu VM.
Link it into the machine learning workspace.
It is OK.
I can see the VM in the machine learning workspace.

I try to run the python script in the notebook.
There are no compute resources available in the notebook.
I can not select the Ubuntu VM which is imported.
Please help!

Azure Data Science Virtual Machines
Azure Data Science Virtual Machines
Azure Virtual Machine images that are pre-installed, configured, and tested with several commonly used tools for data analytics, machine learning, and artificial intelligence training.
67 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,296 Reputation points Microsoft Employee
    2021-07-19T06:19:55.803+00:00

    @Darren Chan I think you are using attached compute that is created outside of Azure ML workspace. These VMs cannot be used for Azure ML notebooks, you need to create compute instance VMs from Azure ML workspace to use for notebooks.

    115718-image.png

    With respect to the quota Azure free accounts have a limit on CPU & GPU, you can review your usage and delete instances which are not required and try again or you could request an increase in quota if required. More details about the quota are documented in this page.