Closed Jimaras08 closed 3 years ago
@dmangonakis Please help with the link to the document on which the above document feedback request is created.
In case your query is not related to document content, open a new forum thread in Microsoft Q&A or Stack Overflow as it could be better place to get help on your scenario. These forum community members could provide their expert guidance on your scenario based on their experience. Thanks.
@dmangonakis Thanks, Please use the R Studio from the compute instance as shown below or you can use the VS code remote compute instance. We can see using the private preview for Azure ML allows the inclusion of a stratup script.
@dmangonakis We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.
Hi there!
What is the best way of programmatically spinning up an R Studio environment on demand with specific dependencies, e.g. R version, CPU, packages, ... ?
Azure ML CI is a managed VM. Thus, you can't choose the R version you want. One may fire up another CI within R Studio for using a different R environments but that seems to decrease rapid experimentation.
Is DSVM as an unmanaged VM the way to go here? One may create DSVM environments via Azure CLI by using ARM (templates). Perhaps there is something that allows to specify the R version?
AzureVM provides the vm_config function which allows to specify the image to deploy.
Any other ideas?
Thank you!