Designing and Implementing a Data Science Solution on Azure — Question 191

You plan to create a compute instance as part of an Azure Machine Learning development workspace.
You must interactively debug code running on the compute instance by using Visual Studio Code Remote.
You need to provision the compute instance.
What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C, as enabling SSH access allows for secure remote connections to the compute instance, which is necessary for interactive debugging with Visual Studio Code Remote. Options A and B are not suitable because RDP is not required for this scenario, and modifying RBAC settings at the workspace level does not directly grant access to the compute instance. Option D is also incorrect since RBAC settings at the compute instance level do not facilitate the necessary remote debugging capabilities.