Azure scalable solution for RStudio on the Cloud

TAN Thiam Huat 1 Reputation point
2021-11-08T05:36:56.657+00:00

Does Azure has some similar solution like that offer from AWS as below?

https://aws.amazon.com/blogs/machine-learning/get-started-with-rstudio-on-amazon-sagemaker/

Presently I am able to install RStudio on Azure VM, but its limitation is that whenever its data is too huge, we need to resize the VM or increase its RAM.

I am looking into somewhat similar solution from Azure, which the above link from AWS, which is able to auto-scale according to the size of the data and its computation.

Please let me know which services in Azure that we can have somewhat similar capability as what AWS has.

Thanks.

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,311 Reputation points Microsoft Employee
    2021-11-09T10:24:58.073+00:00

    @TAN Thiam Huat Currently, there is no offering from Azure Machine Learning with a managed RStudio as AWS Sagemaker.
    You can use execute R script module as part of Azure ML designer but this offers very limited functionality with only some pre-installed packages in the R script. This module also needs to be part of the experiment combined with other data processing and inference modules.

    The only offering that has R studio preinstalled is the Azure DSVM in windows and linux configurations. This is similar to what you want to achieve with a standard VM by installing the same. These DSVM also come with pre-configured sizes so you can choose the required RAM based on compute requirements. I do not think you can configure auto scaling but you can choose to create highly available configuration using the advanced options or choosing more than one availability zones. I hope this helps!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments