Skip to content

Commit a446d51

Browse files
authored
Merge pull request #123595 from tbombach/interactive-jobs-private-link
Update Interactive Jobs documentation with private link limitation information
2 parents 2d6c595 + 4ff827e commit a446d51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ When you select on the endpoints to interact when your job, you're taken to the
238238

239239
- You can also interact with the job container within VS Code. To attach a debugger to a job during job submission and pause execution, [navigate here](./how-to-interactive-jobs.md#attach-a-debugger-to-a-job).
240240

241+
> [!NOTE]
242+
> Private link-enabled workspaces are not currently supported when interacting with the job container with VS Code.
243+
241244
:::image type="content" source="./media/interactive-jobs/vs-code-open.png" alt-text="Screenshot of interactive jobs VS Code panel when first opened. This shows the sample python file that was created to print two lines.":::
242245

243246
- If you have logged tensorflow events for your job, you can use TensorBoard to monitor the metrics when your job is running.
@@ -252,6 +255,9 @@ Once you're done with the interactive training, you can also go to the job detai
252255
## Attach a debugger to a job
253256
To submit a job with a debugger attached and the execution paused, you can use debugpy, and VS Code (`debugpy` must be installed in your job environment).
254257

258+
> [!NOTE]
259+
> Private link-enabled workspaces are not currently supported when attaching a debugger to a job in VS Code.
260+
255261
1. During job submission (either through the UI, the CLI or the SDK) use the debugpy command to run your python script. For example, the below screenshot shows a sample command that uses debugpy to attach the debugger for a tensorflow script (`tfevents.py` can be replaced with the name of your training script).
256262

257263
:::image type="content" source="./media/interactive-jobs/use-debugpy.png" alt-text="Screenshot of interactive jobs configuration of debugpy":::

0 commit comments

Comments
 (0)