
Answer-first summary for fast verification
Answer: Enable Secure Shell Protocol (SSH) access.
The correct answer is C because enabling SSH access is required for Visual Studio Code Remote to connect to and debug code on an Azure Machine Learning compute instance. This is supported by the official Microsoft documentation and community consensus, where SSH allows VS Code's Remote-SSH extension to establish a secure connection. Option A (RDP) is incorrect as it's for remote desktop access, not VS Code debugging. Option B (workspace-level RBAC) is insufficient alone, as it manages permissions but doesn't enable the technical connection. Option D (compute-level RBAC) is also incorrect, as SSH configuration is the primary requirement, not RBAC changes at this level.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to create a compute instance in an Azure Machine Learning workspace for interactive code debugging with Visual Studio Code Remote.
What configuration is required?
A
Enable Remote Desktop Protocol (RDP) access.
B
Modify role-based access control (RBAC) settings at the workspace level.
C
Enable Secure Shell Protocol (SSH) access.
D
Modify role-based access control (RBAC) settings at the compute instance level.
No comments yet.